8751a7e983
rte_efd_create() function was using uint8_t for a socket bitmask,
for one of its parameters.
This limits the maximum of NUMA sockets to be 8.
Changing to uint64_t increases it to 64, which should be
more future-proof.
Coverity issue: 366390
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_efd_arm64.h | ||
rte_efd_x86.h | ||
rte_efd.c | ||
rte_efd.h | ||
version.map |