RE: [PATCH v4] ethdev: add indirect list flow action

2023-05-25 Thread Gregory Etelson
Hello Ori, [snip] > > +/** > > + * @warning > > + * @b EXPERIMENTAL: this API may change without prior notice. > > + * > > + * Query and/or update indirect flow actions list. > > + * If both query and update not NULL, the function atomically > > + * queries and updates indirect action. Query and

RE: [PATCH v4] ethdev: add indirect list flow action

2023-05-24 Thread Ori Kam
Hi Gregory > -Original Message- > From: Gregory Etelson > Sent: Friday, May 19, 2023 3:00 PM > > 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.

[PATCH v4] ethdev: add indirect list flow action

2023-05-19 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