RE: [PATCH] net/mlx5/hws: add support for multi pattern

2023-08-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alex Vesker > Sent: Sunday, July 9, 2023 5:20 PM > To: Alex Vesker ; Slava Ovsiienko > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Suanming Mou ; Matan > Azrad ; Ori Kam > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5/hws: ad

[PATCH] net/mlx5/hws: add support for multi pattern

2023-07-09 Thread Alex Vesker
When creating an action it can contain a bulk of objects, but the objects are fixed to a specific pattern and cannot be reused. This can lead to inefficient usage of the HW resources, This support allows creating multiple patterns over a single mlx5dr action. Signed-off-by: Alex Vesker Reviewed-b