diff mbox series

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

Message ID 20200428120836.15354-1-david.marchand@redhat.com
State Accepted
Headers show
Series [ovs-dev,dpdk-latest,v2,1/4] travis: Remove explicit DPDK kmods configuration. | expand

Commit Message

David Marchand April 28, 2020, 12:08 p.m. UTC
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@redhat.com>
---
 .travis/linux-build.sh | 4 ----
 1 file changed, 4 deletions(-)

Comments

Stokes, Ian May 5, 2020, 12:58 p.m. UTC | #1
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@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)"
>
diff mbox series

Patch

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