Skip to content

Commit

Permalink
Documentation: Fix DPDK doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cferriter authored and blp committed Mar 9, 2017
1 parent 7f244d0 commit e822697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/howto/dpdk.rst
Expand Up @@ -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 \
Expand Down

0 comments on commit e822697

Please sign in to comment.