Re: [dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new example application

2020-09-29 Thread Dumitrescu, Cristian
Hi David, > -Original Message- > From: David Marchand > Sent: Tuesday, September 29, 2020 2:51 PM > To: Dumitrescu, Cristian > Cc: dev ; Thomas Monjalon > Subject: Re: [PATCH v5 36/41] examples/pipeline: add new example > application > > On Wed, Sep 23, 2020 at 8:07 PM Cristian Dumitre

Re: [dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new example application

2020-09-29 Thread David Marchand
On Wed, Sep 23, 2020 at 8:07 PM Cristian Dumitrescu wrote: > > Add new example application to showcase the API of the newly > introduced SWX pipeline type. > > Signed-off-by: Cristian Dumitrescu > --- > MAINTAINERS | 1 + > examples/meson.build | 1 + > examples/pi

Re: [dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new example application

2020-09-23 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, September 23, 2020 7:26 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new >

Re: [dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new example application

2020-09-23 Thread Stephen Hemminger
On Wed, 23 Sep 2020 19:06:40 +0100 Cristian Dumitrescu wrote: > create mode 100644 examples/pipeline/Makefile Make is no longer supported, examples need to only use meson.

[dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new example application

2020-09-23 Thread Cristian Dumitrescu
Add new example application to showcase the API of the newly introduced SWX pipeline type. Signed-off-by: Cristian Dumitrescu --- MAINTAINERS | 1 + examples/meson.build | 1 + examples/pipeline/Makefile| 51 examples/pipeline/main.c | 50 exam