mbox series

[v1,0/2] Windows sampling actions

Message ID 20210103121550.30824-1-ophirmu@nvidia.com (mailing list archive)
Headers
Series Windows sampling actions |

Message

Ophir Munk Jan. 3, 2021, 12:15 p.m. UTC
  v1: First release

Ophir Munk (2):
  net/mlx5/linux: wrap sampling actions with OS calls
  net/mlx5/windows: implement sampling actions wrappers

 drivers/common/mlx5/windows/mlx5_glue.h | 34 +++++++++++++++++++++
 drivers/net/mlx5/linux/mlx5_flow_os.h   | 47 +++++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_flow_dv.c         | 15 +++++-----
 drivers/net/mlx5/windows/mlx5_flow_os.h | 52 +++++++++++++++++++++++++++++++++
 4 files changed, 141 insertions(+), 7 deletions(-)
  

Comments

Thomas Monjalon Jan. 6, 2021, 10:03 p.m. UTC | #1
03/01/2021 13:15, Ophir Munk:
> v1: First release
> 
> Ophir Munk (2):
>   net/mlx5/linux: wrap sampling actions with OS calls
>   net/mlx5/windows: implement sampling actions wrappers

I don't see a need to split Linux and Windows changes.
Squashed in one commit in next-net-mlx, thanks.