Re: [dpdk-dev] [PATCH] ethdev: avoid usage of ULL for 64-bit unsigned constants
On 10/22/2021 12:20 PM, Andrew Rybchenko wrote: Use UINT64_C() macro instead. Signed-off-by: Andrew Rybchenko Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.
[dpdk-dev] [PATCH] ethdev: avoid usage of ULL for 64-bit unsigned constants
Use UINT64_C() macro instead. Signed-off-by: Andrew Rybchenko --- The patch should be applied on top of ethdev namespace addition [1]. [1] https://patches.dpdk.org/project/dpdk/patch/20211022110314.470843-1-ferruh.yi...@intel.com/ lib/ethdev/rte_ethdev.h | 8 1 file changed, 4 insert