RE: [RFC PATCH v3] ethdev: add indirect list flow action

2023-05-18 Thread Gregory Etelson
Hello Ori, > First I'm assuming this is just RFC, since there is no code implementation. > I'll add code implementation in v4. > > -Original Message- > > From: Gregory Etelson > > Sent: Sunday, May 7, 2023 12:51 PM > > > > Indirect API creates a shared flow action with unique action ha

RE: [RFC PATCH v3] ethdev: add indirect list flow action

2023-05-17 Thread Ori Kam
Hi Gregory First I'm assuming this is just RFC, since there is no code implementation. > -Original Message- > From: Gregory Etelson > Sent: Sunday, May 7, 2023 12:51 PM > > Indirect API creates a shared flow action with unique action handle. > Flow rules can access the shared flow actio

[RFC PATCH v3] ethdev: add indirect list flow action

2023-05-07 Thread Gregory Etelson
Indirect API creates a shared flow action with unique action handle. Flow rules can access the shared flow action and resources related to that action through the indirect action handle. In addition, the API allows to update existing shared flow action configuration. After the update completes, ne