Re: [dpdk-dev] [PATCH v3 0/3] fix check of port and core

2021-05-12 Thread Thomas Monjalon
12/05/2021 18:52, Ferruh Yigit: > On 4/29/2021 1:50 AM, Min Hu (Connor) wrote: > > Currently, some examples check that the port is on the same NUMA > > node as the polling thread for best performance. The method is > > to compare the socket id of port and that of current core. If the > > result is

Re: [dpdk-dev] [PATCH v3 0/3] fix check of port and core

2021-05-12 Thread Ferruh Yigit
On 4/29/2021 1:50 AM, Min Hu (Connor) wrote: > Currently, some examples check that the port is on the same NUMA > node as the polling thread for best performance. The method is > to compare the socket id of port and that of current core. If the > result is different, warning info will be given. >

[dpdk-dev] [PATCH v3 0/3] fix check of port and core

2021-04-28 Thread Min Hu (Connor)
Currently, some examples check that the port is on the same NUMA node as the polling thread for best performance. The method is to compare the socket id of port and that of current core. If the result is different, warning info will be given. But it ignores the port which is from numa node 0, that