From patchwork Tue Dec 13 11:04:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Boccassi X-Patchwork-Id: 120836 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B5058A0540; Tue, 13 Dec 2022 12:04:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AEB874021D; Tue, 13 Dec 2022 12:04:54 +0100 (CET) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mails.dpdk.org (Postfix) with ESMTP id 04EF940146 for ; Tue, 13 Dec 2022 12:04:53 +0100 (CET) Received: by mail-wm1-f41.google.com with SMTP id bg10so7998179wmb.1 for ; Tue, 13 Dec 2022 03:04:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=C/aBFMvLziWCAz0Sf3Fpc2eVofmKm1nle8hU7xbVVH0=; b=d0uMJRklLHGB1gjEiEdFp03Nrj+lTzf6t9XPvENf05R/DHnaD5+W/OEgs0489+72eu ILt8cEQfUDKzq3JEyWarqOnmD3FF5QxxAkUohSqel+mtns5BVX6ldsJRXWHzEOk5puw7 Mm7EzH2dQv2taAQDmO+OB1oM/L/IaPyRuV3SnPIqXS/OKSlWBYsA7i9LbaJeXpqda9ew 5m7dEqSExZRXne+sopbfpaF7T0D/qk6u3uTdQqt4z+WG54cEp4tZ5K/7hN61qHFOXtNB esxlWgzz7RqkanyZes0Q3SM+7U/UVdz4C2KGmQnNjpfCiv3xDYmcH+LZfSJSiNka+wtf cqxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=C/aBFMvLziWCAz0Sf3Fpc2eVofmKm1nle8hU7xbVVH0=; b=M8M+ZjrQNEa7kEU3vFbjJhWV/XKd+/B6Zs6U5hF+lQwgI5n16HCiSSCXyv/MttoND7 RoN/6FzBkop3Nq24uFBPtwJ9zxzblG37oNLefnxLns23rC2zwSn91recXzJPzJVo6a9w MHOq6p8MrAcBj2F+mrGCs8jKBJ1dkWsu0OOS9sEQv0jOKRArnkBQ9dC7pdA1aEzrR12g zEihVjNNrRMm7NRe22IcUPYHMYvfKZkPdnJfwbGJ0LAZZae1qQ95EkjRsoWYzI7jGzso mry9OyQXYW6at/A+xRXybcxsszXqXzqICAKasDU5MbgHPB74ZUKDXGuuD0/PeO7ZwJ9N 0vUA== X-Gm-Message-State: ANoB5pkFlpbFMLxgRsm4OpbCjb3LowVKQYsvc4ZTcGm5JhwpgVa6M4nU oimvQm3BEFEWiyDtBEYXLLZJncGlfnM= X-Google-Smtp-Source: AA0mqf5eAjfFpAPRb0+3boIEyBB3cmFFw8xhmrAYeg/SCkpT3t9xV9sy8MFBq3+9f4jSMC7NLenEIQ== X-Received: by 2002:a05:600c:3d8f:b0:3cf:d70d:d5a8 with SMTP id bi15-20020a05600c3d8f00b003cfd70dd5a8mr14460112wmb.6.1670929492423; Tue, 13 Dec 2022 03:04:52 -0800 (PST) Received: from localhost ([2a01:4b00:d307:1000:f1d3:eb5e:11f4:a7d9]) by smtp.gmail.com with ESMTPSA id q184-20020a1c43c1000000b003b4fdbb6319sm12574804wma.21.2022.12.13.03.04.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Dec 2022 03:04:51 -0800 (PST) From: luca.boccassi@gmail.com To: web@dpdk.org Subject: [PATCH] release 20.11.7 Date: Tue, 13 Dec 2022 11:04:46 +0000 Message-Id: <20221213110446.3802211-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.34.1 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 From: Luca Boccassi Signed-off-by: Luca Boccassi Acked-by: Kevin Traynor --- Marking as EOL for now, while we wait to hear if validation teams have capacity for another year content/download/_index.md | 2 +- content/roadmap/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/download/_index.md b/content/download/_index.md index d4292a0..b45108e 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -32,7 +32,7 @@ weight = "2" | [DPDK 21.08.0](//fast.dpdk.org/rel/dpdk-21.08.tar.xz) | [2021 August 8](//doc.dpdk.org/guides-21.08/rel_notes/release_21_08.html) | de33433a1806280996a0ecbe66e3642f | | [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz) | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html) | a78bba290b11d9717d1272cc6bfaf7c3 | | [DPDK 21.02.0](//fast.dpdk.org/rel/dpdk-21.02.tar.xz) | [2021 February 14](//doc.dpdk.org/guides-21.02/rel_notes/release_21_02.html) | 2c3e4800b04495ad7fa8656a7e1a3ec1 | -| [DPDK 20.11.6 (LTS)](//fast.dpdk.org/rel/dpdk-20.11.6.tar.xz) | [2022 August 29](//doc.dpdk.org/guides-20.11/rel_notes/release_20_11.html) | d2c6ee9ca3588ff31c110a04ad7205ac | +| [DPDK 20.11.7 (LTS)](//fast.dpdk.org/rel/dpdk-20.11.7.tar.xz) | [2022 December 13](//doc.dpdk.org/guides-20.11/rel_notes/release_20_11.html) | 4c21194a0e535ad7ae45aaa33f1821ea | | [DPDK 20.08.0](//fast.dpdk.org/rel/dpdk-20.08.tar.xz) | [2020 August 8](//doc.dpdk.org/guides-20.08/rel_notes/release_20_08.html) | 64badd32cd6bc0761befc8f2402c2148 | | [DPDK 20.05.0](//fast.dpdk.org/rel/dpdk-20.05.tar.xz) | [2020 May 26](//doc.dpdk.org/guides-20.05/rel_notes/release_20_05.html) | 7c6f3e7f7de2422775c4cba116012c4d | | [DPDK 20.02.1](//fast.dpdk.org/rel/dpdk-20.02.1.tar.xz) | [2020 May 18](//doc.dpdk.org/guides-20.02/rel_notes/release_20_02.html) | fd04cb05c728f474b438c6e7aa1eb195 | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index e3a4d05..7c8434f 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -135,6 +135,6 @@ by 3-6 weeks, depending on the test results. |----------|----------|-------------------|---------------------|---------------------------| | 18.11.11 | - | - | December 2020 (EOL) | - | | 19.11.13 | 19.11.14 | December 2022 | December 2022 (LTS) | Christian Ehrhardt | -| 20.11.6 | 20.11.7 | December 2022 | December 2022 (LTS) | Luca Boccassi, Xueming Li | +| 20.11.7 | - | - | December 2022 (EOL) | - | | 21.11.2 | 21.11.3 | December 2022 | November 2023 (LTS) | Kevin Traynor | | 22.11.1 | 22.11.2 | April 2023 | November 2024 (LTS) | |