[v2] doc: update minimum supported kernel

Message ID 20210419220617.255299-1-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: update minimum supported kernel |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/travis-robot success travis build: passed
ci/github-robot success github build: passed

Commit Message

Stephen Hemminger April 19, 2021, 10:06 p.m. UTC
  The DPDK project is only committed to supporting upstream kernel
versions that are still in support. The 3.16 kernel has reached
End Of Life (in June 2020). The next LTS kernel is 4.4 and is
supported until February 2020.

This does not change the existing policy that distribution kernels
that are older are still supported.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
v2 - current LTS is 4.4

 doc/guides/linux_gsg/sys_reqs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon May 19, 2021, 4:37 p.m. UTC | #1
20/04/2021 00:06, Stephen Hemminger:
> The DPDK project is only committed to supporting upstream kernel
> versions that are still in support. The 3.16 kernel has reached
> End Of Life (in June 2020). The next LTS kernel is 4.4 and is
> supported until February 2020.
> 
> This does not change the existing policy that distribution kernels
> that are older are still supported.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks
  

Patch

diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index dfe8f4ef3bfb..44eeb4bea985 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -123,7 +123,7 @@  System Software
 
 **Required:**
 
-*   Kernel version >= 3.16
+*   Kernel version >= 4.4
 
     The kernel version required is based on the oldest long term stable kernel available
     at kernel.org when the DPDK version is in development.