aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-03-27 10:00:07 +0300
committerMatias Elo <matias.elo@nokia.com>2023-03-27 17:14:40 +0300
commit6f464286c0f51b50b9231f3c078aed2f15d46d3e (patch)
treecabd6220f1bf65f62ec780c09eced829d004aa3b /platform/linux-dpdk
parent619490344117ecdbdae569148e41316832f583c2 (diff)
linux-dpdk: change recommended dpdk version to v22.11
Change recommended DPDK release version to 22.11. The default test containers have been updated to also use this release. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'platform/linux-dpdk')
-rw-r--r--platform/linux-dpdk/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/linux-dpdk/README b/platform/linux-dpdk/README
index 7bc9caa6d..6c70b8256 100644
--- a/platform/linux-dpdk/README
+++ b/platform/linux-dpdk/README
@@ -36,8 +36,7 @@ cmds below for Ubuntu, where it has been compiled and tested.
On Ubuntu install pcap development library:
sudo apt-get install libpcap-dev
-Right now ODP-DPDK supports DPDK v19.11 (recommended version), v20.11, v21.11,
-and v22.11.
+Right now ODP-DPDK supports DPDK v19.11, v20.11, v21.11, and v22.11 (recommended version).
Compile DPDK 19.11
------------------