mbox series

[0/2] net/mlx5: support missing functionality for Windows

Message ID 20220410102955.66448-1-adham@nvidia.com (mailing list archive)
Headers
Series net/mlx5: support missing functionality for Windows |

Message

Adham Masarwah April 10, 2022, 10:29 a.m. UTC
  Adding support for set promiscuous modes and for MTU set/get

Adham Masarwah (2):
  net/mlx5: add support for set promiscuous modes in Windows
  net/mlx5: add support for set and get MTU in Windows

 drivers/common/mlx5/windows/mlx5_glue.c   | 86 +++++++++++++++++++++++++++++++
 drivers/common/mlx5/windows/mlx5_glue.h   |  8 +++
 drivers/net/mlx5/windows/mlx5_ethdev_os.c | 31 +++++++++--
 drivers/net/mlx5/windows/mlx5_os.c        | 15 +++---
 4 files changed, 127 insertions(+), 13 deletions(-)
  

Comments

Raslan Darawsheh April 14, 2022, 7:39 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Adham Masarwah <adham@nvidia.com>
> Sent: Sunday, April 10, 2022 1:30 PM
> To: dev@dpdk.org
> Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> Matan Azrad <matan@nvidia.com>; Idan Hackmon <idanhac@nvidia.com>;
> Tamer Hleihel <tamerh@nvidia.com>; Tal Shnaiderman
> <talshn@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Subject: [PATCH 0/2] net/mlx5: support missing functionality for Windows
> 
> Adding support for set promiscuous modes and for MTU set/get
> 
> Adham Masarwah (2):
>   net/mlx5: add support for set promiscuous modes in Windows
>   net/mlx5: add support for set and get MTU in Windows
> 
>  drivers/common/mlx5/windows/mlx5_glue.c   | 86
> +++++++++++++++++++++++++++++++
>  drivers/common/mlx5/windows/mlx5_glue.h   |  8 +++
>  drivers/net/mlx5/windows/mlx5_ethdev_os.c | 31 +++++++++--
>  drivers/net/mlx5/windows/mlx5_os.c        | 15 +++---
>  4 files changed, 127 insertions(+), 13 deletions(-)
> 
> --
> 2.16.1.windows.4

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh