On 6/12/2024 12:37 AM, Ferruh Yigit wrote: > On 6/6/2024 12:27 PM, Sivaprasad Tummala wrote: >> With modern CPUs, it is possible to have higher >> CPU count thus we can have higher RTE_MAX_LCORES. >> In testpmd application, the current config forwarding >> cores option "--nb-cores" is hard limited to 255. >> >> The patch fixes this constraint and also adjusts the lcore >> data structure to 32-bit to align with rte lcore APIs. >> >> Fixes: af75078fece3 ("first public release") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Sivaprasad Tummala <sivaprasad.tumm...@amd.com> >> > > Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> > > Applied to dpdk-next-net/main, thanks. >
Raslan reported build error because of the casting I asked to remove :( I will add it back in the next-net repo directly, meanwhile I will comment on the patch for details.