[AMD Official Use Only - General] > -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Saturday, August 12, 2023 8:30 PM > To: Varghese, Vipin <vipin.vargh...@amd.com> > Cc: tho...@monjalon.net; dev@dpdk.org; Yigit, Ferruh > <ferruh.yi...@amd.com> > Subject: Re: [PATCH] usertools: suggest use of hwloc for new cpu > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > On Sat, 12 Aug 2023 06:27:20 +0530 > Vipin Varghese <vipin.vargh...@amd.com> wrote: > > > Most modern processor now supports numa by partitioning NUMA based on > > CPU-IO & Last Level Cache within the same socket. > > As per the discussion in mailing list, suggesting the make use of > > hw-loc for such scenarios. > > > > Signed-off-by: Vipin Varghese <vipin.vargh...@amd.com> > > NAK, no scripting hwloc, it is ugly and creates a dependency that is not > listed > in DPDK packaging.
There is no calls to hwloc within in thescript. Hence not clear what does ` NAK, no scripting hwloc it is ugly and creates a dependency that is not listed in DPDK packaging.`. Requesting to cross check why NAK is shared for `print` as suggestion. Hence, I have disagree to this. > > It would be better to just add a footnote now something like cpu_layout script > is deprecated use hwloc instead. Please try and let me know, This is exactly what it is does as pre-footer. > And include full deprecation notice in DPDK documentation. > > Maybe there is a standard python way to mark whole script as deprecated. With respect to depreciation please check the patchwork for `usertools: enahcne logic to display NUMA` all these are already discussed. We even requested to remove the script if it is not be used.