diff options
author | 2019-06-13 15:14:12 +0800 | |
---|---|---|
committer | 2019-06-14 17:54:42 +0100 | |
commit | cecfc87fc706a6ac819aa213b368072fa011bcae (patch) | |
tree | 6b23f4f7d92fd6e90c5434d7ddb6b1eefebda9b4 /README | |
parent | 37854f54f97e07b5443a7ec3eb19dcfad6ace5ed (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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. |