Signed-off-by: Matias Elo <[email protected]>
---
 DEPENDENCIES             | 2 +-
 scripts/build-pktio-dpdk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEPENDENCIES b/DEPENDENCIES
index 574859c..b97a7dd 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -165,7 +165,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
 
 3.4.1 Building DPDK and ODP with DPDK pktio support
 
-   DPDK packet I/O has been tested to work with DPDK v16.07.
+   DPDK packet I/O has been tested to work with DPDK v17.02.
 
    Follow steps in ./scripts/build-pktio-dpdk
 
diff --git a/scripts/build-pktio-dpdk b/scripts/build-pktio-dpdk
index 36727dd..6c6830a 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
 
-- 
2.7.4

Reply via email to