From patchwork Tue Feb 7 08:05:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 123208 X-Patchwork-Delegate: david.marchand@redhat.com 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 2CF3A41C2C; Tue, 7 Feb 2023 09:05:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9E94427F2; Tue, 7 Feb 2023 09:05:52 +0100 (CET) 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 39F1E427E9 for ; Tue, 7 Feb 2023 09:05:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675757150; 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=T6sC71MgdgxdPa0RQTT6L1atpVTUPXHJxQPWe7F4JlY=; b=VU1I9AWCwhc2yWX8+G6leJj5HdmOmhGDt4+gZ7bHIznywXNPsrDup/DP+qaEsAC5Wt1dQ5 paUQ9bI5dbzFCG7Ha4GGhoVCgXiwvnaX2wi/oCnZpd1CIJuD3fVVYeDx+8xFDTv0qpJudC o/ZsHWYnsXaqkEeVm6klaWNiBcNQX5k= 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-169-gFQHiSxzOOKSh4FzyvVdUQ-1; Tue, 07 Feb 2023 03:05:47 -0500 X-MC-Unique: gFQHiSxzOOKSh4FzyvVdUQ-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3F2BD100F901; Tue, 7 Feb 2023 08:05:47 +0000 (UTC) Received: from dmarchan.redhat.com (ovpn-195-46.brq.redhat.com [10.40.195.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 68FDF492C3F; Tue, 7 Feb 2023 08:05:46 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: Maxime Coquelin , Nicolas Chautru Subject: [PATCH] doc: fix 22.11 release notes after acc200 driver rename Date: Tue, 7 Feb 2023 09:05:23 +0100 Message-Id: <20230207080524.1976354-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Renaming this driver and its associated doc was not properly handled with regard to the previous 22.11 release notes. Fixes: 5f1565617a9d ("doc: update naming for Intel baseband acc200") Signed-off-by: David Marchand Tested-by: Maxime Coquelin Reviewed-by: Maxime Coquelin --- doc/guides/rel_notes/release_22_11.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst index 7f2bd123f3..91414573bd 100644 --- a/doc/guides/rel_notes/release_22_11.rst +++ b/doc/guides/rel_notes/release_22_11.rst @@ -220,8 +220,8 @@ New Features * **Added Intel ACC200 bbdev driver.** Added a new ``acc200`` bbdev driver for the Intel\ |reg| ACC200 accelerator - integrated on SPR-EE. See the - :doc:`../bbdevs/acc200` guide for more details on this new driver. + integrated on SPR-EE. See the ``bbdevs/acc200`` guide for more details + on this new driver. * **Added eventdev adapter instance get API.**