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

2024-08-20 Thread Robin Jarry
Burakov, Anatoly, Aug 20, 2024 at 11:56: Actually, I should correct myself (and yourself) somewhat. This is not obvious from help message (I found it through reading the REAME) but driverctl *does* allow listing PCI devices by type, but only one type (e.g. list all network devices), but not mu

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

2024-08-20 Thread Burakov, Anatoly
On 8/20/2024 11:49 AM, Robin Jarry wrote: Burakov, Anatoly, Aug 20, 2024 at 11:40: I have heard about driverctl for a long time in context of devbind, and I quickly tried it out just now, and IMO while the *functionality* is there, the usability of devbind is IMO far more friendly: - it filte

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

2024-08-20 Thread Robin Jarry
Burakov, Anatoly, Aug 20, 2024 at 11:40: I have heard about driverctl for a long time in context of devbind, and I quickly tried it out just now, and IMO while the *functionality* is there, the usability of devbind is IMO far more friendly: - it filters by device types that are of interest to

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

2024-08-20 Thread Burakov, Anatoly
On 8/20/2024 11:28 AM, Robin Jarry wrote: Burakov, Anatoly, Aug 20, 2024 at 11:08: Rewriting this one would take a bit more time because unlike working with hugepages or sysfs CPU layouts, I'm not familiar enough with all of the specifics this script does, so I'd have to learn it more. I can t

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

2024-08-20 Thread Robin Jarry
Burakov, Anatoly, Aug 20, 2024 at 11:08: Rewriting this one would take a bit more time because unlike working with hugepages or sysfs CPU layouts, I'm not familiar enough with all of the specifics this script does, so I'd have to learn it more. I can try though, if you think it's worth the effo

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

2024-08-20 Thread Burakov, Anatoly
On 8/19/2024 1:34 PM, Robin Jarry wrote: Anatoly Burakov, Aug 16, 2024 at 14:16: 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. Signe

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

2024-08-19 Thread Robin Jarry
Anatoly Burakov, Aug 16, 2024 at 14:16: 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:

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

2024-08-16 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 --- usertools/dpdk-devbind.py | 27 +++--