Merge "Rest API: Fix all the bugs in the HWLB, mask issue, etc"
authorDeepak S <deepak.s@linux.intel.com>
Tue, 17 Oct 2017 17:30:32 +0000 (17:30 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 17 Oct 2017 17:30:32 +0000 (17:30 +0000)
tools/vnf_build.sh

index 3b70166..f60a364 100755 (executable)
@@ -252,6 +252,11 @@ install_dpdk()
                echo "igb_uio" | sudo tee -a /etc/modules
                sudo depmod
        fi
+  if [ -d "dpdk/usertools/" ]; then
+           cp usertools/dpdk-devbind.py /usr/sbin/dpdk-devbind
+       else
+           cp tools/dpdk_nic_bind.py /usr/sbin/dpdk-devbind
+  fi
        popd
 }