diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-07-03 06:18:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-03 06:18:31 +0000 |
commit | 05bb3ac689e081218c8f885a8f720e006fdb1634 (patch) | |
tree | 3f20b6a241a86562ea3ea085dc7ff0aed26d9c4e /conf/02_vswitch.conf | |
parent | 16f7eb21ac16ea0f1ba82516a8d4b75c4ede1519 (diff) | |
parent | 67bed0c2b94bf7431adc44a6218b175ad6dc333a (diff) |
Merge "ovs: Update OVS to use DPDK 17.02"
Diffstat (limited to 'conf/02_vswitch.conf')
-rw-r--r-- | conf/02_vswitch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index 54ae6fa7..6a6027a9 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -53,7 +53,7 @@ PATHS['dpdk'] = { # To use vfio set: # 'modules' : ['uio', 'vfio-pci'], 'modules' : ['uio', os.path.join(RTE_TARGET, 'kmod/igb_uio.ko')], - 'bind-tool': 'tools/dpdk*bind.py', + 'bind-tool': '*tools/dpdk*bind.py', 'testpmd': os.path.join(RTE_TARGET, 'app', 'testpmd'), }, 'bin': { |