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 9B619A00C4; Tue, 26 Apr 2022 14:41:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 951C740E78; Tue, 26 Apr 2022 14:41:23 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 25A8440C35 for ; Tue, 26 Apr 2022 14:41:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650976881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=vslb4qfMnqP2oBG6bAnnAxEktGO+nOLrAdU4Ut1nqLA=; b=gN/PxUpKqbmjdjTwKqMFRf90JSK01euoDFujKOtk2stONMf0HrJcJsu004FvaK6c62tHcp Zq16+TFnVVS/7spcQjGEc316rdGfCU2oUj+eB4aU0F3KOM/oo2JF2wV55r6GTT5KtrIORu TajNMYIN0AiyaLgTL5J3kZEFCk8/nKU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-621-dEkq7BnROlKmdigF9Jku7w-1; Tue, 26 Apr 2022 08:41:18 -0400 X-MC-Unique: dEkq7BnROlKmdigF9Jku7w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 136AD833963; Tue, 26 Apr 2022 12:41:18 +0000 (UTC) Received: from rh.Home (unknown [10.39.194.242]) by smtp.corp.redhat.com (Postfix) with ESMTP id D69169E82; Tue, 26 Apr 2022 12:41:05 +0000 (UTC) From: Kevin Traynor To: web@dpdk.org Cc: bluca@debian.org, thomas@monjalon.net, david.marchand@redhat.com, christian.ehrhardt@canonical.com, xuemingl@nvidia.com, Kevin Traynor Subject: [PATCH] release 21.11.1 Date: Tue, 26 Apr 2022 13:40:56 +0100 Message-Id: <20220426124056.676580-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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 Signed-off-by: Kevin Traynor --- content/download/_index.md | 6 +++--- content/roadmap/_index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/download/_index.md b/content/download/_index.md index 86f40ec..ad611b3 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -11,8 +11,8 @@ weight = "2" 22.03.0 - + {{< icon name="glyphicon glyphicon-download-alt" size="large" >}} Latest Long Term Stable (LTS)\ - 21.11.0 + 21.11.1 @@ -27,5 +27,5 @@ weight = "2" |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------| | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz) | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html) | a07ca8839f98062f46e1cc359735cce8 | -| [DPDK 21.11.0](//fast.dpdk.org/rel/dpdk-21.11.tar.xz) | [2021 November 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 58660bbbe9e95abce86e47692b196555 | +| [DPDK 21.11.1](//fast.dpdk.org/rel/dpdk-21.11.1.tar.xz) | [2022 April 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 00a43122260fa773f98234e2dec01cc7 | | [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 | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 5040d13..f66d0b7 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -121,3 +121,3 @@ by 3-6 weeks, depending on the test results. | 19.11.12 | 19.11.13 | August 2022 | December 2022 (LTS) | Christian Ehrhardt | | 20.11.5 | 20.11.6 | August 2022 | December 2022 (LTS) | Luca Boccassi, Xueming Li | -| 21.11.0 | 21.11.1 | April 2022 | November 2023 (LTS) | Kevin Traynor | +| 21.11.1 | 21.11.2 | September 2022 | November 2023 (LTS) | Kevin Traynor | -- 2.34.1