The series supports a group of NIC offloads on Windows: DEV_TX_OFFLOAD_TCP_TSO DEV_TX_OFFLOAD_VXLAN_TNL_TSO DEV_TX_OFFLOAD_GRE_TNL_TSO DEV_TX_OFFLOAD_GENEVE_TNL_TSO DEV_RX_OFFLOAD_VLAN_STRIP DEV_RX_OFFLOAD_KEEP_CRC
Tal Shnaiderman (12): net/mlx5: fix software parsing support query common/mlx5: read software parsing capabilities from DevX net/mlx5: query software parsing support on Windows net/mlx5: fix tunneling support query common/mlx5: read tunneling capabilities from DevX net/mlx5: query tunneling support on Windows common/mlx5: read TSO capability from DevX net/mlx5: support TSO offload on Windows common/mlx5: read VLAN capability from DevX net/mlx5: support VLAN stripping offload on Windows common/mlx5: read FCS scattering capability from DevX net/mlx5: support keep-CRC offload on Windows drivers/common/mlx5/mlx5_devx_cmds.c | 18 +++++++++++++++++ drivers/common/mlx5/mlx5_devx_cmds.h | 8 ++++++++ drivers/net/mlx5/linux/mlx5_os.c | 9 ++++----- drivers/net/mlx5/linux/mlx5_os.h | 27 +++++++++++++++++++++++++ drivers/net/mlx5/mlx5.c | 30 +++++++++++++++++++++++++++ drivers/net/mlx5/mlx5.h | 8 ++++++-- drivers/net/mlx5/mlx5_txq.c | 39 ++++++++++++++++++++++++++---------- drivers/net/mlx5/windows/mlx5_os.c | 16 ++++++++++++--- drivers/net/mlx5/windows/mlx5_os.h | 11 ++++++++++ 9 files changed, 145 insertions(+), 21 deletions(-) -- 2.16.1.windows.4