Re: [PATCH v6 4/4] usertools/dpdk-devbind: print NUMA node

2024-11-26 Thread David Marchand
On Sat, Oct 12, 2024 at 7:58 PM Stephen Hemminger wrote: > On Thu, 22 Aug 2024 11:38:26 +0100 > Anatoly Burakov wrote: > > > Currently, devbind does not print out any NUMA information, which makes > > figuring out which NUMA node device belongs to not trivial. Add printouts > > for NUMA informati

Re: [PATCH v6 4/4] usertools/dpdk-devbind: print NUMA node

2024-10-12 Thread Stephen Hemminger
On Thu, 22 Aug 2024 11:38:26 +0100 Anatoly Burakov wrote: > Currently, devbind does not print out any NUMA information, which makes > figuring out which NUMA node device belongs to not trivial. Add printouts > for NUMA information if NUMA support is enabled on the system. > > Signed-off-by: Anat

[PATCH v6 4/4] usertools/dpdk-devbind: print NUMA node

2024-08-22 Thread Anatoly Burakov
Currently, devbind does not print out any NUMA information, which makes figuring out which NUMA node device belongs to not trivial. Add printouts for NUMA information if NUMA support is enabled on the system. Signed-off-by: Anatoly Burakov Acked-by: Robin Jarry --- Notes: v1 -> v2: - Ad