Re: [ovs-dev] [PATCH 1/2] bugfix: Fix DPDK linking when using a relative path

2015-09-16 Thread Ben Pfaff
On Wed, Sep 16, 2015 at 05:16:12PM +0100, Ciara Loftus wrote: > When linking with DPDK, if a relative path is used with the > '--with-dpdk' flag, then OVS will always be compiled with vHost Cuse > support, even if it is not enabled in the DPDK build. > This patch fixes this problem, and enables the

[ovs-dev] [PATCH 1/2] bugfix: Fix DPDK linking when using a relative path

2015-09-16 Thread Ciara Loftus
When linking with DPDK, if a relative path is used with the '--with-dpdk' flag, then OVS will always be compiled with vHost Cuse support, even if it is not enabled in the DPDK build. This patch fixes this problem, and enables the correct version of vHost despite whether or not a relative or absolut