From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] doc: add kernel version deprecation notice Date: Wed, 14 Feb 2018 10:08:34 -0800 Message-ID: <20180214100834.54cfcf6b@xeon-e3> References: <20180131152709.13853-1-stephen@networkplumber.org> <2393289.cND9ge7AvX@xps> <1518604285.4059.14.camel@debian.org> <470fdbc6-7280-1523-da8b-91fda8fafbcf@redhat.com> <1518605684.4059.16.camel@debian.org> <20180214114415.GA1880@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Luca Boccassi , Maxime Coquelin , Thomas Monjalon , dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-pl0-f65.google.com (mail-pl0-f65.google.com [209.85.160.65]) by dpdk.org (Postfix) with ESMTP id 1B2221B2C7 for ; Wed, 14 Feb 2018 19:08:38 +0100 (CET) Received: by mail-pl0-f65.google.com with SMTP id k8so8959747pli.8 for ; Wed, 14 Feb 2018 10:08:38 -0800 (PST) In-Reply-To: <20180214114415.GA1880@bricha3-MOBL3.ger.corp.intel.com> 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 Wed, 14 Feb 2018 11:44:15 +0000 Bruce Richardson wrote: > On Wed, Feb 14, 2018 at 10:54:44AM +0000, Luca Boccassi wrote: > > On Wed, 2018-02-14 at 11:38 +0100, Maxime Coquelin wrote: =20 > > >=20 > > > On 02/14/2018 11:31 AM, Luca Boccassi wrote: =20 > > > > On Wed, 2018-02-14 at 00:58 +0100, Thomas Monjalon wrote: =20 > > > > > 31/01/2018 16:27, Stephen Hemminger: =20 > > > > > > Notify users of upcoming change in kernel requirement. > > > > > > Encourage users to use current LTS kernel version. > > > > > >=20 > > > > > > Signed-off-by: Stephen Hemminger > > > > > > --- +* linux: Linux kernel version 3.2 (which is the current > > > > > > minimum required +=C2=A0=C2=A0version for the DPDK) will be end= of life > > > > > > in May 2018. Therefore the planned +=C2=A0=C2=A0minimum requir= ed kernel > > > > > > version for DPDK 18.5 will be next oldest Long +=C2=A0=C2=A0Ter= m Stable > > > > > > (LTS) version which is 3.10. The recommended kernel version is > > > > > > +=C2=A0=C2=A0the latest LTS kernel which currently is 4.14. =20 > > > > >=20 > > > > > We could print a warning at EAL init if kernel version does not > > > > > satisfy the minimal requirement. > > > > >=20 > > > > > Acked-by: Thomas Monjalon =20 > > > >=20 > > > > Note that 3.10 is dead as well since last year (as I discovered > > > > with immense joy when I had to backport meltdown fixes...), the > > > > next LTS in 3.16 which will be maintained until 04/2020. > > > > =20 > > >=20 > > > In this case we should differentiate upstream Kernel versions from > > > downstream ones. For example, RHEL7/CentOS7 are based on v3.10 ans > > > still maintained. =20 > >=20 > > Ubuntu does 3.13 as well - I think the problem is that if we want to > > support distro-specific LTS kernel versions, we need volunteers to do > > the work for them :-) > >=20 > > -- =20 > I think our kernel support plans need to be two-fold: >=20 > 1) we need to support a minimum "kernel.org" kernel version, which is > what the deprecation notice is about. > 2) we also will be supporting LTS distributions, e.g. I would expect us to > always support the latest RHEL, so that should be noted explicitly in the > GSG IMHO. For distributions, we need to have a maintainer. Ideally, from the vendor or project doing the distribution.