aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-08-23 10:54:47 +0300
committerMatias Elo <matias.elo@nokia.com>2019-08-23 15:03:16 +0300
commitf1c978da2c1e1cab3c08af2f42aeaa53b381eca4 (patch)
tree73ac0ca1e8f4cc13dc957b0b1ae0965763c300b4
parentf2a20ef1c75ee2cac4db0e64b7c05ab3be2b5128 (diff)
linux-dpdk: bump recommended dpdk version to 18.11v1.22.0.0_DPDK_18.11
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-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:
------------