RE: [PATCH] usertools: enhance logic to display NUMA

2023-08-12 Thread Varghese, Vipin
[AMD Official Use Only - General] > > > > > > > > From last email from my end `we should promote and document the > > > changes provided the existing tool is phased out and use lstopo`. > > > > > > > > Note: > > > > 1. This is with assumption that both Linux and Windows `lstopo` is > > > > modif

Re: [PATCH] usertools: enhance logic to display NUMA

2023-07-18 Thread Thomas Monjalon
18/07/2023 12:37, Varghese, Vipin: > > 14/07/2023 11:14, Varghese, Vipin: > > > From: Thomas Monjalon > > > > 11/07/2023 17:42, Stephen Hemminger: > > > > > On Sat, 26 Mar 2022 00:32:07 -0700 Vipin Varghese > > > > > wrote: > > > > > > > <> > > > > > > > > > > > Git complains because you added

RE: [PATCH] usertools: enhance logic to display NUMA

2023-07-18 Thread Varghese, Vipin
[AMD Official Use Only - General] > -Original Message- > From: Thomas Monjalon > Sent: Monday, July 17, 2023 8:37 PM > To: Stephen Hemminger ; Varghese, Vipin > > Cc: david.march...@redhat.com; Tummala, Sivaprasad > ; dev@dpdk.org > Subject: Re: [PATCH] use

Re: [PATCH] usertools: enhance logic to display NUMA

2023-07-17 Thread Thomas Monjalon
14/07/2023 11:14, Varghese, Vipin: > From: Thomas Monjalon > > 11/07/2023 17:42, Stephen Hemminger: > > > On Sat, 26 Mar 2022 00:32:07 -0700 > > > Vipin Varghese wrote: > > > > > > > + > > > > + output = " Socket " + str(socket).ljust(3, ' ') + " Numa " + > > str(numa).zfill(1) + " " > > > > +

RE: [PATCH] usertools: enhance logic to display NUMA

2023-07-14 Thread Varghese, Vipin
[AMD Official Use Only - General] > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, July 11, 2023 9:56 PM > To: Varghese, Vipin ; Stephen Hemminger > > Cc: david.march...@redhat.com; Tummala, Sivaprasad > ; dev@dpdk.org > Subject: Re: [PATCH] use

Re: [PATCH] usertools: enhance logic to display NUMA

2023-07-11 Thread Thomas Monjalon
11/07/2023 17:42, Stephen Hemminger: > On Sat, 26 Mar 2022 00:32:07 -0700 > Vipin Varghese wrote: > > > + > > + output = " Socket " + str(socket).ljust(3, ' ') + " Numa " + > > str(numa).zfill(1) + " " > > + #output = " Socket " + str(socket).zfill(1) + " Numa " + > > str(numa).zfill(1) + " "

Re: [PATCH] usertools: enhance logic to display NUMA

2023-07-11 Thread Stephen Hemminger
On Sat, 26 Mar 2022 00:32:07 -0700 Vipin Varghese wrote: > + > + output = " Socket " + str(socket).ljust(3, ' ') + " Numa " + > str(numa).zfill(1) + " " > + #output = " Socket " + str(socket).zfill(1) + " Numa " + > str(numa).zfill(1) + " " > + print(output) > + print(format("-" * len(outpu

RE: [PATCH] usertools: enhance logic to display NUMA

2023-07-10 Thread Varghese, Vipin
id.march...@redhat.com; Tummala, > Sivaprasad ; dev@dpdk.org; Narcisa Ana > Maria Vasile ; Dmitry Malloy > ; Pallavi Kadam > Subject: Re: [PATCH] usertools: enhance logic to display NUMA > > Caution: This message originated from an External Source. Use proper > caution when opening

Re: [PATCH] usertools: enhance logic to display NUMA

2023-06-14 Thread Thomas Monjalon
14/06/2023 12:48, Ferruh Yigit: > Should we document preferred tool and usage in DPDK, if so where is good > location for it? I think it should be in the user guide. We are starting to merge the 3 user guides in 1. You can add it to the Linux guide only for now.

Re: [PATCH] usertools: enhance logic to display NUMA

2023-06-14 Thread Dmitry Kozlyuk
Hi, 2023-06-14 11:48 (UTC+0100), Ferruh Yigit: > Also @Dmitry, is there solution for Windows for this issue (a tool to > replace cpu_layout.py)? hwloc binaries, including lstopo-no-graphics.exe, are packaged for Windows by the authors: https://www.open-mpi.org/software/hwloc/current/

Re: [PATCH] usertools: enhance logic to display NUMA

2023-06-14 Thread Ferruh Yigit
On 3/28/2022 3:56 AM, Varghese, Vipin wrote: > Hi Thomas, > > > > 26/03/2022 08:32, Vipin Varghese: >>> enhance python logic to accomadate NUMA information. Current logic >>> considers physical socket with CPU threads to core map. With new AMD >>> SKU vairant NUMA is no longer same as SOCKET.

RE: [PATCH] usertools: enhance logic to display NUMA

2022-03-28 Thread Tummala, Sivaprasad
Subject: RE: [PATCH] usertools: enhance logic to display NUMA [AMD Official Use Only] Hi Thomas, 26/03/2022 08:32, Vipin Varghese: > enhance python logic to accomadate NUMA information. Current logic > considers physical socket with CPU threads to core map. With new AMD > SKU vairan

RE: [PATCH] usertools: enhance logic to display NUMA

2022-03-27 Thread Varghese, Vipin
[AMD Official Use Only] Hi Thomas, 26/03/2022 08:32, Vipin Varghese: > enhance python logic to accomadate NUMA information. Current logic > considers physical socket with CPU threads to core map. With new AMD > SKU vairant NUMA is no longer same as SOCKET. Single physical socket > can be pa

Re: [PATCH] usertools: enhance logic to display NUMA

2022-03-26 Thread Thomas Monjalon
26/03/2022 08:32, Vipin Varghese: > enhance python logic to accomadate NUMA information. Current logic > considers physical socket with CPU threads to core map. With new > AMD SKU vairant NUMA is no longer same as SOCKET. Single physical > socket can be partitioned to variant of 1,2 and 4. > > The

[PATCH] usertools: enhance logic to display NUMA

2022-03-26 Thread Vipin Varghese
enhance python logic to accomadate NUMA information. Current logic considers physical socket with CPU threads to core map. With new AMD SKU vairant NUMA is no longer same as SOCKET. Single physical socket can be partitioned to variant of 1,2 and 4. The changes address the new mapping with Socket-N