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

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

Message

Michael Baum Jan. 25, 2024, 12:37 p.m. UTC
  Add support for matching random value using the "rte_flow_item_random"
structure.

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

v3:
 - Fix typos in commit message and release notes.
 - Update limitations.

v4:
 - Fix using same value for both "MLX5_FLOW_ITEM_NSH" and
   "MLX5_FLOW_ITEM_RANDOM".
 - Add "Acked-by" from v3.

v5:
 - Rebase.
 - Remove "Depends-on" label.


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               |  9 +++++++
 doc/guides/rel_notes/release_24_03.rst |  1 +
 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, 64 insertions(+), 1 deletion(-)
  

Comments

Raslan Darawsheh Jan. 28, 2024, 8:45 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Thursday, January 25, 2024 2:37 PM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Dariusz Sosnowski
> <dsosnowski@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>; Slava
> Ovsiienko <viacheslavo@nvidia.com>; Ori Kam <orika@nvidia.com>;
> Suanming Mou <suanmingm@nvidia.com>
> Subject: [PATCH v5 0/2] net/mlx5: add random item support
> 
> Add support for matching random value using the "rte_flow_item_random"
> structure.
> 
> v2:
>  - Rebase.
>  - Move release notes to the new release file.
> 
> v3:
>  - Fix typos in commit message and release notes.
>  - Update limitations.
> 
> v4:
>  - Fix using same value for both "MLX5_FLOW_ITEM_NSH" and
>    "MLX5_FLOW_ITEM_RANDOM".
>  - Add "Acked-by" from v3.
> 
> v5:
>  - Rebase.
>  - Remove "Depends-on" label.
> 
> 
> 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               |  9 +++++++
>  doc/guides/rel_notes/release_24_03.rst |  1 +
> 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, 64 insertions(+), 1 deletion(-)
> 
> --
> 2.25.1

Sereis applied to next-net-mlx,
Kindest regards
Raslan Darawsheh