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. It would be better to just add a footnote now something like cpu_layout script is deprecated use hwloc instead. And include full deprecation notice in DPDK documentation. Maybe there is a standard python way to mark whole script as deprecated.