[ovs-dev] [PATCH dpdk-latest v2 1/4] travis: Remove explicit DPDK kmods configuration.

Stokes, Ian ian.stokes at intel.com
Tue May 5 12:58:48 UTC 2020



On 4/28/2020 1:08 PM, David Marchand wrote:
> DPDK disabled kmods compilation in 20.02 [1].
> Nothing left to be done on OVS side.
> 
> 1: https://git.dpdk.org/dpdk/commit/?id=91a861e54164
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>

LGTM, just waiting on the travis result (although I expect it to be 
fine). can apply then if there are not other comments.

Regards
Ian

> ---
>   .travis/linux-build.sh | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
> index 02615a8ec8..0628db6872 100755
> --- a/.travis/linux-build.sh
> +++ b/.travis/linux-build.sh
> @@ -129,10 +129,6 @@ function install_dpdk()
>           export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/$TARGET/lib
>       fi
>   
> -    # Disable building DPDK kernel modules. Not needed for OVS build or tests.
> -    sed -i '/CONFIG_RTE_EAL_IGB_UIO=y/s/=y/=n/' build/.config
> -    sed -i '/CONFIG_RTE_KNI_KMOD=y/s/=y/=n/' build/.config
> -
>       make -j4 CC=gcc EXTRA_CFLAGS='-fPIC'
>       EXTRA_OPTS="$EXTRA_OPTS --with-dpdk=$(pwd)/build"
>       echo "Installed DPDK source in $(pwd)"
> 


More information about the dev mailing list