ethdev: avoid usage of ULL for 64-bit unsigned constants
authorAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Fri, 22 Oct 2021 11:20:16 +0000 (14:20 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 22 Oct 2021 17:11:35 +0000 (19:11 +0200)
commit68e8ca7b59dfc274d1f83e52056943b9b9e55667
treeb9238fbeebcc0afe35fc69878c84be2cc117c7c6
parent4852c647d104c65efe8552186b9853a920f0bfa6
ethdev: avoid usage of ULL for 64-bit unsigned constants

Use UINT64_C() macro instead.

Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/ethdev/rte_ethdev.h