Re: [ovs-dev] [PATCH v4] acinclude: Autodetect DPDK location when configuring OVS

2016-04-12 Thread Bodireddy, Bhanuprakash
ovs-dev] [PATCH v4] acinclude: Autodetect DPDK location when > configuring OVS > > On Thu, Mar 31, 2016 at 08:03:05PM +0100, Bhanuprakash Bodireddy wrote: > > When using DPDK datapath, the OVS configure script requires the DPDK > > build directory passed on --with-dpdk. This can

Re: [ovs-dev] [PATCH v4] acinclude: Autodetect DPDK location when configuring OVS

2016-04-11 Thread Ben Pfaff
On Thu, Mar 31, 2016 at 08:03:05PM +0100, Bhanuprakash Bodireddy wrote: > 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 pro

Re: [ovs-dev] [PATCH v4] acinclude: Autodetect DPDK location when configuring OVS

2016-04-09 Thread Markos Chandras
On 08/04/16 10:17, Panu Matilainen wrote: > In the autodetection mode both -I/usr/local/include/dpdk and > -I/usr/include/dpdk are specified during compilation which seems a bit > questionable but how harmful it actually is I dunno, the chances that > you have two different versions in /usr/local a

Re: [ovs-dev] [PATCH v4] acinclude: Autodetect DPDK location when configuring OVS

2016-04-08 Thread Panu Matilainen
On 03/30/2016 06:26 PM, Bhanuprakash Bodireddy wrote: 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

[ovs-dev] [PATCH v4] acinclude: Autodetect DPDK location when configuring OVS

2016-03-31 Thread Bhanuprakash Bodireddy
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 configures OVS sour