From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D64BDA0C45; Fri, 3 Dec 2021 13:28:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA77E4014F; Fri, 3 Dec 2021 13:28:10 +0100 (CET) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mails.dpdk.org (Postfix) with ESMTP id 45F5D40041 for ; Fri, 3 Dec 2021 13:28:10 +0100 (CET) Received: by mail-wr1-f50.google.com with SMTP id v11so5306035wrw.10 for ; Fri, 03 Dec 2021 04:28:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=HjX+H1M0zxxd+9T3v/th1UyhoXEKyNvVMe8A0i9EEnA=; b=ht4It7nZsxVS/6KBYO1wIndoAKZP/TWwS2auzSK5yfeI+15BrGXbqcQ/iY9ak5d/To LEXLpa+WH17lQDgaGQPwTOvRFXhx1KoFFx62SW0hU5zlzjFks7vYBp7EUJjusP1f0L8E NtfZ37T6OmnKJjcvix8dXdUDHD09mMGPmcl/ObOLxTf1gM6NEoC0tdTv4APIvHRGgD25 ABtSsaF4eV0bN8OSOpaNIthHhoJvFMNaoJuwoxz/xDp1kl4F+G34HcRkeoAg9DQd0vQj is6aF/JHotWl0WMcOBuA+/RfLoIwFh4CLAsfNxRbV76Cl1M3oHFpsn3/7LfSIVnWer0T cZCQ== X-Gm-Message-State: AOAM530iYNbGszumzw8Pp2s5ve3+Yhrelj2If03iL2qYO3pTNQfTUAu5 zXvj95Av0yV2GnEb/awdMCzGgw91Kiw= X-Google-Smtp-Source: ABdhPJwUgZP789BesvKKsceVF1RhbCbXTSd5Q2pSLvEqziaZdnhOqvkYzhGXq6I6bTkmJ0+D1sLSzA== X-Received: by 2002:adf:d1c1:: with SMTP id b1mr103478wrd.204.1638534490003; Fri, 03 Dec 2021 04:28:10 -0800 (PST) Received: from localhost ([2a01:4b00:f41a:3600:360b:9754:2e3a:c344]) by smtp.gmail.com with ESMTPSA id 138sm5025809wma.17.2021.12.03.04.28.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Dec 2021 04:28:09 -0800 (PST) Message-ID: Subject: Re: [PATCH 2/2] Extend 19.11.x support period to 3 years From: Luca Boccassi To: christian.ehrhardt@canonical.com, web@dpdk.org Date: Fri, 03 Dec 2021 12:28:08 +0000 In-Reply-To: <20211202101822.3364418-3-christian.ehrhardt@canonical.com> References: <20211202101822.3364418-1-christian.ehrhardt@canonical.com> <20211202101822.3364418-3-christian.ehrhardt@canonical.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.38.3-1+plugin MIME-Version: 1.0 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org On Thu, 2021-12-02 at 11:18 +0100, christian.ehrhardt@canonical.com wrote: > From: Christian Ehrhardt >=20 > It was discussed in various places by now, along with the switch of the > main development branch to three per year we also want to extend the > lifetime of the LTS releases. >=20 > 19.11.x is the first to pass the two years and we want to extend it to > three as it still has active users e.g. via Ubuntu 20.04 LTS but also > potentially many other appliances and/or vendors. >=20 > Signed-off-by: Christian Ehrhardt > --- > =C2=A0content/roadmap/_index.md | 2 +- > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 3c01699..1580a8c 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. > =C2=A0| Current version | Next version | Next version Date | End of life = | Maintainers | > =C2=A0|----------|----------|-------------------|---------------------|--= -------------------------| > =C2=A0| 18.11.11 | - | - | December 2020 (EOL) | -= | > -| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christ= ian Ehrhardt | > +| 19.11.10 | 19.11.11 | January 2022 | December 2022 (LTS) | Christ= ian Ehrhardt | > =C2=A0| 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | L= uca Boccassi, Xueming Li | Conditional on ACK from QA, Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi