Re: [dpdk-dev] [PATCH] net: add missing endianness annotations

2019-10-18 Thread Ferruh Yigit
On 10/18/2019 6:00 PM, Ferruh Yigit wrote: > On 10/18/2019 10:23 AM, Olivier Matz wrote: >> On Fri, Oct 18, 2019 at 10:47:37AM +0200, David Marchand wrote: >>> On Fri, Oct 18, 2019 at 10:43 AM Olivier Matz >>> wrote: Hi David, 2lOn Fri, Sep 27, 2019 at 01:58:02PM +0200, David

Re: [dpdk-dev] [PATCH] net: add missing endianness annotations

2019-10-18 Thread Ferruh Yigit
On 10/18/2019 10:23 AM, Olivier Matz wrote: > On Fri, Oct 18, 2019 at 10:47:37AM +0200, David Marchand wrote: >> On Fri, Oct 18, 2019 at 10:43 AM Olivier Matz wrote: >>> >>> Hi David, >>> >>> 2lOn Fri, Sep 27, 2019 at 01:58:02PM +0200, David Marchand wrote: OVS currently maintains a copy of t

Re: [dpdk-dev] [PATCH] net: add missing endianness annotations

2019-10-18 Thread Olivier Matz
On Fri, Oct 18, 2019 at 10:47:37AM +0200, David Marchand wrote: > On Fri, Oct 18, 2019 at 10:43 AM Olivier Matz wrote: > > > > Hi David, > > > > 2lOn Fri, Sep 27, 2019 at 01:58:02PM +0200, David Marchand wrote: > > > OVS currently maintains a copy of those headers with the right endianness > > > a

Re: [dpdk-dev] [PATCH] net: add missing endianness annotations

2019-10-18 Thread David Marchand
On Fri, Oct 18, 2019 at 10:43 AM Olivier Matz wrote: > > Hi David, > > 2lOn Fri, Sep 27, 2019 at 01:58:02PM +0200, David Marchand wrote: > > OVS currently maintains a copy of those headers with the right endianness > > annotations so that sparse checks can pass. > > > > We introduced rte_beXX_t fo

Re: [dpdk-dev] [PATCH] net: add missing endianness annotations

2019-10-18 Thread Olivier Matz
Hi David, 2lOn Fri, Sep 27, 2019 at 01:58:02PM +0200, David Marchand wrote: > OVS currently maintains a copy of those headers with the right endianness > annotations so that sparse checks can pass. > > We introduced rte_beXX_t for better readibility in v17.08. > Let's make use of them, OVS then o