aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-pktio-dpdk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-pktio-dpdk')
-rwxr-xr-xscripts/build-pktio-dpdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-pktio-dpdk b/scripts/build-pktio-dpdk
index 36727dd7b..6c6830ac0 100755
--- a/scripts/build-pktio-dpdk
+++ b/scripts/build-pktio-dpdk
@@ -10,7 +10,7 @@ if [ "$?" != "0" ]; then
echo "Error: pcap is not installed. You may need to install libpcap-dev"
fi
-git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v16.07 http://dpdk.org/git/dpdk dpdk
+git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v17.02 http://dpdk.org/git/dpdk dpdk
pushd dpdk
git log --oneline --decorate