From: Jan Viktorin <[email protected]>
Signed-off-by: Jan Viktorin <[email protected]>
---
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