[ovs-dev] [v3 dpdk-latest 3/3] travis: Update to use DPDK 18.11-rc3.

Ian Stokes ian.stokes at intel.com
Thu Nov 22 09:42:46 UTC 2018


On 11/15/2018 6:35 PM, Kevin Traynor wrote:
> Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
> ---
>   .travis/linux-build.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
> index 4c9e95201..a402b1a85 100755
> --- a/.travis/linux-build.sh
> +++ b/.travis/linux-build.sh
> @@ -84,5 +84,5 @@ fi
>   if [ "$DPDK" ]; then
>       if [ -z "$DPDK_VER" ]; then
> -        DPDK_VER="18.08"
> +        DPDK_VER="18.11-rc3"

I take it this is just a placeholder for 18.11, there wont be an 
18.11-rc3 at http://fast.dpdk.org/rel/ when travis attempts to 
download.It would probably be ok from the git POV in travis if thats used.

Thanks.
Ian
>       fi
>       install_dpdk $DPDK_VER
> 



More information about the dev mailing list