diff options
author | Martin Klozik <martin.klozik@tieto.com> | 2018-09-19 06:03:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-19 06:03:29 +0000 |
commit | ea0e4eff004fe37a5661a6e0da336edf44e6eb5c (patch) | |
tree | f29964ec28df36191b0c43a6d4e6a28c53f403d9 /docs/testing/user | |
parent | 46f9a4b70bcff0374be6e9c943987efead1915e6 (diff) | |
parent | 08ad520c03e9c9d1e6e4c3d6326608fd249fbefb (diff) |
Merge "docs: Fix typo in SRIOV docs"
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/userguide/testusage.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/user/userguide/testusage.rst b/docs/testing/user/userguide/testusage.rst index c7cc1484..9dc80bb7 100644 --- a/docs/testing/user/userguide/testusage.rst +++ b/docs/testing/user/userguide/testusage.rst @@ -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 |