From dc123318a12e13e2040e863613b1ed240ded6f45 Mon Sep 17 00:00:00 2001 From: sureshmarikkannu <115574144+sureshmarikkannu@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:57:13 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: gab-arrobo --- deployment/deploymentupf.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/deploymentupf.rst b/deployment/deploymentupf.rst index 8f4d02c..c199a42 100644 --- a/deployment/deploymentupf.rst +++ b/deployment/deploymentupf.rst @@ -79,13 +79,13 @@ step 1: Create VF devices and bind them to the vfio-pci driver ls -l /sys/class/net/ens801f0/device/virtfn* -- Make sure all the VF devices contains valid MAC address(not all zero's), +- Make sure all VF devices contain a valid MAC address (not all zero's), .. code-block:: ip link show ens801f0 - If the MAC shown for VF's are all zero's then retrieve the MAC using the PCI obtained above as follows, + If the MAC shown for the VF's are all zero's, then retrieve the MAC using the PCI obtained above, as follows, .. code-block:: @@ -95,7 +95,7 @@ step 1: Create VF devices and bind them to the vfio-pci driver cat /sys/bus/pci/devices/0000\:b1\:01.1/net/ens801f0v1/address 00:11:22:33:44:51 - Set the above retrieved MAC address for the VF's using below command, + Then, set the VF's MAC address using the value obtained above .. code-block::