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: 56b6ef874f8 ("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
..
2019-02-26 15:29:27 +01:00
2020-10-19 16:08:36 +02:00
2021-04-21 17:08:02 +02:00
2019-02-26 15:29:27 +01:00
2019-02-26 15:29:27 +01:00
2019-02-26 15:29:27 +01:00
2020-10-13 19:26:15 +02:00
2021-03-03 10:05:23 +01:00
2021-06-24 15:34:45 +02:00
2020-02-05 14:37:41 +01:00
2019-02-26 15:29:27 +01:00
2019-07-06 10:32:34 +02:00
2020-10-28 21:23:11 +01:00
2020-03-04 10:11:07 +01:00
2020-10-28 21:23:11 +01:00
2020-10-24 11:11:46 +02:00
2020-04-25 15:15:30 +02:00
2019-10-23 16:57:06 +02:00
2021-04-26 15:33:07 +02:00
2021-03-16 20:15:29 +01:00
2020-07-08 14:41:06 +02:00
2021-04-09 14:01:07 +02:00
2020-02-05 14:37:41 +01:00
2019-02-26 15:29:27 +01:00
2020-02-05 14:37:41 +01:00
2021-01-14 16:41:40 +01:00
2020-04-16 18:16:46 +02:00
2020-02-05 14:37:41 +01:00
2019-04-11 14:27:32 +02:00
2019-10-27 14:40:55 +01:00
2019-02-26 15:29:27 +01:00
2020-10-16 22:26:41 +02:00
2021-05-20 23:10:22 +02:00
2019-02-26 15:29:27 +01:00
2019-02-26 15:29:27 +01:00
2019-11-26 00:12:08 +01:00
2019-11-07 17:46:43 +01:00
2020-11-15 16:45:48 +01:00
2019-02-26 15:29:27 +01:00
2019-02-26 15:29:27 +01:00
2019-02-26 15:29:27 +01:00
2019-02-26 15:29:27 +01:00
2021-04-20 23:13:23 +02:00
2019-02-26 15:29:27 +01:00
2021-09-28 08:46:03 +02:00