RE: [PATCH v4 4/5] net/mlx5: add flow rule insertion by index with pattern

2024-10-25 Thread Dariusz Sosnowski
u > Subject: [PATCH v4 4/5] net/mlx5: add flow rule insertion by index with > pattern > > Implement rte_flow_async_create_by_index_with_pattern() function. > Rework the driver implementation to reduce code duplication by providing a > single flow insertion routine, that can be ca

[PATCH v4 4/5] net/mlx5: add flow rule insertion by index with pattern

2024-10-24 Thread Alexander Kozyrev
Implement rte_flow_async_create_by_index_with_pattern() function. Rework the driver implementation to reduce code duplication by providing a single flow insertion routine, that can be called with different parameters depending on the insertion type. Signed-off-by: Alexander Kozyrev --- doc/guide