diff options
author | 2018-02-08 15:01:27 +0000 | |
---|---|---|
committer | 2018-02-08 15:03:29 +0000 | |
commit | 946322cf51d4d8c979fc1d9c8fa1fe82c405917e (patch) | |
tree | b69291cb2322b7b504cd9d74ca35f8b62339a5ec /README | |
parent | 5c795f7bd17608d441d4e2c7f862ad9d45685b93 (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-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'. |