diff options
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/user/configguide/installation.rst | 13 |
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 ---------------------- |