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.