On 11/15/2018 6:35 PM, Kevin Traynor wrote:
Signed-off-by: Kevin Traynor <[email protected]>
---
.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
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev