ethdev: fix build warning on 64-bit value
authorDavid Marchand <david.marchand@redhat.com>
Mon, 27 Apr 2020 13:23:41 +0000 (15:23 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 28 Apr 2020 09:34:40 +0000 (11:34 +0200)
commit37924a2f078615c5bdac226a90cd63f686f9e7b1
treeed2314c3bd084ddc60270bcf5b6514e827539467
parenta3e283ed904c3a15971f58525b09e4e5d5e323a9
ethdev: fix build warning on 64-bit value

Building OVS with dpdk, sparse complains about 64-bit constant being
passed as a normal integer that can't fit it:
error: constant 0xffffffffffffffff is so big it is unsigned long

Fixes: ecbc8570131d ("ethdev: add PFCP header to flow API")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ethdev/rte_flow.h