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 4A00DA00BE for ; Tue, 10 May 2022 10:56:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2FF3741156; Tue, 10 May 2022 10:56:54 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 4CCB841156 for ; Tue, 10 May 2022 10:56:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652173011; 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=nbN+CxBqNiHzzVxdA+VuLU5s94opK2scQe0KSUUVrfA=; b=OCNuo6g7yGehBM24saQyY7m7kMUqHMCCYNdZTiQaAksqIUkYbTBgPxvSL0QZPKq3hR+VQt SoM4PSukwIQw9R8KLuajggZ1av/MyWBRr/TTZpxbayw67FamlCO+c7yso7LnRTbe+MvGES Nb1hnE7FnNaNRHf588dolFzTTxMbsfM= 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-546-sLCVj60INo6jxSR2MxLoNw-1; Tue, 10 May 2022 04:56:51 -0400 X-MC-Unique: sLCVj60INo6jxSR2MxLoNw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CCF4C899ECB for ; Tue, 10 May 2022 08:56:50 +0000 (UTC) Received: from rh.Home (unknown [10.39.195.199]) by smtp.corp.redhat.com (Postfix) with ESMTP id DF5EF1469381; Tue, 10 May 2022 08:56:49 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: Kevin Traynor , David Marchand Subject: [PATCH 21.11] doc: fix release note typo Date: Tue, 10 May 2022 09:56:41 +0100 Message-Id: <20220510085641.92881-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 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: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Known issues in release notes for 21.11.1 refers to 20.11.1 by mistake. Reported-by: David Marchand Signed-off-by: Kevin Traynor --- doc/guides/rel_notes/release_21_11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index c4e7198e21..5e95161f59 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -1396,3 +1396,3 @@ Tested Platforms * DPDK 21.11.1 contains fixes up to DPDK 22.03 -* Issues identified/fixed in DPDK main branch after DPDK 22.03 may be present in DPDK 20.11.1 +* Issues identified/fixed in DPDK main branch after DPDK 22.03 may be present in DPDK 21.11.1 -- 2.34.1