diff options
-rw-r--r-- | sos/plugins/openvswitch.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index 177da89f..c9946e3c 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -45,6 +45,9 @@ class OpenVSwitch(Plugin): "ls -laZ /var/run/openvswitch", # List devices and their drivers "dpdk_nic_bind --status", + "dpdk_devbind.py --status", + "driverctl list-devices", + "driverctl list-overrides", # Capture a list of all bond devices "ovs-appctl bond/list", # Capture more details from bond devices |