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 C3F8641C2C; Tue, 7 Feb 2023 09:08:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF4EF427F2; Tue, 7 Feb 2023 09:08:23 +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 59BEA427E9 for ; Tue, 7 Feb 2023 09:08:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675757301; 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: in-reply-to:in-reply-to:references:references; bh=xoVIcBoA7efYtipY53R9jbeFjsrSfO1LwF4qv2qx28A=; b=gaV2HKtfFR21vKUNKp8qQIbUBejZ54EhLfSKhzlOrXdvlEsnmbmNMioOHx+M6zPBhMXhe4 ln7NgHCMqno9rknwTZmaZW1I6wsXhkieH87QnNuAFwuPsq2KGGpssA5WJmrJyhJKhHx0lI ZGm6kVvx2kCGX68mqNCf1SJJdDKrtFE= Received: from mail-pg1-f200.google.com (mail-pg1-f200.google.com [209.85.215.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-377-XwU0ukvKNRC75gvZ7iC97A-1; Tue, 07 Feb 2023 03:08:20 -0500 X-MC-Unique: XwU0ukvKNRC75gvZ7iC97A-1 Received: by mail-pg1-f200.google.com with SMTP id 201-20020a6300d2000000b004ccf545f44fso6409421pga.12 for ; Tue, 07 Feb 2023 00:08:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=xoVIcBoA7efYtipY53R9jbeFjsrSfO1LwF4qv2qx28A=; b=DVqaJsEnp2oPgC/yYKYazK9GjauBUQOluY09AWeHSGHZSY3Vtlu1P2SKcuyO45H4pO XVARSuYUmpC/Yzd7ulrEMdzB3Bp/75CFoK6mNJySM9rEFzSTz7VUPCfguUO2779cHlZZ FxUucjcl2+2bOisjSLzdCHVmJrYCtyDYB84M9jK1fPF0akxff8jYDW5g+YSf2m6hla3p wPYGmIpwvsVnKoFPJiIMHeBU1SbpBEVaG7SIBRwDk0tPpUnp+6ImwC7KIBxK1sX4OgAb cg+p4hLokNK3pWpSYBmgeyvMCB14/ow6w9MQDlTqOyZcvKRwxPOE7Xo1R8j9LQxY4vkV kYCA== X-Gm-Message-State: AO0yUKVUk1gBYzGwTuZrWcOvPwD+k61bPSpAS5SD/tqSvgRe0TJrsO8Z 2Oh+JVu6OcgplaChaxPApqouYC4Wc8L27kAsmr1iRygFoDwHZSYQbtMj8hpjlHPQ0lUU0IofoY7 mXn8MYgim1ihElNCRnMY= X-Received: by 2002:a62:384f:0:b0:592:6299:43d2 with SMTP id f76-20020a62384f000000b00592629943d2mr533494pfa.1.1675757299686; Tue, 07 Feb 2023 00:08:19 -0800 (PST) X-Google-Smtp-Source: AK7set8BrG9kwscFFdG4TsU7TROnFVpjpSMWJ/4A/oF6mAefmC/wFmEDb/gnArYw2CcS/nipE1MTGIJKKDFKUx6aA38= X-Received: by 2002:a62:384f:0:b0:592:6299:43d2 with SMTP id f76-20020a62384f000000b00592629943d2mr533485pfa.1.1675757299371; Tue, 07 Feb 2023 00:08:19 -0800 (PST) MIME-Version: 1.0 References: <20230117223642.17618-1-nicolas.chautru@intel.com> <20230117223642.17618-7-nicolas.chautru@intel.com> <99aa0376-add1-fe6e-7c24-78b10282a3cf@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 7 Feb 2023 09:08:07 +0100 Message-ID: Subject: Re: [PATCH v1 6/6] doc: updated naming convention for acc200 PMD To: Nicolas Chautru , Maxime Coquelin Cc: dev@dpdk.org, hernan.vargas@intel.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 Tue, Feb 7, 2023 at 9:00 AM David Marchand wrote: > > Hello, > > On Tue, Jan 31, 2023 at 4:12 PM Maxime Coquelin > wrote: > > On 1/17/23 23:36, Nicolas Chautru wrote: > > > The documentation for the Intel vRAN Boost PMD > > > is being updated in term of filename and content > > > to match with new branding and product name. > > > > > > Signed-off-by: Nicolas Chautru > > > --- > > > .../bbdevs/features/{acc200.ini => vrb1.ini} | 2 +- > > > doc/guides/bbdevs/{acc200.rst => vrb1.rst} | 33 ++++++++++--------- > > > 2 files changed, 18 insertions(+), 17 deletions(-) > > > rename doc/guides/bbdevs/features/{acc200.ini => vrb1.ini} (83%) > > > rename doc/guides/bbdevs/{acc200.rst => vrb1.rst} (90%) > > > > > > > Reviewed-by: Maxime Coquelin > > Guys, the CI failure was obvious, but it seems nobody looked at it... > > http://mails.dpdk.org/archives/test-report/2023-January/341526.html > > [122/716] Generating html_guides with a custom command. > FAILED: doc/guides/html > /usr/bin/python3 ../buildtools/call-sphinx-build.py > /usr/bin/sphinx-build 23.03.0-rc0 > /home/runner/work/dpdk/dpdk/doc/guides > /home/runner/work/dpdk/dpdk/build/doc/guides -W > > Warning, treated as error: > /home/runner/work/dpdk/dpdk/doc/guides/bbdevs/index.rst:7:toctree > contains reference to nonexisting document 'bbdevs/acc200' > [123/716] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats at > exe/l2fwd-jobstats_main.c.o'. > [124/716] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto at > exe/l2fwd-crypto_main.c.o'. > ninja: build stopped: subcommand failed. Looking closer, Maxime had fixed this first issue, but it was hiding another one. /usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 23.03.0-rc0 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W Warning, treated as error: /home/runner/work/dpdk/dpdk/doc/guides/rel_notes/release_22_11.rst:222:unknown document: ../bbdevs/acc200 [130/718] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-power@exe/l3fwd-power_main.c.o'. [131/718] Compiling C object 'examples/c590b3c@@dpdk-link_status_interrupt@exe/link_status_interrupt_main.c.o'. -- David Marchand