Anatoly Burakov, Aug 21, 2024 at 11:44:
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 <anatoly.bura...@intel.com>
Acked-by: Robin Jarry <rja...@redhat.com>
---
Notes:
v1 -> v2:
- Added commit to print out NUMA information in devbind
usertools/dpdk-devbind.py | 29 +++++++++++++++++++++--------
1 file changed, 21 insertions(+), 8 deletions(-)
Acked-by: Robin Jarry <rja...@redhat.com>
Thanks!