DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 1/1] usertools/devbind: fix missing active marker
@ 2024-11-27 15:42 Anatoly Burakov
  0 siblings, 0 replies; only message in thread
From: Anatoly Burakov @ 2024-11-27 15:42 UTC (permalink / raw)
  To: dev, Robin Jarry, Stephen Hemminger; +Cc: david.marchand

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.burakov@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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-27 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-27 15:42 [PATCH v1 1/1] usertools/devbind: fix missing active marker Anatoly Burakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).