On 09/09/2015 17:56, "Ben Pfaff" wrote:
>On Wed, Sep 09, 2015 at 05:44:04PM +0100, Daniele Di Proietto wrote:
>> When building OVS with --enable-shared, -fPIC should be used in DPDK
>> CFLAGS. We used to add a custom option for this (CONFIG_RTE_BUILD_FPIC)
>> to the DPDK configuration, right a
On Wed, Sep 09, 2015 at 05:44:04PM +0100, Daniele Di Proietto wrote:
> When building OVS with --enable-shared, -fPIC should be used in DPDK
> CFLAGS. We used to add a custom option for this (CONFIG_RTE_BUILD_FPIC)
> to the DPDK configuration, right after CONFIG_RTE_LIBNAME.
>
> Since CONFIG_RTE_L
When building OVS with --enable-shared, -fPIC should be used in DPDK
CFLAGS. We used to add a custom option for this (CONFIG_RTE_BUILD_FPIC)
to the DPDK configuration, right after CONFIG_RTE_LIBNAME.
Since CONFIG_RTE_LIBNAME has been removed, it seems simpler to add our
custom option at the end o