numam-dpdk/lib/efd
Pablo de Lara 8751a7e983 efd: allow more CPU sockets in table creation
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: 56b6ef874f ("efd: new Elastic Flow Distributor library")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Yipeng Wang <yipeng1.wang@intel.com>
Tested-by: David Christensen <drc@linux.vnet.ibm.com>
2021-10-01 16:33:20 +02:00
..
meson.build
rte_efd_arm64.h
rte_efd_x86.h
rte_efd.c efd: allow more CPU sockets in table creation 2021-10-01 16:33:20 +02:00
rte_efd.h efd: allow more CPU sockets in table creation 2021-10-01 16:33:20 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00