RE: [PATCH v6] enhance NUMA affinity heuristic

2023-05-15 Thread You, KaisenX
> -Original Message- > From: Thomas Monjalon > Sent: 2023年4月27日 14:58 > To: You, KaisenX > Cc: dev@dpdk.org; Zhou, YidingX ; > david.march...@redhat.com; Matz, Olivier ; > ferruh.yi...@amd.com; Burakov, Anatoly ; You, > KaisenX ; sta...@dpdk.org > Subject:

Re: [PATCH v6] enhance NUMA affinity heuristic

2023-04-26 Thread Thomas Monjalon
25/04/2023 07:16, Kaisen You: > Trying to allocate memory on the first detected numa node,it 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). You didn't change the explanati

[PATCH v6] enhance NUMA affinity heuristic

2023-04-24 Thread Kaisen You
Trying to allocate memory on the first detected numa node,it 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). Fixes: 8b0a1b8cb481 ("eal: stop using pthread for lcores and control