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

2016-03-30 Thread Bodireddy, Bhanuprakash
> -Original Message- > From: Panu Matilainen [mailto:pmati...@redhat.com] > Sent: Wednesday, March 30, 2016 1:06 PM > To: Bodireddy, Bhanuprakash ; > dev@openvswitch.org > Cc: mchand...@suse.de > Subject: Re: [PATCH v3] acinclude: Autodetect DPDK when configuring OVS > > On 03/25/2016 05:

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

2016-03-30 Thread Panu Matilainen
On 03/25/2016 05:31 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 v3] acinclude: Autodetect DPDK when configuring OVS

2016-03-25 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