Re: [dpdk-dev] [PATCH v2 05/13] net/sfc: fix endian conversions in flow API

2018-04-05 Thread Andrew Rybchenko
Hi Adrien, On 04/04/2018 07:08 PM, Adrien Mazarguil wrote: Hi Andrew, On Wed, Apr 04, 2018 at 06:30:24PM +0300, Andrew Rybchenko wrote: Adrien, On 04/04/2018 05:57 PM, Adrien Mazarguil wrote: These conversions do not use the adequate function. Fixes: a9825ccf5bb8 ("net/sfc: support flow API

Re: [dpdk-dev] [PATCH v2 05/13] net/sfc: fix endian conversions in flow API

2018-04-04 Thread Adrien Mazarguil
Hi Andrew, On Wed, Apr 04, 2018 at 06:30:24PM +0300, Andrew Rybchenko wrote: > Adrien, > > On 04/04/2018 05:57 PM, Adrien Mazarguil wrote: > > These conversions do not use the adequate function. > > > > Fixes: a9825ccf5bb8 ("net/sfc: support flow API filters") > > Fixes: 894080975e1e ("net/sfc:

Re: [dpdk-dev] [PATCH v2 05/13] net/sfc: fix endian conversions in flow API

2018-04-04 Thread Andrew Rybchenko
Adrien, On 04/04/2018 05:57 PM, Adrien Mazarguil wrote: These conversions do not use the adequate function. Fixes: a9825ccf5bb8 ("net/sfc: support flow API filters") Fixes: 894080975e1e ("net/sfc: support VLAN in flow API filters") Fixes: e2675132444e ("net/sfc: support TCP in flow API filters"

[dpdk-dev] [PATCH v2 05/13] net/sfc: fix endian conversions in flow API

2018-04-04 Thread Adrien Mazarguil
These conversions do not use the adequate function. Fixes: a9825ccf5bb8 ("net/sfc: support flow API filters") Fixes: 894080975e1e ("net/sfc: support VLAN in flow API filters") Fixes: e2675132444e ("net/sfc: support TCP in flow API filters") Fixes: e01f84f42cad ("net/sfc: support UDP in flow API fi