Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-09-21 Thread Thomas Monjalon
drivers > > Subject: Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted > > correct > > > > Hi, > > > > 20/09/2022 12:11, Niklas Soderlund: > > > Hi Thomas, > > > > > > Have you checked if this address the same issue you where se

RE: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-09-21 Thread Nole Zhang
> -Original Message- > From: Thomas Monjalon > Sent: 2022年9月20日 21:23 > To: Niklas Soderlund > Cc: Nole Zhang ; dev@dpdk.org; Chaoyong He > ; oss-drivers > Subject: Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted > correct > > Hi,

Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-09-20 Thread Thomas Monjalon
; On 2022-08-31 10:47:24 +0200, Nole Zhang wrote: > > > > > > > > > -Original Message- > > > From: Thomas Monjalon > > > Sent: 2022年8月29日 21:15 > > > To: Nole Zhang ; Chaoyong He > > > > > > Subject: Re: [PATCH v

Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-09-20 Thread Niklas Soderlund
9日 21:15 > > To: Nole Zhang ; Chaoyong He > > > > Subject: Re: [PATCH v1] buildtools: ensure the NUMA nodes are counted > > correct > > > > 29/08/2022 13:17, Nole Zhang: > > > From: Thomas Monjalon > > > > 02/08/2022 09:54, Chaoyong He: > > &

FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-08-31 Thread Nole Zhang
> -Original Message- > From: Thomas Monjalon > Sent: 2022年8月29日 21:15 > To: Nole Zhang ; Chaoyong He > > Subject: Re: [PATCH v1] buildtools: ensure the NUMA nodes are counted > correct > > 29/08/2022 13:17, Nole Zhang: > > From: Thomas Monjalon &g

Re: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-08-29 Thread Thomas Monjalon
02/08/2022 09:54, Chaoyong He: > From: Peng Zhang > > Sorting a list of strings with the format "node[0-9]+" in order to find the > largest integer by looking at the last item after the sort breaks. But if > there are more then 10 items as a string sort will sort "node10" before > "node2", it wil

[PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-08-02 Thread Chaoyong He
From: Peng Zhang Sorting a list of strings with the format "node[0-9]+" in order to find the largest integer by looking at the last item after the sort breaks. But if there are more then 10 items as a string sort will sort "node10" before "node2", it will get the error NUMA nodes. Solve this by