[dpdk-dev] [PATCH 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5

Yongseok Koh yskoh at mellanox.com
Wed Mar 1 06:02:23 CET 2017


This patch set is to add the Enhanced Multi-Packet Send feature which is
newly introduced for ConnectX-5 families of adaptors.

Yongseok Koh (2):
  net/mlx5: add enhanced multi-packet send for ConnectX-5
  doc: update PMD options for mlx5

 doc/guides/nics/mlx5.rst       |  32 +++-
 drivers/net/mlx5/mlx5.c        |  34 +++-
 drivers/net/mlx5/mlx5.h        |   4 +-
 drivers/net/mlx5/mlx5_ethdev.c |   6 +-
 drivers/net/mlx5/mlx5_prm.h    |  23 +++
 drivers/net/mlx5/mlx5_rxtx.c   | 405 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_rxtx.h   |   5 +
 drivers/net/mlx5/mlx5_txq.c    |  18 +-
 8 files changed, 514 insertions(+), 13 deletions(-)

-- 
2.11.0



More information about the dev mailing list