From b7f098295731cd9e345b779789e2a8ce850c5575 Mon Sep 17 00:00:00 2001 From: Adrian Chiris Date: Tue, 8 Jan 2019 11:53:30 +0200 Subject: [PATCH] Fix a minor typo in SR-IOV with ConnectX-3 section Change-Id: I312f24c2148ee53ae8a71e8a8f493db806e87fe7 --- doc/source/admin/config-sriov.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/config-sriov.rst b/doc/source/admin/config-sriov.rst index c0987e9810f..8e7a77401c2 100644 --- a/doc/source/admin/config-sriov.rst +++ b/doc/source/admin/config-sriov.rst @@ -575,7 +575,7 @@ Each PF associated net device shall exclude the **other** port's VFs .. code-block:: ini [sriov_nic] - physical_device_mappings = physnet1:enp4s0,physnet2:enp4s0d + physical_device_mappings = physnet1:enp4s0,physnet2:enp4s0d1 exclude_devices = enp4s0:0000:04:00.3;0000:04:00.4,enp4s0d1:0000:04:00.1;0000:04:00.2 SR-IOV with InfiniBand