[PATCH v4 0/6] non-template pmd advanced

Maayan Kashani mkashani at nvidia.com
Thu Jun 6 12:12:08 CEST 2024


Adding FDB support, RSS expansion and indirect actions.

Gregory Etelson (6):
  net/mlx5: update NTA rule pattern and actions flags
  net/mlx5: support RSS expansion in non-template HWS setup
  net/mlx5: support indirect actions in non-template setup
  net/mlx5: update ASO resources in non-template setup
  net/mlx5: update HWS ASO actions validation
  net/mlx5: support FDB in non-template mode

 drivers/net/mlx5/hws/mlx5dr_definer.c |   2 +
 drivers/net/mlx5/meson.build          |   1 +
 drivers/net/mlx5/mlx5.c               |   4 +
 drivers/net/mlx5/mlx5.h               |   6 +-
 drivers/net/mlx5/mlx5_flow.h          |  36 +-
 drivers/net/mlx5/mlx5_flow_hw.c       | 512 ++++++++++++++++-------
 drivers/net/mlx5/mlx5_nta_rss.c       | 564 ++++++++++++++++++++++++++
 7 files changed, 970 insertions(+), 155 deletions(-)
 create mode 100644 drivers/net/mlx5/mlx5_nta_rss.c

-- 
2.21.0



More information about the dev mailing list