Skip to content

Commit

Permalink
configuration.rst: Update the example of DPDK port's configuration
Browse files Browse the repository at this point in the history
After the hotplug of DPDK ports, a valid dpdk-devargs must be
specified. Otherwise, the DPDK device can't be available.

Signed-off-by: Binbin Xu <[email protected]>
Signed-off-by: Daniele Di Proietto <[email protected]>
  • Loading branch information
pinasterxu authored and ddiproietto committed Jan 18, 2017
1 parent ea2d950 commit 9cdef50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Documentation/faq/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ Q: How do I configure a DPDK port as an access port?
startup when other_config:dpdk-init is set to 'true'.

Secondly, when adding a DPDK port, unlike a system port, the type for the
interface must be specified. For example::
interface and valid dpdk-devargs must be specified. For example::

$ ovs-vsctl add-br br0
$ ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk

Finally, it is required that DPDK port names begin with ``dpdk``.
$ ovs-vsctl add-port br0 myportname -- set Interface myportname \
type=dpdk options:dpdk-devargs=0000:06:00.0

Refer to :doc:`/intro/install/dpdk` for more information on enabling and
using DPDK with Open vSwitch.
Expand Down

0 comments on commit 9cdef50

Please sign in to comment.