RE: [PATCH 3/6] ethdev: add flow rule insertion by index with pattern

2024-09-25 Thread Dariusz Sosnowski
ct: [PATCH 3/6] ethdev: add flow rule insertion by index with pattern > > Add a new API to enqueue flow rule creation by index with pattern. > The new template table rules insertion type, index-based insertion with > pattern, requires a new flow rule creation function with both rule

[PATCH 3/6] ethdev: add flow rule insertion by index with pattern

2024-09-18 Thread Alexander Kozyrev
Add a new API to enqueue flow rule creation by index with pattern. The new template table rules insertion type, index-based insertion with pattern, requires a new flow rule creation function with both rule index and pattern provided. Packets will match on the provided pattern at the provided index.