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

Kevin Traynor ktraynor at redhat.com
Thu Nov 22 15:21:17 UTC 2018


On 11/22/2018 09:42 AM, Ian Stokes wrote:
> 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.
> 

Yeah, it's more of placeholder until the official tarball, but I thought
it would be ok for the git checkout tag and to allow some initial travis
runs. I'll send one that will work with a tarball, and squash the
patches while I'm at it. We can fix up when the release happens.

> Thanks.
> Ian
>>       fi
>>       install_dpdk $DPDK_VER
>>
> 



More information about the dev mailing list