Pablo de Lara 3b0e34e80b test/efd: fix sockets mask size
Constant value 1 has a size of 32 bits, and shifting it more than 32 bits
to the left overflows. 1ULL is needed to be able to get a 64-bit value.

Coverity ID: 375846
Fixes: 8751a7e9832b ("efd: allow more CPU sockets in table creation")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Yipeng Wang <yipeng1.wang@intel.com>
2022-02-27 18:57:45 +01:00
..
2022-02-12 12:07:48 +01:00
2022-02-27 18:57:45 +01:00
2022-02-11 08:50:13 +01:00
2022-02-12 12:07:48 +01:00
2021-11-17 12:49:19 +01:00