From cecfc87fc706a6ac819aa213b368072fa011bcae Mon Sep 17 00:00:00 2001 From: Jianfeng Tan Date: Thu, 13 Jun 2019 15:14:12 +0800 Subject: 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 Signed-off-by: Konstantin Ananyev --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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'. -- cgit 1.2.3-korg