From 1d0fa1e1623cb284aa340aacfab458ae9b2bc40c Mon Sep 17 00:00:00 2001 From: Uncle Jake Date: Tue, 28 Mar 2023 12:27:01 +0900 Subject: [PATCH] put ".py" in example commands as in other guide put ".py" in example commands as in other guide Signed-off-by: leejaehong --- doc/guides/tools/devbind.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/guides/tools/devbind.rst b/doc/guides/tools/devbind.rst index df4f3505acb..340b0bc9def 100644 --- a/doc/guides/tools/devbind.rst +++ b/doc/guides/tools/devbind.rst @@ -78,24 +78,24 @@ Examples To display current device status:: - dpdk-devbind --status + dpdk-devbind.py --status To bind eth1 from the current driver and move to use vfio-pci:: - dpdk-devbind --bind=vfio-pci eth1 + dpdk-devbind.py --bind=vfio-pci eth1 To unbind 0000:01:00.0 from using any driver:: - dpdk-devbind -u 0000:01:00.0 + dpdk-devbind.py -u 0000:01:00.0 To bind 0000:02:00.0 and 0000:02:00.1 to the ixgbe kernel driver:: - dpdk-devbind -b ixgbe 02:00.0 02:00.1 + dpdk-devbind.py -b ixgbe 02:00.0 02:00.1 To check status of all network ports, assign one to the vfio-pci driver and check status again:: # Check the status of the available devices. - dpdk-devbind --status + dpdk-devbind.py --status Network devices using DPDK-compatible driver ============================================ @@ -106,11 +106,11 @@ To check status of all network ports, assign one to the vfio-pci driver and chec # Bind the device to vfio-pci. - sudo dpdk-devbind -b vfio-pci 0000:0a:00.0 + sudo dpdk-devbind.py -b vfio-pci 0000:0a:00.0 # Recheck the status of the devices. - dpdk-devbind --status + dpdk-devbind.py --status Network devices using DPDK-compatible driver ============================================ 0000:0a:00.0 '82599ES 10-Gigabit' drv=vfio-pci unused=