acinclude: Autodetect DPDK location when configuring OVS
authorBhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Tue, 12 Apr 2016 10:44:15 +0000 (11:44 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Fri, 15 Apr 2016 21:46:52 +0000 (14:46 -0700)
commit40b5ea86319f803cc4f5df6754b2cd1556f6bd94
tree1fb38b7b1059eaa6b407b909631687d80ca71284
parentcb39d248b74f97c61109bfbdfc5fbe3e34ad8b55
acinclude: Autodetect DPDK location when configuring OVS

When using DPDK datapath, the OVS configure script requires the DPDK
build directory passed on --with-dpdk. This can be avoided if DPDK
library, headers are in standard compiler search paths.

This patch fixes the problem by searching for DPDK libraries in standard
locations and configure OVS sources for dpdk datapath.

If the install location is manually specified in "--with-dpdk"
autodiscovery shall be skipped.

Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
AUTHORS
acinclude.m4