aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/linux-dpdk/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/linux-dpdk/README b/platform/linux-dpdk/README
index 363b2daae..055ede573 100644
--- a/platform/linux-dpdk/README
+++ b/platform/linux-dpdk/README
@@ -23,7 +23,7 @@ Prerequisites and considerations:
(4.4.0 kernel).
- DPDK only works on a selected range of network cards. The list of known and
supported devices can be found in the DPDK documentation:
- http://doc.dpdk.org/guides-17.11/nics/index.html
+ http://doc.dpdk.org/guides-18.11/nics/index.html
2. Preparing DPDK
@@ -31,12 +31,12 @@ Prerequisites and considerations:
Fetching the DPDK code:
----------------------
-Right now odp-dpdk supports DPDK v17.11 and v18.11:
- git clone http://dpdk.org/git/dpdk-stable --branch 17.11 --depth 1 ./<dpdk-dir>
+Right now odp-dpdk supports DPDK v18.11 (recommended version) and v17.11:
+ git clone http://dpdk.org/git/dpdk-stable --branch 18.11 --depth 1 ./<dpdk-dir>
or
- git clone http://dpdk.org/git/dpdk-stable --branch 18.11 --depth 1 ./<dpdk-dir>
+ git clone http://dpdk.org/git/dpdk-stable --branch 17.11 --depth 1 ./<dpdk-dir>
Compile DPDK:
------------