From 946322cf51d4d8c979fc1d9c8fa1fe82c405917e Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Thu, 8 Feb 2018 15:01:27 +0000 Subject: 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 --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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'. -- cgit 1.2.3-korg