Re: [PATCH v6] ethdev: add indirect list flow action

2023-05-31 Thread Ferruh Yigit
On 5/29/2023 7:14 AM, Ori Kam wrote: > Hi gregory, > >> -Original Message- >> From: Gregory Etelson >> Sent: Sunday, May 28, 2023 6:44 PM >> >> Indirect API creates a shared flow action with unique action handle. >> Flow rules can access the shared flow action and resources related to >>

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

2023-05-28 Thread Ori Kam
Hi gregory, > -Original Message- > From: Gregory Etelson > Sent: Sunday, May 28, 2023 6:44 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 v6] ethdev: add indirect list flow action

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