aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJianfeng Tan <henry.tjf@antfin.com>2019-06-13 15:14:12 +0800
committerKonstantin Ananyev <konstantin.ananyev@intel.com>2019-06-14 17:54:42 +0100
commitcecfc87fc706a6ac819aa213b368072fa011bcae (patch)
tree6b23f4f7d92fd6e90c5434d7ddb6b1eefebda9b4 /README
parent37854f54f97e07b5443a7ec3eb19dcfad6ace5ed (diff)
dpdk: move to v18.11 as default DPDK version
DPDK v18.11 is the latest LTS verison. As of the API/ABI changes introduced in ether at v18.08, we cannot compile l4fwd and nginx with old DPDK versions. Change-Id: I225302d9a257e9bce4aa22ff84d76a57170e7eb7 Signed-off-by: Jianfeng Tan <henry.tjf@antfin.com> Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 16f96b9..2ca150b 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@
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.
+ Currently supported(tested) DPDK versions: 18.11 LTS.
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'.