Re: [PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-16 Thread Ferruh Yigit
On 2/2/2023 1:47 PM, 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 reques

RE: [PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-13 Thread Gregory Etelson
; Raslan Darawsheh > ; Ori Kam ; NBU-Contact-Thomas > Monjalon (EXTERNAL) > Subject: RE: [PATCH v10 1/2] ethdev: add query and update sync and async > function calls > > Hello Ferruh, > > What holds merge of > https://patches.dpdk.org/project/dpdk/list/?series=26763 ?

RE: [PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-12 Thread Gregory Etelson
; Raslan Darawsheh > ; Ori Kam ; NBU-Contact-Thomas > Monjalon (EXTERNAL) > Subject: Re: [PATCH v10 1/2] ethdev: add query and update sync and async > function calls > > External email: Use caution opening links or attachments > > > On 2/2/2023 1:47 PM, Gregory Etels

RE: [PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-09 Thread Gregory Etelson
Hello Ferruh, [] > > it seems there were some comments from Andrew to previous version, are > they resolved now? > I resolved all outstanding comments > @Andrew, do you have any objection/comment on this version? Regards, Gregory

Re: [PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-09 Thread Ferruh Yigit
On 2/2/2023 1:47 PM, 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 reques

RE: [PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-07 Thread Gregory Etelson
Hello, Please merge the patches in this series, if there are no more comments. Regards, Gregory

[PATCH v10 1/2] ethdev: add query and update sync and async function calls

2023-02-02 Thread Gregory Etelson
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 the update will be processed, action state c