Re: [PATCH v3] app/testpmd: fix lcore ID restriction

2024-06-13 Thread Ferruh Yigit
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

Re: [PATCH v3] app/testpmd: fix lcore ID restriction

2024-06-11 Thread Ferruh Yigit
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

[PATCH v3] app/testpmd: fix lcore ID restriction

2024-06-06 Thread Sivaprasad Tummala
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 wit