[PATCH v5 0/6] fix lcore ID restriction
Ferruh Yigit
ferruh.yigit at amd.com
Tue Mar 19 19:41:36 CET 2024
On 3/18/2024 5:31 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
> all lcore IDs up to RTE_MAX_LCORES. Also the queue
> IDs are increased to support up to 65535.
>
> v5:
> - updated lcore_id type to uint32_t
>
> v4:
> - fixed build errors with queue_id type
> in ipsec-secgw
>
> v3:
> - updated queue_id type to uint16_t
>
> v2:
> - fixed typo with lcore_id type in l3fwd
>
> Sivaprasad Tummala (6):
> examples/l3fwd: fix lcore ID restriction
> examples/l3fwd-power: fix lcore ID restriction
> examples/l3fwd-graph: fix lcore ID restriction
> examples/ipsec-secgw: fix lcore ID restriction
> examples/qos_sched: fix lcore ID restriction
> examples/vm_power_manager: fix lcore ID restriction
>
For series,
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
More information about the dev
mailing list