aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-08-18 08:11:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-18 08:11:13 +0000
commit1375b9eff007b51af9b04b4c36975c39cc04cde8 (patch)
tree6e6e4f75401161fc43bfce292270d64fe560ece4 /docs/testing
parenta860c7ba56ee9094e6f4607220a4baecbfc4e6e3 (diff)
parentf023e531fe8e02cfb2bcc76dd6226746b183e4b4 (diff)
Merge "driverctl: Add driverctl binding tool"
Diffstat (limited to 'docs/testing')
-rw-r--r--docs/testing/user/configguide/installation.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/testing/user/configguide/installation.rst b/docs/testing/user/configguide/installation.rst
index f5b0b7a4..207e50a4 100644
--- a/docs/testing/user/configguide/installation.rst
+++ b/docs/testing/user/configguide/installation.rst
@@ -256,6 +256,19 @@ running any of the above. For example:
.. _vloop-vnf-ubuntu-14.04_20160303: http://artifacts.opnfv.org/vswitchperf/vnf/vloop-vnf-ubuntu-14.04_20160303.qcow2
.. _vloop-vnf-ubuntu-14.04_20151216: http://artifacts.opnfv.org/vswitchperf/vnf/vloop-vnf-ubuntu-14.04_20151216.qcow2
+Bind Tools DPDK
+===============
+
+VSPerf supports the default DPDK bind tool, but also supports driverctl. The
+driverctl tool is a new tool being used that allows driver binding to be
+persistent across reboots. The driverctl tool is not provided by VSPerf, but can
+be downloaded from upstream sources. Once installed set the bind tool to
+driverctl to allow VSPERF to correctly bind cards for DPDK tests.
+
+.. code:: python
+
+ PATHS['dpdk']['src']['bind-tool'] = 'driverctl'
+
Hugepage Configuration
----------------------