Add options to link with external DPDK tree 61/661/2
authorDamjan Marion <damarion@cisco.com>
Fri, 1 Apr 2016 10:35:17 +0000 (12:35 +0200)
committerGerrit Code Review <gerrit@fd.io>
Fri, 1 Apr 2016 15:22:15 +0000 (15:22 +0000)
commit28e3db9dd617324a3196f369788d62cc72b5903b
tree269e5356bf01e5565d7ac2006778dbad1be5edad
parentaa04a0ff8ee9aa7779b30e936f7fe1304c613d57
Add options to link with external DPDK tree

By uncommenting following lines in the build-data/platforms/vpp.mk
VPP links nicely with packaged DPDK 2.2 distributed with
Ubuntu 16.04 LTS.

vpp_uses_external_dpdk = yes
vpp_dpdk_inc_dir = /usr/include/dpdk
vpp_dpdk_lib_dir = /usr/lib
vpp_dpdk_shared_lib = yes

Change-Id: Id5b7d95bac6aa60341933b92e86d949a9abf1a5d
Signed-off-by: Damjan Marion <damarion@cisco.com>
build-data/packages/sample-plugin.mk
build-data/packages/vlib.mk
build-data/packages/vnet.mk
build-data/packages/vpp-api-test.mk
build-data/packages/vpp.mk
build-data/platforms/vpp.mk