From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2] doc: update oldest supported kernel in Linux guide Date: Tue, 28 Nov 2017 23:02:22 +0100 Message-ID: <20171128220222.14783-1-thomas@monjalon.net> References: <20170926071712.25009-1-stephen@networkplumber.org> Cc: stephen@networkplumber.org, bluca@debian.org To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AE914324A for ; Tue, 28 Nov 2017 23:02:32 +0100 (CET) In-Reply-To: <20170926071712.25009-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Stephen Hemminger 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 Signed-off-by: Thomas Monjalon --- doc/guides/linux_gsg/sys_reqs.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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:: -- 2.15.0