Re: [PATCH v7 00/14] fix lcore ID restriction

2024-07-23 Thread Thomas Monjalon
23/07/2024 17:19, Ferruh Yigit: > > Sivaprasad Tummala (14): > > examples/l3fwd: fix queue ID restriction > > examples/l3fwd-power: fix queue ID restriction > > examples/l3fwd-graph: fix queue ID restriction > > examples/ipsec-secgw: fix queue ID restriction > > examples/l3fwd: fix lcore

Re: [PATCH v7 00/14] fix lcore ID restriction

2024-07-23 Thread Ferruh Yigit
On 3/26/2024 12:55 PM, Sivaprasad Tummala wrote: > With modern CPUs, it is possible to have higher > CPU count thus we can have higher RTE_MAX_LCORES. > In DPDK sample applications, the current config > lcore options are hard limited to 255. > > The patchset fixes these constraints by allowing > a

Re: [PATCH v7 00/14] fix lcore ID restriction

2024-04-30 Thread Ferruh Yigit
On 4/25/2024 1:31 PM, Ferruh Yigit wrote: > On 3/26/2024 12:55 PM, Sivaprasad Tummala wrote: >> With modern CPUs, it is possible to have higher >> CPU count thus we can have higher RTE_MAX_LCORES. >> In DPDK sample applications, the current config >> lcore options are hard limited to 255. >> >> The

Re: [PATCH v7 00/14] fix lcore ID restriction

2024-04-25 Thread Ferruh Yigit
On 3/26/2024 12:55 PM, Sivaprasad Tummala wrote: > With modern CPUs, it is possible to have higher > CPU count thus we can have higher RTE_MAX_LCORES. > In DPDK sample applications, the current config > lcore options are hard limited to 255. > > The patchset fixes these constraints by allowing > a