Re: [dpdk-dev] [PATCH v5 00/41] Pipeline alignment with the P4 language

2020-09-29 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Tuesday, September 29, 2020 3:09 PM > To: Dumitrescu, Cristian > Cc: dev ; Thomas Monjalon > Subject: Re: [PATCH v5 00/41] Pipeline alignment with the P4 language > > On Wed, Sep 23, 2020 at 8:06 PM Cristian Dumitrescu > wrote: > >

Re: [dpdk-dev] [PATCH v5 00/41] Pipeline alignment with the P4 language

2020-09-29 Thread David Marchand
On Wed, Sep 23, 2020 at 8:06 PM Cristian Dumitrescu wrote: > > This patch set introduces a new pipeline type that combines the DPDK > performance with the flexibility of the P4-16 language[1]. The new API > can be used either by itself to code a complete software switch (SWX) > or data plane app,

[dpdk-dev] [PATCH v5 00/41] Pipeline alignment with the P4 language

2020-09-23 Thread Cristian Dumitrescu
This patch set introduces a new pipeline type that combines the DPDK performance with the flexibility of the P4-16 language[1]. The new API can be used either by itself to code a complete software switch (SWX) or data plane app, or in combination with the open-source P4 compiler P4C [2], potentiall