From patchwork Thu Dec 2 09:20:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Zheng X-Patchwork-Id: 104821 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E096A0C41; Thu, 2 Dec 2021 10:20:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58E3040DF5; Thu, 2 Dec 2021 10:20:20 +0100 (CET) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mails.dpdk.org (Postfix) with ESMTP id 05D0B40692 for ; Thu, 2 Dec 2021 10:20:19 +0100 (CET) Received: by mail-pj1-f41.google.com with SMTP id cq22-20020a17090af99600b001a9550a17a5so1940568pjb.2 for ; Thu, 02 Dec 2021 01:20:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytedance-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=FsjikbeU/+U2cvIebnrrlk0pbeyQt8wdjIjdVg+60i4=; b=WTUULMED7NAnG7DJBfNZZ1LF4HfrXr7UwluhBqcOAIKuegrVFjNqI/mFuCAqrSJVp5 EsY6smwvkIGxAMERHDN9Lmz1LXv/nnh/dnKQmNvDNTCrxFq5dTSVdm3QXHdCqAMQMFuv COgFFytOcsW8RhNvN9ZOW0L4ANJHIHd8rKGxigPQQfLy6U+lPB9pAjFmnoYoOhPI4cmH 6V0GuusCxo6ngrtFUY6YzlY7j6vOb9QUI+Mw1hoslYsiidILAKPIqAJlEdJuV3esRh0+ J2X7atC8Wg0Kg7Apc/gHYI0NWpYs75l2L5hDrsKgeslP1VbV4UyByQczV1/Ru+ouEgka chwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FsjikbeU/+U2cvIebnrrlk0pbeyQt8wdjIjdVg+60i4=; b=Dz4mYlfQ/gczfHdsjeeXF3cy6WWvhXq40ETXGc/J80VjsZLlF14JSdTjwrRDjBToOE EgfUU0odszcKVNqBTuTJ4ogRgD4e7bDWyjPYq2X/Z65r1xr90/q103i99keTe0f2aRQl Zem1v/lZOJvtvY5ifviiuxx3kH8iLYc3ObvK3KrYcINHf/K/0hR8L0vTsVRgK/wPoN98 j1TfDR8jJrmhwQVa1WG6Z1Ts48J9sfw/4NzLuAUWAuMjAeLvwMYsD1jqJjfFaiXt1Ujv +lwlLTR3CxUZTdzBEeeJ1xgZ+qDc96WA8jKcAU95wve5sbqwN9Qie0w9hsQiDHpVHsQi mC+g== X-Gm-Message-State: AOAM530fq+q+htuwkKK8Kml+9xb2KGOL0wF39YAaRVpAK5VnlmxAGw8f pkyhxux1nCuH46ay8sfLHGB6yGsfJVkqEw== X-Google-Smtp-Source: ABdhPJzzaH0tQorXGt2eT4irMkn4fYr/wghJHyG12gCCyM5R3TyQXQj6pqbop++a5TJwEt82t2OSJw== X-Received: by 2002:a17:90b:4c0d:: with SMTP id na13mr4683273pjb.177.1638436818117; Thu, 02 Dec 2021 01:20:18 -0800 (PST) Received: from workstation-Precision-3640-Tower.bytedance.net ([61.120.150.75]) by smtp.gmail.com with ESMTPSA id w142sm2545761pfc.115.2021.12.02.01.20.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Dec 2021 01:20:17 -0800 (PST) From: Bin Zheng To: dev@dpdk.org Cc: haiyue.wang@intel.com, liangma@liangbit.com, Bin Zheng Subject: [PATCH v2 2/2] net/ixgbe: fix spelling mistakes Date: Thu, 2 Dec 2021 17:20:01 +0800 Message-Id: <20211202092001.1830481-2-zhengbin.89740@bytedance.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211202092001.1830481-1-zhengbin.89740@bytedance.com> References: <20211202092001.1830481-1-zhengbin.89740@bytedance.com> MIME-Version: 1.0 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 fix comment spelling mistakes Signed-off-by: Bin Zheng --- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c b/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c index 5811749b95..4654d0adec 100644 --- a/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c +++ b/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c @@ -368,7 +368,7 @@ _recv_raw_pkts_vec(struct ixgbe_rx_queue *rxq, struct rte_mbuf **rx_pkts, * Under the circumstance that `rx_tail` wrap back to zero * and the advance speed of `rx_tail` is greater than `rxrearm_start`, * `rx_tail` will catch up with `rxrearm_start` and surpass it. - * This may cause some mbufs be reused by applicaion. + * This may cause some mbufs be reused by application. * * So we need to make some restrictions to ensure that * `rx_tail` will not exceed `rxrearm_start`.