When adding NUMA node printouts, the "*Active*" marker was accidentally
omitted. Add it back in.

Fixes: a7d69cef8f20 ("usertools/devbind: print device NUMA node")

Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
---
 usertools/dpdk-devbind.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
index f2a2a9a12f..34f8f3ed3b 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -631,6 +631,7 @@ def show_device_status(devices_type, device_name, 
if_field=False):
             extra_param = "if=%(Interface)s " + extra_param
         if print_numa:
             extra_param = "numa_node=%(NUMANode)s " + extra_param
+        extra_param += " %(Active)s"
         display_devices("%s devices using kernel driver" % device_name,
                         kernel_drv, extra_param)
     if no_drv:
-- 
2.43.5

Reply via email to