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 7E92941C2C; Tue, 7 Feb 2023 09:27:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57B63427F2; Tue, 7 Feb 2023 09:27:34 +0100 (CET) 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 42619427E9 for ; Tue, 7 Feb 2023 09:27:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675758452; 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: in-reply-to:in-reply-to:references:references; bh=tOr8MjawlO8khsjxjnnPBK7X15xm5Ov54+QXFeAuQxU=; b=fxHE5Qh60iEfqWMNDUTCqjPeUIMLvuKJV9PfEYvd/8zXvE6v88FSdltJrcYUC4qlvhGcKS CXgO75y6AuVieqsAPb97fEMt3J1eTEZ4YRZskFlNe8Z/KoMBtFQHvkDJjGOb/JbIxe9+tR VZaNWoE00KCPODq0D1Er6cLKbt9udYU= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-14-Xoht_1oLMJ2HIf3upRQ14Q-1; Tue, 07 Feb 2023 03:27:31 -0500 X-MC-Unique: Xoht_1oLMJ2HIf3upRQ14Q-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 536553C42200; Tue, 7 Feb 2023 08:27:31 +0000 (UTC) Received: from [10.39.208.26] (unknown [10.39.208.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9FFDD2166B29; Tue, 7 Feb 2023 08:27:30 +0000 (UTC) Message-ID: Date: Tue, 7 Feb 2023 09:27:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] doc: fix 22.11 release notes after acc200 driver rename To: David Marchand , dev@dpdk.org Cc: Nicolas Chautru References: <20230207080524.1976354-1-david.marchand@redhat.com> From: Maxime Coquelin In-Reply-To: <20230207080524.1976354-1-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 2/7/23 09:05, David Marchand wrote: > Renaming this driver and its associated doc was not properly handled > with regard to the previous 22.11 release notes. As discussed, ninja did not try again to build the release note after having fixed the initial issue. Forcing its rebuild I could reproduce the issue. > Fixes: 5f1565617a9d ("doc: update naming for Intel baseband acc200") > > Signed-off-by: David Marchand > --- > 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.** > Tested-by: Maxime Coquelin Reviewed-by: Maxime Coquelin Thanks, Maxime