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 561BCA0C46; Tue, 31 Aug 2021 17:09:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D407E40142; Tue, 31 Aug 2021 17:09:47 +0200 (CEST) Received: from mail-108-mta203.mxroute.com (mail-108-mta203.mxroute.com [136.175.108.203]) by mails.dpdk.org (Postfix) with ESMTP id 3C3B240041 for ; Tue, 31 Aug 2021 17:09:46 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta203.mxroute.com (ZoneMTA) with ESMTPSA id 17b9cc23ddf00074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 31 Aug 2021 15:09:40 +0000 X-Zone-Loop: 1418102dbf78cc9588a9ee7698d94cd15a49cf02f9ec 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=lu0z3Z+vjugXlNcGlI1NQlLnlnaJPorIuEzYdPGSBjo=; b=D8BEdlPo1FnqpAikKRfGcoavYm 6BEMoDARTsf1tvj/GkwMTiVMr9dDVYwgRXNjqJVFy2zS3a9ANFK6AK9/zJy3ovhJGg0rBxx5imDmv Vrc5wavOa/fpszHQe0fdq2z+SGR5LLXZjdVfY9H3cVy3IyRRQNKZgFJi4se+uiBe3Avzdvfpa5t5l 1rAuhEeVhoD9QJDi9AJQmgq9mr5vNoNWEJXb+BQ06Nwzdgs2aWBJIsZEb6ZcCtKeFJPsrfDUlXYfj S1D4VYK8tgERXQY9HAy24HE5eNwDvIau8kfMq/o670pq763KlCNNXWTCDlxVtO7H+7BTSFipB3yAo Rs3sIEqQ==; To: Aaron Conole Cc: dev@dpdk.org, bruce.richardson@intel.com, john.mcnamara@intel.com, Lijuan Tu References: <20210809130601.930651-1-mdr@ashroe.eu> <20210810143420.990875-1-mdr@ashroe.eu> From: "Kinsella, Ray" Message-ID: <2eec79ae-9c00-e1d7-09bc-1018c8556b73@ashroe.eu> Date: Tue, 31 Aug 2021 16:09:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.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 Subject: Re: [dpdk-dev] [PATCH v2] 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" On 23/08/2021 16:18, Aaron Conole wrote: > Ray Kinsella writes: > >> Fix documentation typos that are generating spurious CI warnings. >> >> Signed-off-by: Ray Kinsella >> --- >> v2: >> * Fix some additional typos pointed out by Aaron Conole >> >> doc/guides/rel_notes/deprecation.rst | 4 ++-- >> doc/guides/sample_app_ug/ioat.rst | 2 +- >> doc/guides/sample_app_ug/vmdq_forwarding.rst | 2 +- >> examples/ioat/ioatfwd.c | 2 +- >> examples/vmdq/main.c | 2 +- >> 5 files changed, 6 insertions(+), 6 deletions(-) >> > > LGTM. I noticed that the Intel environment flagged a sphinx in the vmdq > change, but no other environment did. > > Lijuan, can you help understand why this happened? Need me to send again? > Acked-by: Aaron Conole >