| 8751a7e9 | 28-Sep-2021 |
Pablo de Lara <[email protected]> |
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 t
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: 56b6ef874f8 ("efd: new Elastic Flow Distributor library")
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: John McNamara <[email protected]> Acked-by: Yipeng Wang <[email protected]> Tested-by: David Christensen <[email protected]>
show more ...
|