[dpdk-dev] [PATCH 1/2] net/mlx5: fix typos

Jan Viktorin iviktorin at fit.vutbr.cz
Mon Mar 15 16:33:57 CET 2021


From: Jan Viktorin <viktorin at cesnet.cz>

Signed-off-by: Jan Viktorin <viktorin at cesnet.cz>
---
 doc/guides/nics/mlx5.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 7c50497fb..0a2dc3dee 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1372,9 +1372,9 @@ the DPDK application.
 
 4. Unbind the device (can be rebind after the switchdev mode)::
 
-        echo -n "<device pci address" > /sys/bus/pci/drivers/mlx5_core/unbind
+        echo -n "<device pci address>" > /sys/bus/pci/drivers/mlx5_core/unbind
 
-5. Enbale switchdev mode::
+5. Enable switchdev mode::
 
         echo switchdev > /sys/class/net/<net device>/compat/devlink/mode
 
-- 
2.30.1



More information about the dev mailing list