[v2,0/2] net/mlx5: add random item support

Message ID 20231130164001.666702-1-michaelba@nvidia.com (mailing list archive)
Headers
Series net/mlx5: add random item support |

Message

Michael Baum Nov. 30, 2023, 4:39 p.m. UTC
  Add support for matching random value using the "rte_flow_item_random"
structure.

Depends-on: series-29472 ("ethdev: add random item support")

v2:
 - Rebase.
 - Move release notes to the new release file.

Erez Shitrit (1):
  net/mlx5/hws: add support for random number match

Michael Baum (1):
  net/mlx5: add random item support

 doc/guides/nics/features/mlx5.ini      |  1 +
 doc/guides/nics/mlx5.rst               | 10 +++++++-
 doc/guides/rel_notes/release_24_03.rst |  3 +++
 drivers/net/mlx5/hws/mlx5dr_definer.c  | 33 ++++++++++++++++++++++++++
 drivers/net/mlx5/hws/mlx5dr_definer.h  |  8 ++++++-
 drivers/net/mlx5/mlx5_flow.h           |  3 +++
 drivers/net/mlx5/mlx5_flow_dv.c        |  5 ++++
 drivers/net/mlx5/mlx5_flow_hw.c        |  5 ++++
 8 files changed, 66 insertions(+), 2 deletions(-)