Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file

2021-09-27 Thread Thomas Monjalon
13/09/2021 18:44, Cristian Dumitrescu: > Start to consolidate the data structures and inline functions required > by the pipeline instructions into an internal header file. > > Signed-off-by: Cristian Dumitrescu Series applied, thanks.

Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file

2021-09-20 Thread Dumitrescu, Cristian
> Depends-on: series-18297 ("[V4,1/4] table: add support learner tables") Just sent an updated version for the learner table series, which does not result in any code changes for this patch set. Therefore, the updated dependency list of this patch set is: Depends-on: series-19048 ("[V5,1/4] t

Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file

2021-09-13 Thread Stephen Hemminger
On Mon, 13 Sep 2021 18:42:39 + "Dumitrescu, Cristian" wrote: > > -Original Message- > > From: Stephen Hemminger > > Sent: Monday, September 13, 2021 5:51 PM > > To: Dumitrescu, Cristian > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file

2021-09-13 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger > Sent: Monday, September 13, 2021 5:51 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to > internal header file > > On Mon,

Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file

2021-09-13 Thread Stephen Hemminger
On Mon, 13 Sep 2021 17:44:20 +0100 Cristian Dumitrescu wrote: > Start to consolidate the data structures and inline functions required > by the pipeline instructions into an internal header file. > > Signed-off-by: Cristian Dumitrescu > --- > Depends-on: series-18297 ("[V4,1/4] table: add suppo

[dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file

2021-09-13 Thread Cristian Dumitrescu
Start to consolidate the data structures and inline functions required by the pipeline instructions into an internal header file. Signed-off-by: Cristian Dumitrescu --- Depends-on: series-18297 ("[V4,1/4] table: add support learner tables") V3: -fixed meson.build lib/pipeline/rte_swx_pipeline.