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

2024-09-26 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, September 25, 2024 9:05 PM > > 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 > fu

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

2024-09-25 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.