RE: [PATCH v3] malloc: enhance NUMA affinity heuristic

2023-01-30 Thread You, KaisenX
> -Original Message- > From: David Marchand > Sent: 2023年1月3日 21:32 > To: dev@dpdk.org > Cc: Matz, Olivier ; ferruh.yi...@amd.com; You, > KaisenX ; zhou...@loongson.cn; Burakov, Anatoly > > Subject: [PATCH v3] malloc: enhance NUMA affinity heuristic > >

[PATCH v3] malloc: enhance NUMA affinity heuristic

2023-01-03 Thread David Marchand
Trying to allocate memory on the first detected numa node has less chance to find some memory actually available rather than on the main lcore numa node (especially when the DPDK application is started only on one numa node). Signed-off-by: David Marchand --- Changes since v2: - add uncommitted l