* [PATCH v1 1/1] usertools/devbind: fix missing active marker
@ 2024-11-27 15:42 Anatoly Burakov
2024-11-29 8:05 ` Robin Jarry
0 siblings, 1 reply; 3+ messages 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] 3+ messages in thread
* Re: [PATCH v1 1/1] usertools/devbind: fix missing active marker
2024-11-27 15:42 [PATCH v1 1/1] usertools/devbind: fix missing active marker Anatoly Burakov
@ 2024-11-29 8:05 ` Robin Jarry
2024-11-29 13:11 ` David Marchand
0 siblings, 1 reply; 3+ messages in thread
From: Robin Jarry @ 2024-11-29 8:05 UTC (permalink / raw)
To: Anatoly Burakov, dev, Stephen Hemminger; +Cc: david.marchand
Anatoly Burakov, Nov 27, 2024 at 16:42:
> 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>
Acked-by: Robin Jarry <rjarry@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1 1/1] usertools/devbind: fix missing active marker
2024-11-29 8:05 ` Robin Jarry
@ 2024-11-29 13:11 ` David Marchand
0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2024-11-29 13:11 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: dev, Robin Jarry, Stephen Hemminger
On Fri, Nov 29, 2024 at 9:05 AM Robin Jarry <rjarry@redhat.com> wrote:
> Anatoly Burakov, Nov 27, 2024 at 16:42:
> > 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>
> Acked-by: Robin Jarry <rjarry@redhat.com>
Applied, thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-29 13:12 UTC | newest]
Thread overview: 3+ messages (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
2024-11-29 8:05 ` Robin Jarry
2024-11-29 13:11 ` David Marchand
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).