From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] doc: update oldest supported kernel Date: Fri, 13 Oct 2017 16:54:09 +0100 Message-ID: <1507910049.17375.2.camel@debian.org> References: <20170926071712.25009-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by dpdk.org (Postfix) with ESMTP id 277191B77B for ; Fri, 13 Oct 2017 17:54:11 +0200 (CEST) Received: by mail-wr0-f193.google.com with SMTP id l1so1151166wrc.1 for ; Fri, 13 Oct 2017 08:54:11 -0700 (PDT) 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" On Tue, 2017-09-26 at 08:17 +0100, Stephen Hemminger wrote: > 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. >=20 > 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. >=20 > Signed-off-by: Stephen Hemminger > --- > =C2=A0doc/guides/linux_gsg/sys_reqs.rst | 4 +++- > =C2=A01 file changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/doc/guides/linux_gsg/sys_reqs.rst > b/doc/guides/linux_gsg/sys_reqs.rst > index eb8442c62226..b335da2c086d 100644 > --- a/doc/guides/linux_gsg/sys_reqs.rst > +++ b/doc/guides/linux_gsg/sys_reqs.rst > @@ -121,8 +121,10 @@ System Software > =C2=A0 > =C2=A0**Required:** > =C2=A0 > -*=C2=A0=C2=A0=C2=A0Kernel version >=3D 2.6.34 > +*=C2=A0=C2=A0=C2=A0Kernel version >=3D 3.2.93 > =C2=A0 > +=C2=A0=C2=A0=C2=A0=C2=A0The kernel version required is based on the olde= st long term > stable kernel available > +=C2=A0=C2=A0=C2=A0=C2=A0at kernel.org when the DPDK version is released. > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0The kernel version in use can be checked us= ing the command:: > =C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0uname -r Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi