aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2018-02-08 15:01:27 +0000
committerKonstantin Ananyev <konstantin.ananyev@intel.com>2018-02-08 15:03:29 +0000
commit946322cf51d4d8c979fc1d9c8fa1fe82c405917e (patch)
treeb69291cb2322b7b504cd9d74ca35f8b62339a5ec /README
parent5c795f7bd17608d441d4e2c7f862ad9d45685b93 (diff)
Move to 17.11 as default DPDK version.
As 17.11 will be new LTS - made it our default DPDK version. Updated README. Change-Id: I955513045ee1c6869a344cb551b095d6971b526f Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 98ed902..16f96b9 100644
--- a/README
+++ b/README
@@ -39,8 +39,9 @@
2. INSTALLATION GUIDE
- 1) Obtain latest DPDK and build it.
+ 1) Obtain latest supported DPDK version and build it.
(refer to http://dpdk.org for information how to download and build it).
+ Currently supported(tested) DPDK versions: 16.11 LTS, 17.11 LTS, 18.02.
2) Make sure that RTE_SDK and RTE_TARGET DPDK related environment variables
are setup correctly.
3) Go to the TLDK root directory and type: 'make all'.