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

2016-03-19 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 the DPDK is installed in standard location i.e /usr/src. This patch fixes the problem by searching for DPDK libraries in standard location and configures OVS sources f

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

2016-03-19 Thread Panu Matilainen
On 03/18/2016 01:11 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 the DPDK is installed in standard location i.e /usr/src. This patch fixes the problem by searching for DPDK lib

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

2016-03-20 Thread Bodireddy, Bhanuprakash
To: Bodireddy, Bhanuprakash ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] acinclude: Autodetect DPDK location when configuring OVS On 03/18/2016 01:11 PM, Bhanuprakash Bodireddy wrote: > When using DPDK datapath, the OVS configure script requires the DPDK > build directory passed on

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

2016-03-21 Thread Panu Matilainen
On 03/20/2016 10:38 PM, Bodireddy, Bhanuprakash wrote: Hello Panu, Thanks for the comments. I have follow up question on the auto discovery of DPDK install location. As the DPDK install location can vary with distros, do OVS configure script has to search for DPDK libraries in /usr/local/sh