summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCian Ferriter <cian.ferriter@intel.com>2017-02-21 11:13:32 +0000
committerBen Pfaff <blp@ovn.org>2017-03-08 16:50:33 -0800
commita2673b6cea465b080a6198a0104e81e765dbf3dc (patch)
treee010673723adf67d44fa783f7571de4786bb69b0 /Documentation
parent1a1e1a49723417e61af65291de8da001b3055d8f (diff)
downloadopenvswitch-a2673b6cea465b080a6198a0104e81e765dbf3dc.tar.gz
Documentation: Fix DPDK doc
OVS no longer expects DPDK devices to start with dpdk and end with a portid. Update docs to reflect this. Signed-off-by: Cian Ferriter <cian.ferriter@intel.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/howto/dpdk.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/howto/dpdk.rst b/Documentation/howto/dpdk.rst
index 551f87d6a..dc63f7dc0 100644
--- a/Documentation/howto/dpdk.rst
+++ b/Documentation/howto/dpdk.rst
@@ -40,8 +40,7 @@ Bridges should be created with a ``datapath_type=netdev``::
$ ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev
-ovs-vsctl can also be used to add DPDK devices. OVS expects DPDK device names
-to start with ``dpdk`` and end with a portid. ovs-vswitchd should print the
+ovs-vsctl can also be used to add DPDK devices. ovs-vswitchd should print the
number of dpdk devices found in the log file::
$ ovs-vsctl add-port br0 dpdk-p0 -- set Interface dpdk-p0 type=dpdk \