The following series enables support of 3 hardware offloads on Windows which improve PMD throughput.
RX throughput improvements: **Multi-packet RQ. **CQE compression. TX throughput improvement: **Multi packet send. Tal Shnaiderman (3): net/mlx5: support multi-packet RQ on Windows net/mlx5: support CQE compression on Windows net/mlx5: support enhanced multi-packet write on Windows drivers/common/mlx5/mlx5_devx_cmds.c | 11 +++++++ drivers/common/mlx5/mlx5_devx_cmds.h | 5 +++ drivers/common/mlx5/windows/mlx5_win_defs.h | 7 +++++ drivers/net/mlx5/windows/mlx5_os.c | 48 +++++++++++++++++++++++++++-- 4 files changed, 69 insertions(+), 2 deletions(-) -- 2.16.1.windows.4