mbox

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

Message ID 20220410102702.90576-1-adham@nvidia.com (mailing list archive)
Headers

Message

Adham Masarwah April 10, 2022, 10:27 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(-)