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

2016-03-23 Thread Bodireddy, Bhanuprakash
Hello Panu, My answers inline. -Original Message- From: Panu Matilainen [mailto:pmati...@redhat.com] Sent: Wednesday, March 23, 2016 1:20 PM To: Bodireddy, Bhanuprakash ; dev@openvswitch.org Subject: Re: [PATCH v2] acinclude: Autodetect DPDK location when configuring OVS On 03/21/2016 0

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

2016-03-23 Thread Panu Matilainen
On 03/21/2016 04:12 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/local/share/dpdk (or) /usr/share/dpdk This patch fixes the