[dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-11 Thread Cristian Dumitrescu
Each table entry is made up of match fields and action data, with the latter made up of the action ID and the action arguments. The approach of having the user specify explicitly the endianness of the action arguments is difficult to be picked up by P4 compilers, as the P4 compiler is generally una

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-19 Thread Thomas Monjalon
12/04/2021 01:23, Cristian Dumitrescu: > Each table entry is made up of match fields and action data, with the > latter made up of the action ID and the action arguments. The approach > of having the user specify explicitly the endianness of the action > arguments is difficult to be picked up by P4

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-20 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 20, 2021 1:48 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of > action args > > 12/04/2021 01:23, Cristian Dumitres

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-20 Thread Thomas Monjalon
20/04/2021 12:04, Dumitrescu, Cristian: > From: Thomas Monjalon > > 12/04/2021 01:23, Cristian Dumitrescu: > > > Each table entry is made up of match fields and action data, with the > > > latter made up of the action ID and the action arguments. The approach > > > of having the user specify expli

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-20 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 20, 2021 11:07 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of > action args > > 20/04/2021 12:04, Dumitrescu,

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-20 Thread Aaron Conole
"Dumitrescu, Cristian" writes: >> -Original Message- >> From: Thomas Monjalon >> Sent: Tuesday, April 20, 2021 11:07 AM >> To: Dumitrescu, Cristian >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endian

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-20 Thread Thomas Monjalon
12/04/2021 01:23, Cristian Dumitrescu: > Each table entry is made up of match fields and action data, with the > latter made up of the action ID and the action arguments. The approach > of having the user specify explicitly the endianness of the action > arguments is difficult to be picked up by P4

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Ali Alnubani
Hi, > -Original Message- > From: dev On Behalf Of Thomas Monjalon > Sent: Tuesday, April 20, 2021 10:58 PM > To: Cristian Dumitrescu > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of > action args > > 12/04/2021

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Aaron Conole
Ali Alnubani writes: > Hi, > >> -Original Message- >> From: dev On Behalf Of Thomas Monjalon >> Sent: Tuesday, April 20, 2021 10:58 PM >> To: Cristian Dumitrescu >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Ali Alnubani
> -Original Message- > From: Aaron Conole > Sent: Wednesday, April 21, 2021 3:57 PM > To: Ali Alnubani > Cc: NBU-Contact-Thomas Monjalon ; Cristian > Dumitrescu ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of > action args &

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Aaron Conole
Ali Alnubani writes: >> -Original Message- >> From: Aaron Conole >> Sent: Wednesday, April 21, 2021 3:57 PM >> To: Ali Alnubani >> Cc: NBU-Contact-Thomas Monjalon ; Cristian >> Dumitrescu ; dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 2/2] pi

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Dumitrescu, Cristian
> -Original Message- > From: Ali Alnubani > Sent: Wednesday, April 21, 2021 8:50 AM > To: NBU-Contact-Thomas Monjalon ; Dumitrescu, > Cristian ; Aaron Conole > > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Ali Alnubani
Hi Cristian, > -Original Message- > From: Dumitrescu, Cristian > Sent: Wednesday, April 21, 2021 4:58 PM > To: Ali Alnubani ; NBU-Contact-Thomas Monjalon > ; Aaron Conole > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endian

Re: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

2021-04-21 Thread Dumitrescu, Cristian
Hi Ali, > -Original Message- > From: Ali Alnubani > Sent: Wednesday, April 21, 2021 3:25 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon > ; Aaron Conole > Subject: RE: [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of