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

2021-09-13 Thread Dumitrescu, Cristian
> -Original Message- > From: Richardson, Bruce > Sent: Friday, September 10, 2021 3:09 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH V2 01/24] pipeline: move data structures to > internal header file > > On Fri, Sep 1

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

2021-09-10 Thread Bruce Richardson
On Fri, Sep 10, 2021 at 02:36:50PM +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

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

2021-09-10 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") lib/pipeline/meson.build |4 + lib