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
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
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
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