doc: fix 22.11 release notes after acc200 driver rename

Message ID 20230207080524.1976354-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series doc: fix 22.11 release notes after acc200 driver rename |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

David Marchand Feb. 7, 2023, 8:05 a.m. UTC
  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 <david.marchand@redhat.com>
---
 doc/guides/rel_notes/release_22_11.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Maxime Coquelin Feb. 7, 2023, 8:27 a.m. UTC | #1
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 <david.marchand@redhat.com>
> ---
>   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 <maxime.coquelin@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime
  
David Marchand Feb. 7, 2023, 8:36 a.m. UTC | #2
On Tue, Feb 7, 2023 at 9:27 AM Maxime Coquelin
<maxime.coquelin@redhat.com> wrote:
> 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.

The CI and my own setup triggers the error right away.
Thomas is looking into this so we force regeneration of the docs.
  
David Marchand Feb. 7, 2023, 8:37 a.m. UTC | #3
On Tue, Feb 7, 2023 at 9:27 AM Maxime Coquelin
<maxime.coquelin@redhat.com> wrote:
> 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.
>
> > Fixes: 5f1565617a9d ("doc: update naming for Intel baseband acc200")
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Applied, thanks.
  

Patch

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.**