[dpdk-dev] [PATCH v4] efd: change data type of parameter

Thomas Monjalon thomas at monjalon.net
Fri Oct 1 16:34:22 CEST 2021


> > > 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.guarch at intel.com>
> > > Acked-by: John McNamara <john.mcnamara at intel.com>
> Acked-by: Yipeng Wang <yipeng1.wang at intel.com>

Applied, thanks.




More information about the dev mailing list