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

2020-10-01 Thread Dumitrescu, Cristian
Hi David, > -Original Message- > From: David Marchand > Sent: Wednesday, September 30, 2020 8:34 PM > To: Dumitrescu, Cristian > Cc: dev ; Thomas Monjalon > Subject: Re: [PATCH v6 00/42] Pipeline alignment with the P4 language > > On Wed, Sep 30, 2020 at 8:34 AM Cristian Dumitrescu >

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

2020-09-30 Thread David Marchand
On Wed, Sep 30, 2020 at 8:34 AM 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 v6 00/42] Pipeline alignment with the P4 language

2020-09-29 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