Skip to content

Commit

Permalink
linux-dpdk: bump recommended dpdk version to 18.11
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
  • Loading branch information
MatiasElo committed Aug 23, 2019
1 parent f2a20ef commit f1c978d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/linux-dpdk/README
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ Prerequisites and considerations:
(4.4.0 kernel).
- DPDK only works on a selected range of network cards. The list of known and
supported devices can be found in the DPDK documentation:
http://doc.dpdk.org/guides-17.11/nics/index.html
http://doc.dpdk.org/guides-18.11/nics/index.html


2. Preparing DPDK
=================================================

Fetching the DPDK code:
----------------------
Right now odp-dpdk supports DPDK v17.11 and v18.11:
git clone http://dpdk.org/git/dpdk-stable --branch 17.11 --depth 1 ./<dpdk-dir>
Right now odp-dpdk supports DPDK v18.11 (recommended version) and v17.11:
git clone http://dpdk.org/git/dpdk-stable --branch 18.11 --depth 1 ./<dpdk-dir>

or

git clone http://dpdk.org/git/dpdk-stable --branch 18.11 --depth 1 ./<dpdk-dir>
git clone http://dpdk.org/git/dpdk-stable --branch 17.11 --depth 1 ./<dpdk-dir>

Compile DPDK:
------------
Expand Down

0 comments on commit f1c978d

Please sign in to comment.