docs: Fix typo in SRIOV docs 39/62439/1
authorMartin Klozik <martin.klozik@tieto.com>
Tue, 18 Sep 2018 09:16:56 +0000 (11:16 +0200)
committerMartin Klozik <martin.klozik@tieto.com>
Tue, 18 Sep 2018 09:22:15 +0000 (11:22 +0200)
Details about SRIOV kernel settings were accidentally interrupted
by VPP related note.

JIRA: VSPERF-198

Change-Id: Id9d5ed39d62fbe16cf2e4f4aa730f5d15845b727
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
docs/testing/user/userguide/testusage.rst

index c7cc148..9dc80bb 100644 (file)
@@ -488,10 +488,6 @@ set ``PATHS['dpdk']['bin']['modules']`` instead.
 **NOTE:** Please ensure your boot/grub parameters include
 the following:
 
-**NOTE:** In case of VPP, it is required to explicitly define, that vfio-pci
-DPDK driver should be used. It means to update dpdk part of VSWITCH_VPP_ARGS
-dictionary with uio-driver section, e.g. VSWITCH_VPP_ARGS['dpdk'] = 'uio-driver vfio-pci'
-
 .. code-block:: console
 
     iommu=pt intel_iommu=on
@@ -511,6 +507,10 @@ To check that IOMMU is enabled on your platform:
     [    3.335746] IOMMU: dmar1 using Queued invalidation
     ....
 
+**NOTE:** In case of VPP, it is required to explicitly define, that vfio-pci
+DPDK driver should be used. It means to update dpdk part of VSWITCH_VPP_ARGS
+dictionary with uio-driver section, e.g. VSWITCH_VPP_ARGS['dpdk'] = 'uio-driver vfio-pci'
+
 .. _SRIOV-support:
 
 Using SRIOV support