aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-02-20 10:51:47 +0200
committerMatias Elo <matias.elo@nokia.com>2023-03-02 17:12:58 +0200
commit1af223b1e63f5a7aee799865be3daaf5424f4c0d (patch)
tree56078ea1c39874c93fe2ad4f42586c8710abc1f6 /platform/linux-dpdk
parenta36a9110e0baff023cd0590e029f08daf3194026 (diff)
README.DPDK: list dpdk v22.11 as supported
List DPDK v22.11 as supported version. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'platform/linux-dpdk')
-rw-r--r--platform/linux-dpdk/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/linux-dpdk/README b/platform/linux-dpdk/README
index 4f76b6448..7bc9caa6d 100644
--- a/platform/linux-dpdk/README
+++ b/platform/linux-dpdk/README
@@ -1,5 +1,5 @@
Copyright (c) 2018-2019, Linaro Limited
-Copyright (c) 2019-2022, Nokia
+Copyright (c) 2019-2023, Nokia
All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
@@ -36,8 +36,8 @@ 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, and
-v21.11.
+Right now ODP-DPDK supports DPDK v19.11 (recommended version), v20.11, v21.11,
+and v22.11.
Compile DPDK 19.11
------------------