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 5E9C2A0C47; Tue, 10 Aug 2021 15:59:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC41640686; Tue, 10 Aug 2021 15:59:52 +0200 (CEST) Received: from mail-108-mta24.mxroute.com (mail-108-mta24.mxroute.com [136.175.108.24]) by mails.dpdk.org (Postfix) with ESMTP id E7BEA4014F for ; Tue, 10 Aug 2021 15:59:50 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta24.mxroute.com (ZoneMTA) with ESMTPSA id 17b305cae4400074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 10 Aug 2021 13:59:45 +0000 X-Zone-Loop: 0a1fb451dc7713fa8405d969ba2116cc44898bf51ba9 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=xQOKYIMUIAVyA0yF82fEDLTebHUA2LwqymRiomB/sPA=; b=Z3jfZATsBaqIngspfzW0it49qT UJG0xttgtLL5IuitDLPob3N/SNivDlo/vPx4MxTikf+S9sJ2uC6z0vWx575/4/D0ckCm35xe/PkYl Hu3+CF0wmL1rofyadVDcUCh0KJRK7uBCdhPY0YPvFsssfWxGUwVMIJtHn0sCAtUZkKWzpipXTE6yE VW2OnfPH5r+uboBDw6ZsTeoG5iAu+II1E77NO/OQZjsbXLZPhYIJL8cc/Ioqf5eNevEwazMH5fbT+ Oz05f9fOnUEz6ql6aAzPh4UQztqJe6sTOgrUDOxYukEy2Q4jBNytjGc4CI4s91+otgvfDnIPMGOxs jEDSCSvg==; To: Aaron Conole Cc: dev@dpdk.org, bruce.richardson@intel.com, john.mcnamara@intel.com References: <20210809130601.930651-1-mdr@ashroe.eu> From: "Kinsella, Ray" Message-ID: Date: Tue, 10 Aug 2021 14:59:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] Subject: Re: [dpdk-dev] [PATCH v1] doc: fix CI typo warnings 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 Sender: "dev" yah - I would oblige. Ray K On 09/08/2021 15:43, Aaron Conole wrote: > Ray Kinsella writes: > >> Fix documentation typos that are generating spurious CI warnings. >> >> Signed-off-by: Ray Kinsella >> --- > > Looks like there are still a few errors. Ex: > > ioat: end-before not used anywhere > > deprecation.rst: 'inplace' should probably be 'in place' > deprecation.rst: 'esn' -> probably needs a way to exempt this particular > 'word' / line, because it is a function name. I'm surprised it is even > considered. > > Is it possible to spin a v2 with these fixes? > >> doc/guides/sample_app_ug/ioat.rst | 2 +- >> doc/guides/sample_app_ug/vmdq_forwarding.rst | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/doc/guides/sample_app_ug/ioat.rst b/doc/guides/sample_app_ug/ioat.rst >> index ee0a627b06..b364be3b5d 100644 >> --- a/doc/guides/sample_app_ug/ioat.rst >> +++ b/doc/guides/sample_app_ug/ioat.rst >> @@ -236,7 +236,7 @@ function in order to start processing for each lcore: >> .. literalinclude:: ../../../examples/ioat/ioatfwd.c >> :language: c >> :start-after: Start processing for each lcore. 8< >> - :end-before: >8 End of starting to processfor each lcore. >> + :end-before: >8 End of starting to process for each lcore. >> :dedent: 0 >> >> The function launches Rx/Tx processing functions on configured lcores >> diff --git a/doc/guides/sample_app_ug/vmdq_forwarding.rst b/doc/guides/sample_app_ug/vmdq_forwarding.rst >> index ae1b5660df..ed28525a15 100644 >> --- a/doc/guides/sample_app_ug/vmdq_forwarding.rst >> +++ b/doc/guides/sample_app_ug/vmdq_forwarding.rst >> @@ -103,7 +103,7 @@ the MAC of VMDq pool 2 on port 1 is 52:54:00:12:01:02. >> >> .. literalinclude:: ../../../examples/vmdq/main.c >> :language: c >> - :start-after: Building correct configruration for vdmq. 8< >> + :start-after: Building correct configuration for vdmq. 8< >> :end-before: >8 End of get_eth_conf. >> >> Once the network port has been initialized using the correct VMDq values, >