Re: [PATCH v3 0/5] Defer lcore variables allocation

2025-02-11 Thread fengchengwen
Series-acked-by: Chengwen Feng On 2025/2/11 5:31, David Marchand wrote: > As I had reported in 24.11-rc2, the lcore variables allocation have a > noticeable impact on applications consuming DPDK, even when such > applications does not use DPDK, or use features associated to > some lcore variables

Re: [PATCH v3 0/5] Defer lcore variables allocation

2025-02-11 Thread David Marchand
On Mon, Feb 10, 2025 at 10:32 PM David Marchand wrote: > > As I had reported in 24.11-rc2, the lcore variables allocation have a > noticeable impact on applications consuming DPDK, even when such > applications does not use DPDK, or use features associated to > some lcore variables. > > While the

[PATCH v3 0/5] Defer lcore variables allocation

2025-02-10 Thread David Marchand
As I had reported in 24.11-rc2, the lcore variables allocation have a noticeable impact on applications consuming DPDK, even when such applications does not use DPDK, or use features associated to some lcore variables. While the amount has been reduced in a rush before rc2, there are still cases w