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

2020-09-23 Thread Dumitrescu, Cristian
> -Original Message- > From: Dumitrescu, Cristian > Sent: Wednesday, September 23, 2020 5:49 PM > To: 'Thomas Monjalon' ; David Marchand > > Cc: dev > Subject: RE: [dpdk-dev] [PATCH v4 00/41] Pipeline alignment with the P4 > language > > &g

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

2020-09-23 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, September 23, 2020 5:40 PM > To: Dumitrescu, Cristian ; David Marchand > > Cc: dev > Subject: Re: [dpdk-dev] [PATCH v4 00/41] Pipeline alignment with the P4 > language > > 23/09/2020 18:

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

2020-09-23 Thread Thomas Monjalon
23/09/2020 18:28, David Marchand: > On Wed, Sep 23, 2020 at 6:08 PM Dumitrescu, Cristian > wrote: > > > - On the patch titles, check-git-log.sh reports: > > > Wrong headline case: > > > "pipeline: add SWX dma instruction": dma --> DMA > > > Wrong headline case: > > > "pipel

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

2020-09-23 Thread Dumitrescu, Cristian
Hi David, Thanks for looking at this patch series! > -Original Message- > From: David Marchand > Sent: Wednesday, September 23, 2020 12:46 PM > To: Dumitrescu, Cristian > Cc: dev ; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH v4 00/41] Pipeline alignment with

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

2020-09-23 Thread David Marchand
On Wed, Sep 23, 2020 at 6:08 PM Dumitrescu, Cristian wrote: > > - Many MACRO_WITH_FLOW_CONTROL warnings reported by checkpatches. > > > > Yes, I fixed all the other code style issues, this is the only one remaining. > It is basically due to a recurring CHECK() macro. And it will also ripples > o

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

2020-09-23 Thread David Marchand
Hello Cristian, On Thu, Sep 10, 2020 at 5:27 PM Cristian Dumitrescu wrote: > Cristian Dumitrescu (41): > pipeline: add new SWX pipeline type > pipeline: add SWX pipeline input port > pipeline: add SWX pipeline output port > pipeline: add SWX headers and meta-data > pipeline: add SWX ext

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

2020-09-22 Thread Dumitrescu, Cristian
> -Original Message- > From: Wang, Han2 > Sent: Tuesday, September 22, 2020 9:06 PM > To: Dumitrescu, Cristian ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 00/41] Pipeline alignment with the P4 > language > > Cristian > > Thanks for updating the p

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

2020-09-22 Thread Wang, Han2
Cristian Thanks for updating the patch set. As I mentioned in my previous email, we are working on adding support for this as a new P4C CPU target. We plan to open source the compiler backend in the near future. Cheers, Han On 9/10/20, 8:27 AM, "dev on behalf of Cristian Dumitrescu" wrote:

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

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