From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: "Stephen Hemminger" <stephen@networkplumber.org>,
"Morten Brørup" <mb@smartsharesystems.com>
Subject: [PATCH v2] doc: update kernel version requirement
Date: Thu, 10 Apr 2025 08:20:50 -0700 [thread overview]
Message-ID: <20250410152117.5822-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20250409035408.199320-1-stephen@networkplumber.org>
The 4.19 kernel version was end of life in December 2024.
Update to 5.4 and also add better description of what "not supported"
means in this case.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
---
v2 - better wording
doc/guides/linux_gsg/sys_reqs.rst | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 5a7d9e4a43..ba48b8afc0 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -105,11 +105,20 @@ System Software
**Required:**
-* Kernel version >= 4.19
-
- The kernel version required is based on the oldest long term stable kernel available
- at kernel.org when the DPDK version is in development.
- Compatibility for recent distribution kernels will be kept, notably RHEL/CentOS 7.
+* Kernel version >= 5.4
+
+ The Linux userspace API is compatible across releases but there are some
+ restrictions. The oldest kernel tested by the DPDK testing infrastructure
+ is the oldest maintained Long Term Stable (LTS) at time of release.
+ The DPDK is likely to still work with older releases but it is not guaranteed.
+ Compatibility for recent distribution kernels will be kept, notably RHEL, and Ubuntu.
+ It may work on older distributions, that are no longer under standard period
+ but this is no longer but this is no longer tested or guaranteed to work.
+ The following are outside the current support window: RHEL 7, SLES 15.5, Ubuntu 20.04
+ and earlier.
+
+ Some drivers and hardware support may require more recent kernels, check the
+ documentation (e.g. :doc:`../nics/index`)
The kernel version in use can be checked using the command::
--
2.47.2
next prev parent reply other threads:[~2025-04-10 15:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 3:50 [PATCH] doc: update kernel version requirement Stephen Hemminger
2025-04-10 15:20 ` Stephen Hemminger [this message]
2025-07-21 10:45 ` [PATCH v2] " Kevin Traynor
2025-07-21 17:39 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250410152117.5822-1-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=mb@smartsharesystems.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.