Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-05-06 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, April 28, 2020 11:28 AM > > 27/04/2020 16:00, David Marchand: > > On Mon, Apr 27, 2020 at 3:47 PM Ananyev, Konstantin wrote: > > > From: dev On Behalf Of David Marchand > > > > On Mon, Apr 27, 2020 at 3:34 PM

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-28 Thread Thomas Monjalon
27/04/2020 16:00, David Marchand: > On Mon, Apr 27, 2020 at 3:47 PM Ananyev, Konstantin wrote: > > From: dev On Behalf Of David Marchand > > > On Mon, Apr 27, 2020 at 3:34 PM Bruce Richardson > > > wrote: > > > > On Mon, Apr 27, 2020 at 03:23:41PM +0200, David Marchand wrote: > > > > > Building O

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Ferruh Yigit
t;> >>>>> -Original Message- >>>>> From: dev On Behalf Of David Marchand >>>>> Sent: Monday, April 27, 2020 2:37 PM >>>>> To: Richardson, Bruce >>>>> Cc: dev ; Ori Kam ; Thomas Monjalon >>>>

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread David Marchand
dev On Behalf Of David Marchand > >>> Sent: Monday, April 27, 2020 2:37 PM > >>> To: Richardson, Bruce > >>> Cc: dev ; Ori Kam ; Thomas Monjalon > >>> ; Yigit, Ferruh > >>> ; Andrew Rybchenko ; > >>> Zhang, Xiao > >&

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Ferruh Yigit
: Richardson, Bruce >>> Cc: dev ; Ori Kam ; Thomas Monjalon >>> ; Yigit, Ferruh >>> ; Andrew Rybchenko ; >>> Zhang, Xiao >>> Subject: Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit >>> value >>> >>> O

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread David Marchand
; > ; Yigit, Ferruh > > ; Andrew Rybchenko ; > > Zhang, Xiao > > Subject: Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit > > value > > > > On Mon, Apr 27, 2020 at 3:34 PM Bruce Richardson > > wrote: > > > > > > On Mon, Apr 2

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev On Behalf Of David Marchand > Sent: Monday, April 27, 2020 2:37 PM > To: Richardson, Bruce > Cc: dev ; Ori Kam ; Thomas Monjalon > ; Yigit, Ferruh > ; Andrew Rybchenko ; > Zhang, Xiao > Subject: Re: [dpdk-dev] [PATCH 3/3] e

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Bruce Richardson
On Mon, Apr 27, 2020 at 03:40:30PM +0200, David Marchand wrote: > On Mon, Apr 27, 2020 at 3:39 PM Andrew Rybchenko > wrote: > > > > On 4/27/20 4:34 PM, Bruce Richardson wrote: > > > On Mon, Apr 27, 2020 at 03:23:41PM +0200, David Marchand wrote: > > >> Building OVS with dpdk, sparse complains abou

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread David Marchand
On Mon, Apr 27, 2020 at 3:39 PM Andrew Rybchenko wrote: > > On 4/27/20 4:34 PM, Bruce Richardson wrote: > > On Mon, Apr 27, 2020 at 03:23:41PM +0200, David Marchand wrote: > >> Building OVS with dpdk, sparse complains about 64-bit constant being > >> passed as a normal integer that can't fit it: >

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Andrew Rybchenko
On 4/27/20 4:34 PM, Bruce Richardson wrote: > On Mon, Apr 27, 2020 at 03:23:41PM +0200, David Marchand wrote: >> Building OVS with dpdk, sparse complains about 64-bit constant being >> passed as a normal integer that can't fit it: >> error: constant 0x is so big it is unsigned long

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread David Marchand
On Mon, Apr 27, 2020 at 3:34 PM Bruce Richardson wrote: > > On Mon, Apr 27, 2020 at 03:23:41PM +0200, David Marchand wrote: > > Building OVS with dpdk, sparse complains about 64-bit constant being > > passed as a normal integer that can't fit it: > > error: constant 0x is so big it

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Bruce Richardson
On Mon, Apr 27, 2020 at 03:23:41PM +0200, David Marchand wrote: > Building OVS with dpdk, sparse complains about 64-bit constant being > passed as a normal integer that can't fit it: > error: constant 0x is so big it is unsigned long > > Fixes: ecbc8570131d ("ethdev: add PFCP heade

Re: [dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread Andrew Rybchenko
On 4/27/20 4:23 PM, David Marchand wrote: > Building OVS with dpdk, sparse complains about 64-bit constant being > passed as a normal integer that can't fit it: > error: constant 0x is so big it is unsigned long > > Fixes: ecbc8570131d ("ethdev: add PFCP header to flow API") > > S

[dpdk-dev] [PATCH 3/3] ethdev: fix build warning on 64-bit value

2020-04-27 Thread David Marchand
Building OVS with dpdk, sparse complains about 64-bit constant being passed as a normal integer that can't fit it: error: constant 0x is so big it is unsigned long Fixes: ecbc8570131d ("ethdev: add PFCP header to flow API") Signed-off-by: David Marchand --- lib/librte_ethdev/rte