> > > 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 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.gua...@intel.com> > > > Acked-by: John McNamara <john.mcnam...@intel.com> > Acked-by: Yipeng Wang <yipeng1.w...@intel.com>
Applied, thanks.