RE: [PATCH v7 1/2] ethdev: add query_update sync and async function calls

2023-02-01 Thread Gregory Etelson
Hello Andrew, [] > > diff --git a/doc/guides/rel_notes/release_23_03.rst > b/doc/guides/rel_notes/release_23_03.rst > > index c15f6fbb9f..5b98e18032 100644 > > --- a/doc/guides/rel_notes/release_23_03.rst > > +++ b/doc/guides/rel_notes/release_23_03.rst > > @@ -68,6 +68,13 @@ New Features > >

Re: [PATCH v7 1/2] ethdev: add query_update sync and async function calls

2023-02-01 Thread Andrew Rybchenko
On 1/24/23 12:37, Gregory Etelson wrote: Current API allows either query or update indirect flow action. If indirect action must be conditionally updated according to it's present state application must first issue action query then analyze returned data and if needed issue update request. When t