[PATCH v8] enhance NUMA affinity heuristic

David Marchand david.marchand at redhat.com
Thu Jun 1 16:42:55 CEST 2023


On Fri, May 26, 2023 at 11:03 AM Kaisen You <kaisenx.you at intel.com> wrote:
>
> When a DPDK application is started on only one numa node, memory is
> allocated for only one socket. When interrupt threads use memory,
> memory may not be found on the socket where the interrupt thread
> is currently located, and memory has to be reallocated on the hugepage,
> this operation will lead to performance degradation.
>
> Fixes: 705356f0811f ("eal: simplify control thread creation")
> Fixes: 770d41bf3309 ("malloc: fix allocation with unknown socket ID")
> Cc: stable at dpdk.org

Backporting this kind of change seems risky for a LTS.
Heads up for LTS maintainers.

Anatoly, are we sure we want it backported?


-- 
David Marchand



More information about the stable mailing list