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

2020-10-01 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Thursday, October 1, 2020 6:16 PM > To: Dumitrescu, Cristian > Cc: dev ; Thomas Monjalon > Subject: Re: [PATCH v7 00/42] Pipeline alignment with the P4 language > > On Thu, Oct 1, 2020 at 12:20 PM Cristian Dumitrescu > wrote: > > >

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

2020-10-01 Thread David Marchand
On Thu, Oct 1, 2020 at 12:20 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 v7 00/42] Pipeline alignment with the P4 language

2020-10-01 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