[dpdk-dev,v2] doc: update oldest supported kernel in Linux guide

Message ID 20171128220222.14783-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Thomas Monjalon Nov. 28, 2017, 10:02 p.m. UTC
  From: Stephen Hemminger <stephen@networkplumber.org>

The DPDK needs to stay up to date with current LTS Linux kernel support.
If the kernel is older than LTS it is likely to be insecure and buggy.
Therefore only require DPDK to work on oldest LTS kernel.

If distribution vendors want to support DPDK on older kernels, that is
their choice. But the upstream source does not need to be cluttered
with support for this.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/linux_gsg/sys_reqs.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
  

Comments

Kovacevic, Marko Dec. 12, 2017, 2:20 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Tuesday, November 28, 2017 10:02 PM
> To: dev@dpdk.org
> Cc: stephen@networkplumber.org; bluca@debian.org
> Subject: [dpdk-dev] [PATCH v2] doc: update oldest supported kernel in Linux
> guide
> 
> From: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  
Thomas Monjalon Dec. 15, 2017, 2:24 p.m. UTC | #2
12/12/2017 15:20, Kovacevic, Marko:
> 
> > From: Stephen Hemminger <stephen@networkplumber.org>
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied
  

Patch

diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 3e7fe6373..5ff740fc4 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -121,7 +121,10 @@  System Software
 
 **Required:**
 
-*   Kernel version >= 2.6.34
+*   Kernel version >= 3.2
+
+    The kernel version required is based on the oldest long term stable kernel available
+    at kernel.org when the DPDK version is in development.
 
     The kernel version in use can be checked using the command::