mbox

[v3,0/5] net/mlx5: support indirect quota flow action

Message ID 20230507073952.4061-1-getelson@nvidia.com (mailing list archive)
Headers

Message

Gregory Etelson May 7, 2023, 7:39 a.m. UTC
  1. Prepare MLX5 PMD for upcoming indirect quota action.
2. Support query_update API.
3. Support indirect quota action.

v3: prepare patches for dpdk-23.07

Gregory Etelson (5):
  net/mlx5: update query fields in async job structure
  net/mlx5: remove code duplication
  common/mlx5: update MTR ASO definitions
  net/mlx5: add indirect QUOTA create/query/modify
  mlx5dr: Definer, translate RTE quota item

 doc/guides/nics/features/mlx5.ini      |   2 +
 doc/guides/nics/mlx5.rst               |  10 +
 doc/guides/rel_notes/release_23_07.rst |   4 +
 drivers/common/mlx5/mlx5_prm.h         |   4 +
 drivers/net/mlx5/hws/mlx5dr_definer.c  |  63 +++
 drivers/net/mlx5/meson.build           |   1 +
 drivers/net/mlx5/mlx5.h                |  88 ++-
 drivers/net/mlx5/mlx5_flow.c           |  62 +++
 drivers/net/mlx5/mlx5_flow.h           |  20 +-
 drivers/net/mlx5/mlx5_flow_aso.c       |  10 +-
 drivers/net/mlx5/mlx5_flow_hw.c        | 526 ++++++++++++------
 drivers/net/mlx5/mlx5_flow_quota.c     | 726 +++++++++++++++++++++++++
 12 files changed, 1335 insertions(+), 181 deletions(-)
 create mode 100644 drivers/net/mlx5/mlx5_flow_quota.c