From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99A4BC2D0C2 for ; Tue, 31 Dec 2019 08:26:24 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id E0CBB206DB for ; Tue, 31 Dec 2019 08:26:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E0CBB206DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=zte.com.cn Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 318721C08C; Tue, 31 Dec 2019 09:26:22 +0100 (CET) Received: from mxct.zte.com.cn (mx7.zte.com.cn [202.103.147.169]) by dpdk.org (Postfix) with ESMTP id 48BE31C024 for ; Tue, 31 Dec 2019 09:26:19 +0100 (CET) Received: from mse-fl2.zte.com.cn (unknown [10.30.14.239]) by Forcepoint Email with ESMTPS id 2711BD90593458C0AAF9; Tue, 31 Dec 2019 16:26:18 +0800 (CST) Received: from notes_smtp.zte.com.cn (notes_smtp.zte.com.cn [10.30.1.239]) by mse-fl2.zte.com.cn with ESMTP id xBV8Mu8i078390; Tue, 31 Dec 2019 16:22:56 +0800 (GMT-8) (envelope-from wang.yong19@zte.com.cn) Received: from localhost.localdomain.localdomain ([10.43.166.165]) by szsmtp06.zte.com.cn (Lotus Domino Release 8.5.3FP6) with ESMTP id 2019123116230862-1586525 ; Tue, 31 Dec 2019 16:23:08 +0800 From: Yong Wang To: john.mcnamara@intel.com Cc: dev@dpdk.org, Yong Wang Date: Tue, 31 Dec 2019 15:36:47 +0800 Message-Id: <1577777807-8549-1-git-send-email-wang.yong19@zte.com.cn> X-Mailer: git-send-email 1.8.3.1 X-MIMETrack: Itemize by SMTP Server on SZSMTP06/server/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2019-12-31 16:23:08, Serialize by Router on notes_smtp/zte_ltd(Release 9.0.1FP7|August 17, 2016) at 2019-12-31 16:22:58, Serialize complete at 2019-12-31 16:22:58 X-MAIL: mse-fl2.zte.com.cn xBV8Mu8i078390 Subject: [dpdk-dev] [PATCH] doc: fix typos in rel_notes-19.11 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Remove the redundant "when used". And modify "ans" to "and". Fixes: b21302a10721 ("eventdev: add Tx flag for packets with same destination") Fixes: 92c083915ade ("doc: update release notes for 19.11") Signed-off-by: Yong Wang --- doc/guides/rel_notes/release_19_11.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index 84aa03a..7415220 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -474,9 +474,8 @@ API Changes * event: The function ``rte_event_eth_tx_adapter_enqueue`` takes an additional input as ``flags``. Flag ``RTE_EVENT_ETH_TX_ADAPTER_ENQUEUE_SAME_DEST`` which - has been introduced in this release is used when used when all the packets - enqueued in the Tx adapter are destined for the same Ethernet port ans Tx - queue. + has been introduced in this release is used when all the packets enqueued in + the Tx adapter are destined for the same Ethernet port and Tx queue. * sched: The pipe nodes configuration parameters such as number of pipes, pipe queue sizes, pipe profiles, etc., are moved from port level structure -- 1.8.3.1