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

2024-10-22 Thread Dariusz Sosnowski
u > Subject: [PATCH v2 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 v2 4/5] net/mlx5: add flow rule insertion by index with pattern

2024-10-15 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 --- drivers/n