[dpdk-dev] [PATCH 0/4] add two ports hairpin mode support in mlx5 PMD

Bing Zhao bingz at nvidia.com
Thu Oct 8 16:16:56 CEST 2020


This patch set will add the support for hairpin between two ports in
mlx5 driver.

Depends-on: series-12779 ("introduce support for hairpin between two ports")

Bing Zhao (4):
  net/mlx5: remove hairpin queue peer port checking
  net/mlx5: add support for two ports hairpin mode
  net/mlx5: conditional hairpin auto bind
  doc: update hairpin support for mlx5 driver

 doc/guides/rel_notes/release_20_11.rst |   5 +
 drivers/net/mlx5/linux/mlx5_os.c       |  10 +
 drivers/net/mlx5/mlx5.h                |  19 ++
 drivers/net/mlx5/mlx5_rxq.c            |   4 +-
 drivers/net/mlx5/mlx5_rxtx.h           |   2 +
 drivers/net/mlx5/mlx5_trigger.c        | 502 ++++++++++++++++++++++++++++++++-
 drivers/net/mlx5/mlx5_txq.c            |   4 +-
 7 files changed, 536 insertions(+), 10 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list