From patchwork Wed Feb 22 16:25:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124381 X-Patchwork-Delegate: thomas@monjalon.net 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 8433A41D40; Wed, 22 Feb 2023 17:25:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E5E6343024; Wed, 22 Feb 2023 17:25:48 +0100 (CET) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id D965343013 for ; Wed, 22 Feb 2023 17:25:45 +0100 (CET) Received: by mail-pl1-f177.google.com with SMTP id u14so5431135ple.7 for ; Wed, 22 Feb 2023 08:25:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=D/+pXAfan3vWjP6CbAJ2Q5YZYvDbCZd3VC1VlL6hP3Y=; b=Am6EC5/rBOlSPnk76FQNTLZQ9b5QCpKkLOVX0y/NbKMmjmwhtBqYhq1Kdqk1AfkcRm Clu2pt8EOPrc6T68PPTsR7abnfbuEDYz2LSV+yRygBZGaD6/qoSNm08vr5Wg5wtnHWA+ ZCBVN4NDbHy/k2o3vDe2oEtKgKTD9KlZP6e2IJ9NtevA7sk67Os0E8NWoPnqZ4ot/Fzv XWbDTM0BTlXTyyBn0Jq2d8l3rbQ/btpHX9c9+nV0m8/FIgmc4hAADL0KCYKnbRHlopB9 E7o0e+WAViSMEvM9Ny4UXmsR8AyGb4J6/VqNQKCdQXqx8F5w70a0xFfNBoSUnvN9Za0l 8hjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=D/+pXAfan3vWjP6CbAJ2Q5YZYvDbCZd3VC1VlL6hP3Y=; b=b259NT5GTgNsHrkViB7VpAJWoH4iqEbOfH6nkJbKnN57v9blJUHIupioYiJOA+iNUU STHiShfcdET/ZgZ9CUxoYfaTmnU/t+ig2cDvWu2jlwLrvYFg2F9S9Eu6tto6CVV6kuEm tGohg54d4oE7i/MKUP5LicBNqkpPQq/alEJiu6TKVGtPWf5gwK+CvTD9h30TrIo/hrHH ejG9B9hzmQj5yAm7RoCZcXNx8819AAtx1GgQM/bHsIBo1M9bCm0F/zs8aZ6iQzgcKnYI LbggXFTaKP1Qv+tqxVNGlMb8Pyup+e67GMhBV6jXP1kpWoZw1UIS09lJvEDkILX1kAGv Br5Q== X-Gm-Message-State: AO0yUKVtamYzOaqAph44kPvwYX2FYLuelj3uwEvE9/kwdi5OiqFRLgCx qi4YiBhQbdizx4SGNi3COC9ZL0sWmqp8TUX1rHY= X-Google-Smtp-Source: AK7set/RVtai5GOt7gaxnW0e4ZEX4Ag4T8YC5AHB8V5WQt4VwqCwRjZxBOPaeXKdiChq9N52Sblbjw== X-Received: by 2002:a17:902:fa10:b0:19a:b35d:dde5 with SMTP id la16-20020a170902fa1000b0019ab35ddde5mr7131129plb.6.1677083144587; Wed, 22 Feb 2023 08:25:44 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:44 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko Subject: [PATCH v4 01/19] ethdev: reword dev_info_get description. Date: Wed, 22 Feb 2023 08:25:21 -0800 Message-Id: <20230222162539.127103-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 The original comment was redundant and had duplicate word 'of'. Signed-off-by: Stephen Hemminger --- lib/ethdev/rte_ethdev.h | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h index 049641d57c66..14b8fa8402f1 100644 --- a/lib/ethdev/rte_ethdev.h +++ b/lib/ethdev/rte_ethdev.h @@ -3275,34 +3275,10 @@ int rte_eth_macaddrs_get(uint16_t port_id, struct rte_ether_addr *ma, /** * Retrieve the contextual information of an Ethernet device. * - * As part of this function, a number of of fields in dev_info will be - * initialized as follows: - * - * rx_desc_lim = lim - * tx_desc_lim = lim - * - * Where lim is defined within the rte_eth_dev_info_get as - * - * const struct rte_eth_desc_lim lim = { - * .nb_max = UINT16_MAX, - * .nb_min = 0, - * .nb_align = 1, - * .nb_seg_max = UINT16_MAX, - * .nb_mtu_seg_max = UINT16_MAX, - * }; - * - * device = dev->device - * min_mtu = RTE_ETHER_MIN_LEN - RTE_ETHER_HDR_LEN - RTE_ETHER_CRC_LEN - * max_mtu = UINT16_MAX - * - * The following fields will be populated if support for dev_infos_get() - * exists for the device and the rte_eth_dev 'dev' has been populated - * successfully with a call to it: - * - * driver_name = rte_driver_name(rte_dev_driver(dev->device)); - * nb_rx_queues = dev->data->nb_rx_queues - * nb_tx_queues = dev->data->nb_tx_queues - * dev_flags = &dev->data->dev_flags + * This function returns the Ethernet device information based + * on the values stored internally in the device specific data. + * For example: number of queues, descriptor limits, device + * capabilities and offload flags. * * @param port_id * The port identifier of the Ethernet device. From patchwork Wed Feb 22 16:25:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124382 X-Patchwork-Delegate: thomas@monjalon.net 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 A66F541D40; Wed, 22 Feb 2023 17:25:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA3814303F; Wed, 22 Feb 2023 17:25:49 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id C287143021 for ; Wed, 22 Feb 2023 17:25:46 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id g14so9578119pjb.2 for ; Wed, 22 Feb 2023 08:25:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=uGo1RhGtvzwjnu+hr5I43PHIEE7F4GWdUQdL8x8lo7Y=; b=kSCxOZcrXJyIfD56W6InoYlFRZklUyoSU9/Tbta3c+MCIN4hSSv3nm/Y3E3I9IrCnd joTQZT4W8FYpxZj+x/VQWZEdREN72DWFPB2qlG1OrgH3BJNoGpNrbfSIWse54DM0FHNb dv41K+RCbgo+vQcNFdKVD57zT2U3VqMlkJ0O34Hp8YHFHAbdLeOwpF3pFE1TyF3QHqJk B/BNBbJV+eD4+focrzqDuPLIgPMkuUmiMsFyYq/hJGQ0KF3gxvuDyHIrPS8jLsed3SvB xawB27hJDjJ+VOdJoY3U0zbdM/OOVvCouhSdmswYXF4LHC/WsH3HKoXhmCYDyrg3tGdV RRaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=uGo1RhGtvzwjnu+hr5I43PHIEE7F4GWdUQdL8x8lo7Y=; b=WFv45TvC55VJXZ87MsABgiMH4OTHi7sbp1ZtI1DGDX08DnIMJhicI6KOcL76gn3eS5 WBkjmiKm2MN+A01eUjbfwtpsjXBFOB9vSmQhae3V8nFmNqIj5P4xsCjz41vdx4cienSo V1vl7ctJjM3zJfEm+ra2chRQUKpUU7I9nc9vvQVKMiNwZn0ZpzShPtGDBhUyvwmEy99T mgTPp3LZrKPpM6TZlpJAf6xqiAskur+n6Km6Fqj89MPe5V9JJsS/Fa6mN6wycpMdJhCb RYqo1jUmscI7zkuNwuxhVoYJeExWlmntnPkU0bUzgmSVB18TEcGVrHnGMRyd7dWb2aUo +jeA== X-Gm-Message-State: AO0yUKWVVTssFx7OEg+A+bxKMU3UEJBCG2/0y1aVM31bRQewe/Fy1JeJ fna38nyMBVns7irtokD2Sgw74XyA2OaVC48LI3Q= X-Google-Smtp-Source: AK7set8Bm2+/DKKKy3e9bOpDiRJf8jky3j/bbB1JY7TkJBR6vFbUuOAISVNXd/EDM/fQjPOG6U3LXQ== X-Received: by 2002:a17:902:d489:b0:19a:68b2:5458 with SMTP id c9-20020a170902d48900b0019a68b25458mr13765572plg.63.1677083145672; Wed, 22 Feb 2023 08:25:45 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:45 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Cristian Dumitrescu , David Hunt Subject: [PATCH v4 02/19] remove repeated word 'to' Date: Wed, 22 Feb 2023 08:25:22 -0800 Message-Id: <20230222162539.127103-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: Cristian Dumitrescu Acked-by: David Hunt --- app/test/test_resource.c | 2 +- lib/pipeline/rte_swx_ctl.c | 2 +- lib/power/guest_channel.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/test/test_resource.c b/app/test/test_resource.c index 8f41e3babdc5..05c27db203cc 100644 --- a/app/test/test_resource.c +++ b/app/test/test_resource.c @@ -45,7 +45,7 @@ static int test_resource_c(void) r->name); TEST_ASSERT_SUCCESS(resource_fwrite_file(r, "test_resource.c"), - "Failed to to write file %s", r->name); + "Failed to write file %s", r->name); f = fopen("test_resource.c", "r"); TEST_ASSERT_NOT_NULL(f, diff --git a/lib/pipeline/rte_swx_ctl.c b/lib/pipeline/rte_swx_ctl.c index f7f49d7cebad..857770d297a4 100644 --- a/lib/pipeline/rte_swx_ctl.c +++ b/lib/pipeline/rte_swx_ctl.c @@ -1683,7 +1683,7 @@ rte_swx_ctl_pipeline_table_entry_delete(struct rte_swx_ctl_pipeline *ctl, CHECK(!table_entry_check(ctl, table_id, entry, 1, 0), EINVAL); /* The entry is found in the table->entries list: - * - Move the existing entry from the table->entries list to to the + * - Move the existing entry from the table->entries list to the * table->pending_delete list. */ existing_entry = table_entries_find(table, entry); diff --git a/lib/power/guest_channel.c b/lib/power/guest_channel.c index 969a9e5aaa06..7b2ae0b6506f 100644 --- a/lib/power/guest_channel.c +++ b/lib/power/guest_channel.c @@ -74,7 +74,7 @@ guest_channel_host_connect(const char *path, unsigned int lcore_id) fd_path, lcore_id); fd = open(fd_path, O_RDWR); if (fd < 0) { - RTE_LOG(ERR, GUEST_CHANNEL, "Unable to to connect to '%s' with error " + RTE_LOG(ERR, GUEST_CHANNEL, "Unable to connect to '%s' with error " "%s\n", fd_path, strerror(errno)); return -1; } From patchwork Wed Feb 22 16:25:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124383 X-Patchwork-Delegate: thomas@monjalon.net 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 C8C4B41D40; Wed, 22 Feb 2023 17:26:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E319B43053; Wed, 22 Feb 2023 17:25:50 +0100 (CET) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id AF9B743021 for ; Wed, 22 Feb 2023 17:25:47 +0100 (CET) Received: by mail-pl1-f174.google.com with SMTP id e9so4327484plh.2 for ; Wed, 22 Feb 2023 08:25:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oqTmni9icwfbaWEV/rbzkeAJKzkW0EyTnveivt3vv8Q=; b=SVVzMS2j5KuDlY62rFVmwfRSYVhvqd6zP87kjCuc/wV8wKqZ/LEfDvZ4deeAvMgOiE n2kAI5uRXbbtruwE82pFXrDbRCNtj/fkzZPYImV+rLa10dtoMqUPforng8X7wJYB/VdZ Mrz9zrl/0K4kvT1iYI5uxSF/AFkwTIoeQaiVmt6vbe+3y9VMpo8xfHX0a57HUR9kVXrT mekLV07g8G7tbVWtSkiLxqQEW4CVw8XAhvLs6XpT0kiTWLmGRlYf+8HtGg++1mWi3lds deLcxKUT2G+q7CRy7tGqKrm1x12MDHgnO+ibSvv1rUV8fcTzXTJHz9kO9ETxAvbE2BWb EZpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oqTmni9icwfbaWEV/rbzkeAJKzkW0EyTnveivt3vv8Q=; b=lRRfQH6PQtAZ2Hkch3EqJVEBUV9ogqHVsfo8upOBcCa+jxIzcD9f0kvdJnmZ5qMoTD 7NAMpZD6EpbznGsfgTy5sgs2o9cux3AJ5BRB4LYCmmPEXp5C6cUeRG9ozLPAsPwgihuW GJ4g5+DVPB2icAxXz9edE11yPlN969Ep6R9w0UEbO6ZOMW58G2Yfg6m1G/tEg9MnLZob Ids/mUVPSKtwUSDcTzbSE+dAvspvHUivDZS6a+lMGvaDwHgxJPnI0hOannGanchVfgI9 f+svJygV5r9QqosnuJSW3Tam9aH1ZTOyqYPCGV9qXFqREAu01/NEDZ7YZhXzIHlGfp6L ss+w== X-Gm-Message-State: AO0yUKW/HYPOJVx+nN9r3Ej009TSNrP4vtrfbNa606kBv+FRuS9UNHg2 GuIhbBDPGoyELczOQRXknRQexZ5C5bSVA9MgL88= X-Google-Smtp-Source: AK7set9A/nKYO/1iHPtb2rcEN0uuoSRkCKQymSI4ML50nsaRTSvS1RjVyCClU8SrYjWwPc3cVAiwZA== X-Received: by 2002:a17:902:e888:b0:19a:920e:9d9e with SMTP id w8-20020a170902e88800b0019a920e9d9emr12255736plg.12.1677083146606; Wed, 22 Feb 2023 08:25:46 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:46 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Olivier Matz Subject: [PATCH v4 03/19] remove repeated word 'is' Date: Wed, 22 Feb 2023 08:25:23 -0800 Message-Id: <20230222162539.127103-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- lib/net/rte_ether.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/rte_ether.h b/lib/net/rte_ether.h index bf8a55ba06ca..b35c72c7b0e0 100644 --- a/lib/net/rte_ether.h +++ b/lib/net/rte_ether.h @@ -350,7 +350,7 @@ static inline int rte_vlan_strip(struct rte_mbuf *m) * The packet mbuf. * @return * - 0: On success - * -EPERM: mbuf is is shared overwriting would be unsafe + * -EPERM: mbuf is shared overwriting would be unsafe * -ENOSPC: not enough headroom in mbuf */ static inline int rte_vlan_insert(struct rte_mbuf **m) From patchwork Wed Feb 22 16:25:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124384 X-Patchwork-Delegate: thomas@monjalon.net 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 C465B41D40; Wed, 22 Feb 2023 17:26:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BD7A4306A; Wed, 22 Feb 2023 17:25:53 +0100 (CET) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id B8DFF40693 for ; Wed, 22 Feb 2023 17:25:48 +0100 (CET) Received: by mail-pj1-f44.google.com with SMTP id u10so9562701pjc.5 for ; Wed, 22 Feb 2023 08:25:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=2qxvcD/WDPa7o2RyVxP4wXWR1YcJyvzRXaQ42cszMeU=; b=rfd9uqbyVWyniy9zvC60CCHQgMopYGzL3fgAMISlslEI+rOzYqfu4MRsAzRFUxqt4S LKvPqBRmz7MgJK6Ryml2abhPMXtKriqqbwafXRYn2nlXSlEXL/pUvOhv1sIzboNt8M2+ dDwzjIymYsGq5bePaJn+qYR/VNmA84nsLVyqMqVPOO95awtdM8/b++ywiS2zP4im5hTu uemwmVulZPlOMdogAbekhzhKShXl4f12CEVi1WiEkNZ8f1X2GcXt0SJi7XUN+69VaXTL gnrHPfKk3Me+FhbivaQPDyizZPks0mddBSIsiA6Wbb6CszcaRY6PJj3sM9FDB/5+he/v e4qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2qxvcD/WDPa7o2RyVxP4wXWR1YcJyvzRXaQ42cszMeU=; b=qYo30VeVwMwoX1gzBUviee0ooCqEdkw3uxsvHnpuhYwjKfW7MSzvm2BmwI2zrf6flS ofH8/71/kDgjrFYKQYnKxIVhoJY/KGZRtemMYvpPsCm1Iu9nbcYjITSTEVuaDfRgdKN/ mWwoQS7KTfu3jVVScHFeGwXiXDbMna3O/FSgsFrUqP7oMY4VaZf4TwPGhwMbVZ12b2TP /sOost+wjA67jHR8oaWopTutKLYc1VHfBK4XuVmorHnLdbwetKwQ9pd4l/F7Xa5gfrQV e5xQq0r4aujKaCtoeL/1vVenWTW3DTpjFr6woOznETX1NL1YF6nsC5hf2S2lVmL3VUc5 TOQg== X-Gm-Message-State: AO0yUKVmvKTLfv3zXUQLLrg7iFfhtqvL2PirsNCslnZh7gUlAag/4Gi+ mfHZRVmqT6HTnNILugzqnx+UsnO5hJGp4CeZkRY= X-Google-Smtp-Source: AK7set8tBdOzR6u3MhuNKrrfKuiJQgkmjMrda6OqlI/DAZFNHPKGmP5Me4Pr912YuGMgxRXicpP1fg== X-Received: by 2002:a17:902:e887:b0:19a:b9a8:3f96 with SMTP id w7-20020a170902e88700b0019ab9a83f96mr9319474plg.24.1677083147629; Wed, 22 Feb 2023 08:25:47 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:47 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Liron Himi , Zyta Szpak Subject: [PATCH v4 04/19] remove repeated word 'same' Date: Wed, 22 Feb 2023 08:25:24 -0800 Message-Id: <20230222162539.127103-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 The word 'same' is duplicated in comment. Signed-off-by: Stephen Hemminger Acked-by: Liron Himi --- drivers/net/mvneta/mvneta_ethdev.c | 2 +- drivers/net/mvpp2/mrvl_ethdev.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mvneta/mvneta_ethdev.c b/drivers/net/mvneta/mvneta_ethdev.c index c4355a3f64d4..d7953ac7cbac 100644 --- a/drivers/net/mvneta/mvneta_ethdev.c +++ b/drivers/net/mvneta/mvneta_ethdev.c @@ -345,7 +345,7 @@ mvneta_dev_start(struct rte_eth_dev *dev) mvneta_stats_reset(dev); /* - * In case there are some some stale uc/mc mac addresses flush them + * In case there are some stale uc/mc mac addresses flush them * here. It cannot be done during mvneta_dev_close() as port information * is already gone at that point (due to neta_ppio_deinit() in * mvneta_dev_stop()). diff --git a/drivers/net/mvpp2/mrvl_ethdev.c b/drivers/net/mvpp2/mrvl_ethdev.c index 8fd321128322..89c83f1c1f82 100644 --- a/drivers/net/mvpp2/mrvl_ethdev.c +++ b/drivers/net/mvpp2/mrvl_ethdev.c @@ -853,7 +853,7 @@ mrvl_dev_start(struct rte_eth_dev *dev) } /* - * In case there are some some stale uc/mc mac addresses flush them + * In case there are some stale uc/mc mac addresses flush them * here. It cannot be done during mrvl_dev_close() as port information * is already gone at that point (due to pp2_ppio_deinit() in * mrvl_dev_stop()). From patchwork Wed Feb 22 16:25:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124385 X-Patchwork-Delegate: thomas@monjalon.net 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 5847541D40; Wed, 22 Feb 2023 17:26:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3349C4307C; Wed, 22 Feb 2023 17:25:54 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id B5E4343035 for ; Wed, 22 Feb 2023 17:25:49 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id c23so4678998pjo.4 for ; Wed, 22 Feb 2023 08:25:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=m723ZF6vVPoqzRX3jvYoEBOy+vWa8JT1Xhr/Jjgif/0=; b=IoI4mdNzgfZAX3R3uGTprrEgygkxvxBwd0zjchqGQ7CP5WQO7hh4GGbeYiIMSByr90 emm4SFDfnoghG7bLAQIgchXB6hEN2gqgin07t5MTXf1eAD/k1sg2BqSK2OsIvARr2W6A nZnm0o7yZLgFB5BkMUgaqPiGQmdSDRWocvgGlkZP8KtA8cqlYx6mkWx6m2fKTHEEY80f WfubFWNvFmtIcg4f4PLj+HPIHTER14VPmLsa01mS+/rjvC2hebB1te2Pf/IZMPSv1446 P8fPakJQtTO89SGiC6+mEvcnuCGY2+Qi/URPjN2nbnoN+cDmcgQ5hF1bb6ld4Kciccsk 2alA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=m723ZF6vVPoqzRX3jvYoEBOy+vWa8JT1Xhr/Jjgif/0=; b=2R++4Qf685zDRJ/0OXojjAeRuGVikc004f9uPjsKJD9OSIuNlW+C8mDi2SosRJjsOC c3tjgzSguOji/bONttv1GWDcjJvDksB2cOla/YnI36WFzB3Kp9HQ7v+KpzB/2E8gKNSE Mq4TTEet+KX3I+TnWIBKQr5d+hrTg+AQDZsNTxw1AdXY+57dRgvFU/WFcnS3zb6e8/h5 R4bIMV3z8I54NfRzLY8mqbXP3kWmIJYsMAaKNY9xljnNgPhaJizWcBE90vl4ONchjdzM xgZU7skh9WGjRhwdSNVIgO8BahHIWHKwKfQawRew1/Yjnqd9UVki7jyAVfWuyTtK6Bu1 Uflw== X-Gm-Message-State: AO0yUKUxBXmgSiWOgvIDw/tgxCtJoSuKhwfDDyeDhyW2a5Ll21ZRcoCk 8mmBUovsx5klHSGFMA/mV6+b/eKhzbUMnhw8QY8= X-Google-Smtp-Source: AK7set8bZXK63gwLIWkpHx4jzZEX2U0j2ZwSYBgbnvOE4K0Iny7B+ZBpAZ7YQ4r3KVKP7uE5KknFaQ== X-Received: by 2002:a17:903:191:b0:19c:6528:e5fa with SMTP id z17-20020a170903019100b0019c6528e5famr10337969plg.58.1677083148635; Wed, 22 Feb 2023 08:25:48 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:48 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Chas Williams , "Min Hu (Connor)" , David Hunt Subject: [PATCH v4 05/19] remove repeated word 'on' Date: Wed, 22 Feb 2023 08:25:25 -0800 Message-Id: <20230222162539.127103-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: David Hunt --- drivers/net/bonding/rte_eth_bond_8023ad.h | 2 +- examples/vm_power_manager/channel_monitor.h | 2 +- examples/vm_power_manager/oob_monitor.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/bonding/rte_eth_bond_8023ad.h b/drivers/net/bonding/rte_eth_bond_8023ad.h index 7eb392f8c8a1..7ad8d6d00bd5 100644 --- a/drivers/net/bonding/rte_eth_bond_8023ad.h +++ b/drivers/net/bonding/rte_eth_bond_8023ad.h @@ -271,7 +271,7 @@ rte_eth_bond_8023ad_ext_slowtx(uint16_t port_id, uint16_t slave_id, struct rte_mbuf *lacp_pkt); /** - * Enable dedicated hw queues for 802.3ad control plane traffic on on slaves + * Enable dedicated hw queues for 802.3ad control plane traffic on slaves * * This function creates an additional tx and rx queue on each slave for * dedicated 802.3ad control plane traffic . A flow filtering rule is diff --git a/examples/vm_power_manager/channel_monitor.h b/examples/vm_power_manager/channel_monitor.h index 2b38c554b5cd..ab69524af52c 100644 --- a/examples/vm_power_manager/channel_monitor.h +++ b/examples/vm_power_manager/channel_monitor.h @@ -41,7 +41,7 @@ extern "C" { int channel_monitor_init(void); /** - * Run the channel monitor, loops forever on on epoll_wait. + * Run the channel monitor, loops forever on epoll_wait. * * * @return diff --git a/examples/vm_power_manager/oob_monitor.h b/examples/vm_power_manager/oob_monitor.h index b96e08df782c..2389c1151956 100644 --- a/examples/vm_power_manager/oob_monitor.h +++ b/examples/vm_power_manager/oob_monitor.h @@ -20,7 +20,7 @@ extern "C" { int branch_monitor_init(void); /** - * Run the OOB branch monitor, loops forever on on epoll_wait. + * Run the OOB branch monitor, loops forever on epoll_wait. * * * @return From patchwork Wed Feb 22 16:25:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124386 X-Patchwork-Delegate: thomas@monjalon.net 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 F1C6F41D40; Wed, 22 Feb 2023 17:26:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 413A84309C; Wed, 22 Feb 2023 17:25:55 +0100 (CET) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id B7B4743047 for ; Wed, 22 Feb 2023 17:25:50 +0100 (CET) Received: by mail-pl1-f174.google.com with SMTP id bh1so9348667plb.11 for ; Wed, 22 Feb 2023 08:25:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=1FGqwap7QvM/81QWMh+TFU7ysLKPIOMAXtlT62B/zRM=; b=IAAABp+MuNp+s0dg5gCO2WDRKbwBtCtwuJ3vJkbzIFwtKjDirGMq9mlZwclLrpZzFA eS3g1PkUmsZ27qPTp3JrLfIAIx4KbA/PGB7PfKht2x1DxJK8j7WaebeQsTRgXszjjd8v E8CGGEoG8ra5vqok8dQlcT2EgApkDvsA9Qoiy7+B6TRL7W/TGH6JvnHJszLF8v6nIbyc 0fPl6ca9hbmyJcSwmQrRbynn4Uu/vFywd351VWHzMR7p9YItJrlAo+xfr8yYAhKaesc+ HCjk6wloJgZcpeCDjyEJ5IS8w2ThuzhH0UTkdEZ9HFgEO6FA9/e35gEZc4jMWMH7Dg+t jg/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1FGqwap7QvM/81QWMh+TFU7ysLKPIOMAXtlT62B/zRM=; b=Z78w2l67j/vjbcGzN71HLKqk2vKfUTdK7QAGGe8z8c3X4HmNdLq1b64N9O97ZaSmQd wGHJ3cINFVHTY+2H72AoekQ84ZuIDp8c50/dT3wWWmpB7hrkomhcg84bKJvHrbqf0MQv 9leifkJWS/6uAmz0MyBFsn8LvJcgnZG8RMezhmdXyVdsw1SmovmjT0bwlqB/H9dHnlHR gdXqAlrBPq/b//Xm32p/wBTVhKrEShjG2IpXJgaxu68LY52N3Sp5TEhn2MTf9n01YimK LMytxMsAPnJNZcO07c1VFDd9IisxgVTP5iXuVyNcHsnpqJOlePNXs3AWMGOOvMJa/Tfz 0Flw== X-Gm-Message-State: AO0yUKUd2ElQawTDU4kAx8V8lwJuYz6qlc+d1Lb/SJN1wORVUTi4N0/r QX0CCe6Fun2KICCie+bZwuE5EdYcDG3jDqugLUw= X-Google-Smtp-Source: AK7set8Ep+FI3O9xD0muwBwbfQjXfzxWZ+L4BIuHe7kO1se0kxy/yF4Er+Koq3apE5IvU5QaLN5y4g== X-Received: by 2002:a17:902:f68e:b0:196:7bfb:f0d1 with SMTP id l14-20020a170902f68e00b001967bfbf0d1mr12215923plg.34.1677083149648; Wed, 22 Feb 2023 08:25:49 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:49 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Harry van Haaren , Dongdong Liu , Yisen Zhuang , Matan Azrad , Viacheslav Ovsiienko , Andrew Rybchenko , Olivier Matz Subject: [PATCH v4 06/19] remove repeated word 'in' Date: Wed, 22 Feb 2023 08:25:26 -0800 Message-Id: <20230222162539.127103-7-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: Harry van Haaren --- drivers/event/sw/sw_evdev.c | 2 +- drivers/net/hns3/hns3_ethdev.c | 2 +- drivers/net/mlx5/mlx5_flow.c | 2 +- drivers/net/sfc/sfc_ef10_tx.c | 2 +- drivers/net/sfc/sfc_tso.c | 2 +- lib/mbuf/rte_mbuf_core.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/event/sw/sw_evdev.c b/drivers/event/sw/sw_evdev.c index 3531821dd43a..cfd659d7748e 100644 --- a/drivers/event/sw/sw_evdev.c +++ b/drivers/event/sw/sw_evdev.c @@ -245,7 +245,7 @@ qid_init(struct sw_evdev *sw, unsigned int idx, int type, if (qid->type == RTE_SCHED_TYPE_ORDERED) { uint32_t window_size; - /* rte_ring and window_size_mask require require window_size to + /* rte_ring and window_size_mask require window_size to * be a power-of-2. */ window_size = rte_align32pow2( diff --git a/drivers/net/hns3/hns3_ethdev.c b/drivers/net/hns3/hns3_ethdev.c index 6babf67fcec2..36896f898955 100644 --- a/drivers/net/hns3/hns3_ethdev.c +++ b/drivers/net/hns3/hns3_ethdev.c @@ -3845,7 +3845,7 @@ hns3_dev_promiscuous_enable(struct rte_eth_dev *dev) /* * When promiscuous mode was enabled, disable the vlan filter to let - * all packets coming in in the receiving direction. + * all packets coming in the receiving direction. */ offloads = dev->data->dev_conf.rxmode.offloads; if (offloads & RTE_ETH_RX_OFFLOAD_VLAN_FILTER) { diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c index a6a426caf781..f55f24ad692a 100644 --- a/drivers/net/mlx5/mlx5_flow.c +++ b/drivers/net/mlx5/mlx5_flow.c @@ -5039,7 +5039,7 @@ flow_mreg_del_default_copy_action(struct rte_eth_dev *dev) } /** - * Add the default copy action in in RX_CP_TBL. + * Add the default copy action in RX_CP_TBL. * * This functions is called in the mlx5_dev_start(). No thread safe * is guaranteed. diff --git a/drivers/net/sfc/sfc_ef10_tx.c b/drivers/net/sfc/sfc_ef10_tx.c index 5403a60707d1..116229382b68 100644 --- a/drivers/net/sfc/sfc_ef10_tx.c +++ b/drivers/net/sfc/sfc_ef10_tx.c @@ -503,7 +503,7 @@ sfc_ef10_xmit_tso_pkt(struct sfc_ef10_txq * const txq, struct rte_mbuf *m_seg, /* * Tx prepare has debug-only checks that offload flags are correctly - * filled in in TSO mbuf. Use zero IPID if there is no IPv4 flag. + * filled in TSO mbuf. Use zero IPID if there is no IPv4 flag. * If the packet is still IPv4, HW will simply start from zero IPID. */ if (first_m_seg->ol_flags & RTE_MBUF_F_TX_IPV4) diff --git a/drivers/net/sfc/sfc_tso.c b/drivers/net/sfc/sfc_tso.c index 927e351a6ed4..a0827d1c0dd6 100644 --- a/drivers/net/sfc/sfc_tso.c +++ b/drivers/net/sfc/sfc_tso.c @@ -149,7 +149,7 @@ sfc_efx_tso_do(struct sfc_efx_txq *txq, unsigned int idx, /* * Handle IP header. Tx prepare has debug-only checks that offload flags - * are correctly filled in in TSO mbuf. Use zero IPID if there is no + * are correctly filled in TSO mbuf. Use zero IPID if there is no * IPv4 flag. If the packet is still IPv4, HW will simply start from * zero IPID. */ diff --git a/lib/mbuf/rte_mbuf_core.h b/lib/mbuf/rte_mbuf_core.h index a30e1e0eaf87..93d66c63e626 100644 --- a/lib/mbuf/rte_mbuf_core.h +++ b/lib/mbuf/rte_mbuf_core.h @@ -41,7 +41,7 @@ extern "C" { /** * The RX packet is a 802.1q VLAN packet, and the tci has been - * saved in in mbuf->vlan_tci. + * saved in mbuf->vlan_tci. * If the flag RTE_MBUF_F_RX_VLAN_STRIPPED is also present, the VLAN * header has been stripped from mbuf data, else it is still * present. From patchwork Wed Feb 22 16:25:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124387 X-Patchwork-Delegate: thomas@monjalon.net 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 31A6041D40; Wed, 22 Feb 2023 17:26:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49787430B1; Wed, 22 Feb 2023 17:25:56 +0100 (CET) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mails.dpdk.org (Postfix) with ESMTP id A18664305E for ; Wed, 22 Feb 2023 17:25:51 +0100 (CET) Received: by mail-pj1-f46.google.com with SMTP id oe18-20020a17090b395200b00236a0d55d3aso9291488pjb.3 for ; Wed, 22 Feb 2023 08:25:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=A8ZLTC81tc/H3BMyua7/sxGykenf388/Z2PWAxQ9AMg=; b=HtR0Xr5xW449ysX6TaXUPpdhKXRK2PJZhxjoC+yyIUlUxhqHsswzuSd5g4zKLCbbgF HpRizsMkfto38g/UMPYstpJFH6SsNRJ6RadTpN7jlvsdU5Lj/0rbUOqKA9XSHqlknpX/ wrmd62qyuNA3jkH7rKAHy2ObKlBwMEuttXr92+aGiyTfQsZTbeuT5jj+VnZUen5c1phl xRrhuPjW95eAxi5ijSpKACbef2Vk5Js703Zek1DrvJ2GANPf/wixzgiSwg6ZLcZBUIxc fVfRjydsqD4gF6d1L66d1g+u0sAoofkrpw/PrCtvWH7tnF3Gmw9TZozknUjsdK92FvcX MYZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=A8ZLTC81tc/H3BMyua7/sxGykenf388/Z2PWAxQ9AMg=; b=E3KuwaT0BRAH3YMqydikQheIV5DRapXRAZ19Pc1TZFTBKz+ExvJ3CmveQ1HLbOZiAE U08dNJH9XWBr+U3VhPPdU1y4gUHLY76zRyYa4U8oktcnaSZl6TIXaYMwImyL2QsdmElf 8G+daSHiUNhUzno6Ri0YUIczW8WWmVxgV2al2Xp8V1dT56krOoQ5AzwCUg/0cneER6Tt gwsUOSAu4ExVarWSEm1EA5KBHyEUrb/ajczSMgDGBoc8h3ESyU8Wsl7SpCaz6Loa8NQA vHb0GbxKiSQRAJv07oCRkEtEfzh10hC52j2iAlgrrR48AJK8518Ozcf/gU9Y1jZX/966 2W/Q== X-Gm-Message-State: AO0yUKV5JNvzfXopRM/2j0EuSvKWQSsgNjSb9Qxg7qllAjgKEkuOEhGd Noiweg4jA/ybfIXIKXZupD4CSkvzkengbXuqv+0= X-Google-Smtp-Source: AK7set+rP/rjS7cW7mr8ce2FrkOyZ4AWnXNP9CptEGgMjxOqtfwvw6n6665JCBPMISwgJ9T7xoiSfw== X-Received: by 2002:a17:902:da91:b0:19a:7648:512 with SMTP id j17-20020a170902da9100b0019a76480512mr13940457plx.30.1677083150623; Wed, 22 Feb 2023 08:25:50 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:50 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Honnappa Nagarahalli , Konstantin Ananyev Subject: [PATCH v4 07/19] remove repeated word 'this' Date: Wed, 22 Feb 2023 08:25:27 -0800 Message-Id: <20230222162539.127103-8-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- lib/ring/rte_ring.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ring/rte_ring.c b/lib/ring/rte_ring.c index cddaf6b2876f..8ed455043dee 100644 --- a/lib/ring/rte_ring.c +++ b/lib/ring/rte_ring.c @@ -280,7 +280,8 @@ rte_ring_create_elem(const char *name, unsigned int esize, unsigned int count, /* reserve a memory zone for this ring. If we can't get rte_config or * we are secondary process, the memzone_reserve function will set - * rte_errno for us appropriately - hence no check in this this function */ + * rte_errno for us appropriately - hence no check in this function + */ mz = rte_memzone_reserve_aligned(mz_name, ring_size, socket_id, mz_flags, __alignof__(*r)); if (mz != NULL) { From patchwork Wed Feb 22 16:25:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124388 X-Patchwork-Delegate: thomas@monjalon.net 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 A539241D40; Wed, 22 Feb 2023 17:26:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B32A3430D6; Wed, 22 Feb 2023 17:25:57 +0100 (CET) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by mails.dpdk.org (Postfix) with ESMTP id C62AF43063 for ; Wed, 22 Feb 2023 17:25:52 +0100 (CET) Received: by mail-pl1-f181.google.com with SMTP id ky4so10530551plb.3 for ; Wed, 22 Feb 2023 08:25:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=15jFYzs2W59h3Fo/yDsHgZtIy230wKkJO6zN96pIiPA=; b=WzJ1yMqv4c18QKqp/pgbX2qRfUvaXbW9NepyM6M6r/+EQLmCP5AZYFmleLPjF4tEWG TbmwBlGCqlFLJUCw44QFyNKX6atdgVog/bNzaLxG3/++UU9AZQqJrrjx37WsSnJHBNsb guogqe6JmIA0b8CkqqEAs7ydyr+DByo+/yHjsS1VEIvWkGBIEHvTrIvrKqnIvH1TR+qJ Fie8iIhvQThnCnZSv1wikxa5OZ7gKImWpGVPs9z4gbtmDwq4kaqWx/M8hT7MNuRVyRTj zw+KpXPVZn5Gk6oR1+O8ZzV9RNQQFsmj5zE7kc1rzGJ+qyPhyCPjatLqnZTy1D0U43Aa f+jA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=15jFYzs2W59h3Fo/yDsHgZtIy230wKkJO6zN96pIiPA=; b=LnXk9qnpBhlK5gB7LUl1UMZarnsGgFJhOSwkiCr5CZkRN8pYfpAvin7OTSnO2E/Kbt jtMdOcnkOCP4FrPkcCAIKLj+/7OCklEbHWbvpd1PSvr/QP1+qz8ulnsui5/k4s3Xno2q a9htBA0kOpQK7/J9Ysbd8TyUrOAaQ74zSSJBVY1kYXA2h1x+sflY5BBoj8+4b/MIrMuc CIc5920rcgoNB4Z0pt+70DvbAAXeAUfF2dDLyHYuihFgSx3KMCWsuVOjCT+ykl35GflW QNMIoQbyryoUhFA2vkSLDWH/9+ppgEKwEKXmxMBkVbcKNo8wx3WeyhjHQRBliDCMQybe dTbg== X-Gm-Message-State: AO0yUKV5rMXPYYYuRdFd4BRLYd05moPllIueOq3qKdLURm3u54Lflr2W zWzsDQ8Ibu46A7y+aX/dllQPAqSAiCK3S5x5kc4= X-Google-Smtp-Source: AK7set+bv2grYuGUJ5gyUto1Mw5hlchSu8tuuujoZA8gDyQRRTzN8g9F5nyQfsk6W0vFxcaVBLiHmQ== X-Received: by 2002:a17:903:18e:b0:19a:5933:936e with SMTP id z14-20020a170903018e00b0019a5933936emr13191604plg.38.1677083151774; Wed, 22 Feb 2023 08:25:51 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:51 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rasesh Mody , Shahed Shaikh Subject: [PATCH v4 08/19] remove repeated word 'only' Date: Wed, 22 Feb 2023 08:25:28 -0800 Message-Id: <20230222162539.127103-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: Rasesh Mody --- drivers/net/bnx2x/bnx2x.c | 2 +- drivers/net/pcap/pcap_ethdev.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/bnx2x/bnx2x.c b/drivers/net/bnx2x/bnx2x.c index 74e3018eab6f..29c16bb207c7 100644 --- a/drivers/net/bnx2x/bnx2x.c +++ b/drivers/net/bnx2x/bnx2x.c @@ -5929,7 +5929,7 @@ static uint8_t bnx2x_trylock_hw_lock(struct bnx2x_softc *sc, uint32_t resource) /* * Get the recovery leader resource id according to the engine this function - * belongs to. Currently only only 2 engines is supported. + * belongs to. Currently only 2 engines are supported. */ static int bnx2x_get_leader_lock_resource(struct bnx2x_softc *sc) { diff --git a/drivers/net/pcap/pcap_ethdev.c b/drivers/net/pcap/pcap_ethdev.c index 5780f704b6dd..bfec0850456f 100644 --- a/drivers/net/pcap/pcap_ethdev.c +++ b/drivers/net/pcap/pcap_ethdev.c @@ -1337,7 +1337,7 @@ eth_from_pcaps(struct rte_vdev_device *vdev, internals->if_index = osdep_iface_index_get(rx_queues->queue[0].name); - /* phy_mac arg is applied only only if "iface" devarg is provided */ + /* phy_mac arg is applied only if "iface" devarg is provided */ if (rx_queues->phy_mac) { if (eth_pcap_update_mac(rx_queues->queue[0].name, eth_dev, vdev->device.numa_node) == 0) From patchwork Wed Feb 22 16:25:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124389 X-Patchwork-Delegate: thomas@monjalon.net 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 5851841D40; Wed, 22 Feb 2023 17:26:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA7FF430EB; Wed, 22 Feb 2023 17:25:58 +0100 (CET) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mails.dpdk.org (Postfix) with ESMTP id C509043073 for ; Wed, 22 Feb 2023 17:25:53 +0100 (CET) Received: by mail-pj1-f46.google.com with SMTP id d1-20020a17090a3b0100b00229ca6a4636so9647719pjc.0 for ; Wed, 22 Feb 2023 08:25:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=OjHZKmzTxzrZ+nzH7oLJuqPxyBFRmViLnRcmI+ae640=; b=7yiM+LE5RvCv2wLhPGNVlWRb90qwp/+DER0DomFXZgg36C1AG9JgRhZxBRIEsRkwis ygTaACg1Rxo9GakvpMajqgDIFbPqNci/5p1mcCjzgMCSFuuaWtrfZvj6LB+T3KiBx0Kp 03zuWbi2lId50yytibZGWrefa3iQIQQiTEfg/iguPesQtLSgdvLrAPKgvn8fTpEPdxQ9 rWfkocu23U0LwGJ0FtWScOYXu+6PxJF0jcec8AEP+AvnUT+QzXJgrXZhFve1d6/qXb0Q yc+9uxlNyUb9dohudkkGA7v/xkAgrH2Z6QmnwYDFH0VHcwwF7chlwg6TZm3uZ+FUJiVK g52w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OjHZKmzTxzrZ+nzH7oLJuqPxyBFRmViLnRcmI+ae640=; b=jNAvtGXpwTRXyWOjoVv72sf8zN7HlzvyIO1XNDkTzqVADhY0hUK9+sZckiZeS3EE7b QfTG+FfDEcxNt2eVDzq1anvgoFNi1gzpGsXdJ/6YDSRfzEzHkREaxDiw1R1zHC+coHyI QT2w92/Ydj0TSdQdr630Bd5n1fTLSrChpRYyaY+4KCc5dO9mWCWxPTKjURuo/6qyPXWF 2QiiCHDpjcfqSnCZmVl0RSCl+/GaMheG1/SRjPt2n2nGHuZxTOHJbByT3EBHwEw0A7el 2lvY/8Yk7rCG+D36ja/duvBAEne3ybApOHdbOVt6DAnOZQixZ+7zH05qzBpM2xaQ7XA8 XnOQ== X-Gm-Message-State: AO0yUKXgI0atizzQAVgMqxccX5VHIvmcVAwVx2cnbz+rdX2LiEOXmpQb PfyjweJyQaxIUtqq0R/tR+rw+pW6FMBI+Ageq2E= X-Google-Smtp-Source: AK7set93woqDHhlNGRYQqCBif0aYX6XjeS4Zhoj+lHjd2Qn/Y1AOrLwMflRErfe6mi/LwhA8qbwUlQ== X-Received: by 2002:a17:903:1c4:b0:196:6226:94c3 with SMTP id e4-20020a17090301c400b00196622694c3mr12973039plh.7.1677083152651; Wed, 22 Feb 2023 08:25:52 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:52 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , David Hunt Subject: [PATCH v4 09/19] remove repeated word 'worker' Date: Wed, 22 Feb 2023 08:25:29 -0800 Message-Id: <20230222162539.127103-10-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: David Hunt --- lib/distributor/rte_distributor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/distributor/rte_distributor.c b/lib/distributor/rte_distributor.c index 3969b2ea7e8a..c1a721dd821d 100644 --- a/lib/distributor/rte_distributor.c +++ b/lib/distributor/rte_distributor.c @@ -576,7 +576,7 @@ rte_distributor_process(struct rte_distributor *d, } } - /* Add to current worker worker */ + /* Add to current worker */ unsigned int idx = bl->count++; bl->tags[idx] = new_tag; From patchwork Wed Feb 22 16:25:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124390 X-Patchwork-Delegate: thomas@monjalon.net 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 1F4E441D40; Wed, 22 Feb 2023 17:26:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D9D70430EF; Wed, 22 Feb 2023 17:25:59 +0100 (CET) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mails.dpdk.org (Postfix) with ESMTP id A045143089 for ; Wed, 22 Feb 2023 17:25:54 +0100 (CET) Received: by mail-pj1-f43.google.com with SMTP id z20-20020a17090a8b9400b002372d7f823eso5460480pjn.4 for ; Wed, 22 Feb 2023 08:25:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=icPuQnYLgNAFEqFcOh9ibBP6oSMQxvyy6RMzRKqOoCs=; b=FIREUYOvMoxd+R2vVj8avr6y3usqUmmhpKKY0k4EOnqZgaOW5JgkPW8aJOxZ8+DkKq AlAM5TYj3ONe+AiVACeTYC6wSD4j7Fp9Ixhu4Qj7zjtLuoo54pM73xKWd8LOs7dQifON tSlCvBL/F6HFSusVjfBl1FQ0i+e1/VRRezFrm++ivKDQpg7cBu+dThsdbuQWFlWpiKEU jumg+sLjnCyG6H1q//RcsCQ4rkxp55H/QFUxO4v6f7tRp84quEqffBWBUB/OtHjyGfM5 FC/uAqLK/syZHcfuc2XLvDXrkaCxs27co6GsBfpUw6zO1rAQ7fPBAiYIxzUmAv1rsc8+ LZag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=icPuQnYLgNAFEqFcOh9ibBP6oSMQxvyy6RMzRKqOoCs=; b=OFq3rg3PX+bH0T5z120gWkiuzgO6SWxuNMctT6+jHM2GBqUc+1x4gCexa9LuFGpb+E nigJH+5/eYNincLuQSPeabaGVIou4LJAt14AwVFqT6RfbInlDqCFtGsyiW/7jlahm2bC pU8VSuLezIhRHbhNcGPiWMnM8JLLME5BM2gmzPqtKF75zO7H9I9Wgh/knSDPd67qA5oL WS9WUBHoOlUF1yfj3Ew17c1ZnomJcpijrt3WBNUX9StO6d69OVIpueE4Fh1PLz6kQUVW uuEue5gm7ShtyPpXvSRBdNaCEDRpVSXkNshF81vPeOtUXN/VTECMvXtjgq3e/k/o1LUi Ca8A== X-Gm-Message-State: AO0yUKW3ZwdZZ9ZqtE4MP6o9dpHlzRF5OjgrQbmwGY2COtjcBY5WjECg yMr8dChnq1Flcyt44Py+Qk1cF3iTTTJFKEmmBHM= X-Google-Smtp-Source: AK7set/DlXXxuiALFotlPnKDblaiGupFggaRUaZdIPPleNop5l7St4vbeh8arP09RpXBu+YzOIGwzg== X-Received: by 2002:a17:902:d506:b0:19c:affb:a70f with SMTP id b6-20020a170902d50600b0019caffba70fmr1906058plg.41.1677083153563; Wed, 22 Feb 2023 08:25:53 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:53 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rahul Lakkireddy Subject: [PATCH v4 10/19] remove repeated word 'or' Date: Wed, 22 Feb 2023 08:25:30 -0800 Message-Id: <20230222162539.127103-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- drivers/net/cxgbe/sge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/cxgbe/sge.c b/drivers/net/cxgbe/sge.c index 5b13cb5c947e..e9d45f24c419 100644 --- a/drivers/net/cxgbe/sge.c +++ b/drivers/net/cxgbe/sge.c @@ -65,7 +65,7 @@ static inline void ship_tx_pkt_coalesce_wr(struct adapter *adap, * for DMA, but this is of course never sent to the hardware and is only used * to prevent double unmappings. All of the above requires that the Free List * Buffers which we allocate have the bottom 5 bits free (0) -- i.e. are - * 32-byte or or a power of 2 greater in alignment. Since the SGE's minimal + * 32-byte or a power of 2 greater in alignment. Since the SGE's minimal * Free List Buffer alignment is 32 bytes, this works out for us ... */ enum { From patchwork Wed Feb 22 16:25:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124391 X-Patchwork-Delegate: thomas@monjalon.net 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 CBAB841D40; Wed, 22 Feb 2023 17:26:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 06EB7430FE; Wed, 22 Feb 2023 17:26:01 +0100 (CET) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id 3D8724309A for ; Wed, 22 Feb 2023 17:25:55 +0100 (CET) Received: by mail-pl1-f174.google.com with SMTP id e9so4327937plh.2 for ; Wed, 22 Feb 2023 08:25:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=kn+XpkD4H7/SatBD5c+hwVvm6kNVQzefVZlJXL3Q+jo=; b=Sg11m/j6I8LMXdJN9UM/mhO+qf56epPgscmPGdisaVXBaEdez1uucaleFyOwv2xmBR E45MZS8ey+S8juQqrVPjQopS9uY/d+9s/CIu2QBkk0iYEmkOc8XPRkWiu9xTPVCXc21t 3d8ZSQCr/aEy28DZZZmZGR+CWpYHrjFs1aRXziZBCUWfVwOpg4ZijHQkbmvfuPa9t0Y9 i/vkNc++l5jDexwh+rdmkUJJ8rR+pziUgc4CPTx9gdB115mdiNWHVS1occMKPx8SvzyY cBYPXlUgkJmXTW0edQJpzyJkEXBaIgci8pqZmD508POdaHcY2uw4y0Rhf1ZLREFyTe0P nk2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kn+XpkD4H7/SatBD5c+hwVvm6kNVQzefVZlJXL3Q+jo=; b=qDKsJK+hBD27GYvblXoVd2YtducmFX2U3qtQzTO7I1vfVUnztdwyD834u4MC9XOc+3 uLbQvqFy9Q9Tzw82GSsTvnxm7qkztj9cbVgLflFKui/C2MlTtZIEZbcHoPfXyemRgSs1 c7aHJFGqKT/IPLVCEfYwZtRvP0WzfXuRSuiRIgxBRrexMARf0oUAe7kj9GpAavdOLO1Y tN1JzgqfJoFv8moQseq/Qrau4wJHc5ZEyyppv9Ljq2x9Rmdpby0IymzY3eRcrYomIR4Q DWkDErJFuMTJDCdw9u6RLD6WyxZQ5xRzwWuYIbhay1XT0stbjt6q4x958CPTgJygQlfb 9YeQ== X-Gm-Message-State: AO0yUKVReu7ac9Smh/zsnSzR9utf0uGt0UQUDv/6MgRbl/u/nCZ/2aCt V6waW1wmz4Z2+z3hSYKV/55E03BaW2ZWXTaXFoU= X-Google-Smtp-Source: AK7set9w/8dulRqR8ZGa2bLsT71H3bK5THzUS8+dVmiTgKeee57cHO04jX4ApFa0WwdUfeaKMAdgRw== X-Received: by 2002:a17:902:d902:b0:19c:a3be:da10 with SMTP id c2-20020a170902d90200b0019ca3beda10mr3583776plz.12.1677083154523; Wed, 22 Feb 2023 08:25:54 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:54 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Qiming Yang , Wenjun Wu Subject: [PATCH v4 11/19] remove repeated word 'table' Date: Wed, 22 Feb 2023 08:25:31 -0800 Message-Id: <20230222162539.127103-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- drivers/net/ixgbe/ixgbe_ipsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_ipsec.c b/drivers/net/ixgbe/ixgbe_ipsec.c index 0c75fd36da20..d3313085560d 100644 --- a/drivers/net/ixgbe/ixgbe_ipsec.c +++ b/drivers/net/ixgbe/ixgbe_ipsec.c @@ -310,7 +310,7 @@ ixgbe_crypto_remove_sa(struct rte_eth_dev *dev, return -1; } - /* Disable and clear Rx SPI and key table table entries*/ + /* Disable and clear Rx SPI and key table entries*/ reg_val = IPSRXIDX_WRITE | IPSRXIDX_TABLE_SPI | (sa_index << 3); IXGBE_WRITE_REG(hw, IXGBE_IPSRXSPI, 0); IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPIDX, 0); From patchwork Wed Feb 22 16:25:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124392 X-Patchwork-Delegate: thomas@monjalon.net 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 BE47341D40; Wed, 22 Feb 2023 17:27:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47E55430E9; Wed, 22 Feb 2023 17:26:04 +0100 (CET) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id 814EA430B2 for ; Wed, 22 Feb 2023 17:25:56 +0100 (CET) Received: by mail-pj1-f47.google.com with SMTP id pt11so10209199pjb.1 for ; Wed, 22 Feb 2023 08:25:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=qMbhPQgsr629QbSOBtFD5flbCnIE8r/zXHpNKpl/+bM=; b=7YUE8gMkq0lKnvfuKcYBSvGaX5dteX9GJP7SldejRfKd4H0lyat9O+AgXttaKWCVff pIz+To5oEg9LOvBUEcLePiCtafioMHpk0YIqHLflNPIIObPOcGU9FwtGdyR5y4P2WDAY zRjsGanQoL4sr/jWZT7/B93FtpAweeT9VueBcfh94rM9id1XaLmzoiSfic+wAexZZW1W hoo5ThjRlag8wqbamG5T2nJn1RJfwIeuyvHqsK7zFpXDfAH5cWFvGIaAM49wt053GIl6 UJkjCpN7bgpXAQcr7WuK9KIhcKD9gMKwrA8TMJGWEDVPtayFv2RHmECLb/XCo3EHtQiU f/bA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qMbhPQgsr629QbSOBtFD5flbCnIE8r/zXHpNKpl/+bM=; b=H5UD8q1MfYTSTgW0toMy3NDyma0oHYZhNWL74gN04R5Z2iUyvGPIfJezDt0y4XOdGy +pc5UGmWwZQKUlleW8SHkw98Py6fwFI8GCTRlmwCqmGcbhigiCXCLfdRc6+T2Q3R8nKx OmK5yMrZC1ZUbGGkfWIxBL4/dHRuY5yIRdjlO8Ikv5Z/cHOY5hxLB/wJHO6WVDV768gC 3Kk97sioZeTShyaCWdQhXbxhiQEVVyocp/WH2gdpNAUY0Ztmf9dyj5mQAUq/zK3jFU7p d1uJcRApKZz8ZgBbRwY/1V2Kd+rRpBhw6LU5LGTuTcfYQv65J2SmlU9UT0nBN2Vvas+X /mxQ== X-Gm-Message-State: AO0yUKXGQABKXySMVyAtiLy+TmogA7o02rhyf+a3YQCaslasyMtR+9sa dQtFPPnAMnanmJXNcSiZoDZ35Idem7jegvp6+mI= X-Google-Smtp-Source: AK7set8F7JLwaG9iK6hNW1qguFI6u9yl27vUDfAqrYf/WvDFiK57Q3PCLbxKS+OJxPquMy7fmSR92A== X-Received: by 2002:a17:903:803:b0:19a:e462:3e70 with SMTP id kr3-20020a170903080300b0019ae4623e70mr7337621plb.10.1677083155441; Wed, 22 Feb 2023 08:25:55 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:55 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , =?utf-8?q?Niklas_S=C3=B6?= =?utf-8?q?derlund?= , Chaoyong He Subject: [PATCH v4 12/19] remove repeated word 'that' Date: Wed, 22 Feb 2023 08:25:32 -0800 Message-Id: <20230222162539.127103-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfp_ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/nfp/nfp_ctrl.h b/drivers/net/nfp/nfp_ctrl.h index 1069ff948555..2269925b74cf 100644 --- a/drivers/net/nfp/nfp_ctrl.h +++ b/drivers/net/nfp/nfp_ctrl.h @@ -196,7 +196,7 @@ * Reuse spare address to contain the offset from the start of * the host buffer where the first byte of the received frame * will land. Any metadata will come prior to that offset. If the - * value in this field is 0, it means that that the metadata will + * value in this field is 0, it means that the metadata will * always land starting at the first byte of the host buffer and * packet data will immediately follow the metadata. As always, * the RX descriptor indicates the presence or absence of metadata From patchwork Wed Feb 22 16:25:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124393 X-Patchwork-Delegate: thomas@monjalon.net 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 31D4B41D40; Wed, 22 Feb 2023 17:27:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 62E9843109; Wed, 22 Feb 2023 17:26:05 +0100 (CET) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id D19B0430DC for ; Wed, 22 Feb 2023 17:25:57 +0100 (CET) Received: by mail-pj1-f47.google.com with SMTP id il18-20020a17090b165200b0023127b2d602so8904277pjb.2 for ; Wed, 22 Feb 2023 08:25:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=At3liIdkhfSY3enmomOhb8lAzPmc07dalgQyAIT8YzY=; b=LlA1gSZumlWFsI3iXKmMR15wx2XuBALZVOLTm6u20Beepqca50xBK65D+idnd3ZFXN hGInLhZ6cz0myLnjlapWXRoOHZ6ZVKB+/CsjFhubbUnFUWWkDxh3m0EXo6cExslj8gja NO3e/SL+MuhjpPnr58yQhEAa5eBUeBe5RjE988HyqXfgKpPWaUpr2UUnTed7oYC6kn1L GpaU/8SGvEo0jU0qy/diRbv32Nm0Pxm7LqbBUJ2AQ+HLSqMYMkgth6jr3gA8QRRPE/IF GgGdQ90yqK67/67BpOnTIjdZuYJxS+t3nLGELReNMIHNneHMiOwsZAbe0HBS/omhpX4v WRfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=At3liIdkhfSY3enmomOhb8lAzPmc07dalgQyAIT8YzY=; b=zEhZzW2t4YeSbdD6tajOnJt6FTXD+7JPehMIB6vCqgMNM1gRdUpmV272p+7r70l62j /hmMFpKXZgbkP0ltZeOu08Msd/I0Fr9kPcujwNjlgYtdByTgG3TXrEirFIAQcWyldl+j oGeKDDu5jT7Wa4u4kkJSr3cnm5jdAjG2pIfNgR4HoZUp4Z7CuT0v1w/ps2SU9Qrw/p37 2s7r99gJ930+eMj2lhOk6Q6p/X0SpwT6u636/D6vq3wkAZubIqgcOlpfvQHuV9XvcaQV H9xDffmeQD9KkGoMhCxZYyaXXkoWJSSJ82F0+8f4XZsScLYtV2dwUrIBJU2On0a3YhvY 64fg== X-Gm-Message-State: AO0yUKWGbTLSoDMQMTeceCqQ/+TdgPbEVO/ZUYioy9cJJQ9Fkmm4dCvV 9aZiI1Uju9T2nd9GIwxriAGWxTA+XbQdXxN5Qb8= X-Google-Smtp-Source: AK7set8WrRpSJp0KRfuWlynHzVwkEqMOgZHOCYuRMyZ/AzDo9IX1hj45+fDoE2GJPBKNz7PJFcdbow== X-Received: by 2002:a17:902:d552:b0:199:25d1:e559 with SMTP id z18-20020a170902d55200b0019925d1e559mr11512607plf.0.1677083156382; Wed, 22 Feb 2023 08:25:56 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:56 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Gagandeep Singh , Hemant Agrawal Subject: [PATCH v4 13/19] remove repeated word 'override' Date: Wed, 22 Feb 2023 08:25:33 -0800 Message-Id: <20230222162539.127103-14-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal ctxt_type == DPAA2_SEC_PDCP && sess->pdcp.hfn_ovd) { uint32_t hfn_ovd = *(uint32_t *)((uint8_t *)op + sess->pdcp.hfn_ovd_offset); - /*enable HFN override override */ + /* enable HFN override */ DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); DPAA2_SET_FD_INTERNAL_JD(fd, hfn_ovd); @@ -267,7 +267,7 @@ build_proto_compound_fd(dpaa2_sec_session *sess, if (sess->ctxt_type == DPAA2_SEC_PDCP && sess->pdcp.hfn_ovd) { uint32_t hfn_ovd = *(uint32_t *)((uint8_t *)op + sess->pdcp.hfn_ovd_offset); - /*enable HFN override override */ + /* enable HFN override */ DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); DPAA2_SET_FD_INTERNAL_JD(fd, hfn_ovd); From patchwork Wed Feb 22 16:25:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124394 X-Patchwork-Delegate: thomas@monjalon.net 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 321D441D40; Wed, 22 Feb 2023 17:27:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F3A043106; Wed, 22 Feb 2023 17:26:06 +0100 (CET) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mails.dpdk.org (Postfix) with ESMTP id 48FFF430DE for ; Wed, 22 Feb 2023 17:25:58 +0100 (CET) Received: by mail-pl1-f169.google.com with SMTP id i10so442876plr.9 for ; Wed, 22 Feb 2023 08:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=voC14taMmWl9MzNcpENHcoeV/2VvToOAC7INXKjnuTQ=; b=uQqHOopm5GH6duuwaoA/itEPRx5IKb/ftEqnAJdRttVtlidGXUZixjHPWFcmhG2LaX tqaCTJP5yfpxIe+k+kPjDsx4xbrhEn3XMbDGH+RaLWcf276onNUWLSGZe+sks72gaHz4 TiExuSkXe4zI77lZG+ZDalk0IaQHkamUCmYdeuJd8pxy2Gwx0TiHqFF/oosYzRurdHOs OWK6yRho+g6eb1do+OE0b66CuQMrYM57PV238oiltIEt4Y8VM1qMoBR4fRGoJN0FoIaM 4JJYVkELIeIb12FEpyPIwx/sMn/zIpGr3Hlb+arbzi87KH+7E8Gvi6Xf9rmMWjxpb3t8 vC3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=voC14taMmWl9MzNcpENHcoeV/2VvToOAC7INXKjnuTQ=; b=3py0Z5uQOhtBzilIaaw0BMJ6OA/vlCodZDpK5FNZcbf91u1zFxyNAolNBqoeAa4Ihn f9ds8Ylwnx8yJfK1d0lBebOkZ3KINzvInR7W4319zCh48wjpQrM1Yy6yUUgCyLAgqEqJ oAxNBF7Z7aJruZNrg4o8Gh2tHk8hRhzWRmBMUxDZqXMZn2eGmp0wFHvM0bd2jdSqYTIq INJONOggMhXknPSXw1YBCpRfzPida5w5jfpR/QMqy/f13/n5bGy9o1Amqb/r7O8QMlvN NfMUYNVs9MTE/xysQN2mHjpPS6aPgj7yzbAPViXrkSYQQITDz8W+p5YYHZTtc+UtXXH2 KQZQ== X-Gm-Message-State: AO0yUKWJCYdqYLMKAHlew6hYnqk3b8re4KehJ+eAoqrudsagPyouY/VK oUmgbyYbNHTWqmaCUDrxUZRKLky5iV5oCHO7ZKA= X-Google-Smtp-Source: AK7set+S/eAaJarbbv2IdTv5OYEIssa/0izs2ZKWnkNeSnUgLkxSDaQJ4NgULfZ4g6JIwBMqOor3Ig== X-Received: by 2002:a17:902:da91:b0:19a:7b43:c03c with SMTP id j17-20020a170902da9100b0019a7b43c03cmr13193641plx.42.1677083157182; Wed, 22 Feb 2023 08:25:57 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:56 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev , Vladimir Medvedkin Subject: [PATCH v4 14/19] remove repeated word 'groups' Date: Wed, 22 Feb 2023 08:25:34 -0800 Message-Id: <20230222162539.127103-15-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- app/test/test_ipsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_ipsec.c b/app/test/test_ipsec.c index cf71f99b964f..c2a52ec30527 100644 --- a/app/test/test_ipsec.c +++ b/app/test/test_ipsec.c @@ -943,7 +943,7 @@ crypto_ipsec_4grp(uint32_t pkt_num) { uint32_t sa_ind; - /* group packets in 4 different size groups groups, 2 per SA */ + /* group packets in 4 different size groups, 2 per SA */ if (pkt_num < PKT_4) sa_ind = 0; else if (pkt_num < PKT_12) From patchwork Wed Feb 22 16:25:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124395 X-Patchwork-Delegate: thomas@monjalon.net 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 6219D41D40; Wed, 22 Feb 2023 17:27:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F9FE43124; Wed, 22 Feb 2023 17:26:07 +0100 (CET) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mails.dpdk.org (Postfix) with ESMTP id 320DB430DC for ; Wed, 22 Feb 2023 17:25:59 +0100 (CET) Received: by mail-pj1-f50.google.com with SMTP id h17-20020a17090aea9100b0023739b10792so3677089pjz.1 for ; Wed, 22 Feb 2023 08:25:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=W7LdttgQp5oZ/UP3hZttpxzld37TRxlbGGcEU7PGOW4=; b=Vv2U9HglJdwiBaUVEfQMgALKtLqgUBccQxv/LBnkz6/O2GbLxruB9IYhxGmAgwGXjK gwOSPw9ht5Red3sHcursYo1F3GLjh6Z3pQqNFZ73oU1k6zJNAImYnhx516+bJdVuMm/2 yNYO68k+017j/iFmLw4xhTe19GYnJrDuZSqXurpoyHdCwci/7YVfSKkow8Myxiki7TBM Pwl3UekK3gUL3CVG2rqFrE6yjCd+VSePUlWpA3yWUtdgEBqjzeqW/ecSiQUzj4sj8t51 BTmqH1SvSE3rfnN93VPPSxNk8/89jr8Puc1St1diiuGPBSCECExRntT1XRe4LqJXGBRM +m9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=W7LdttgQp5oZ/UP3hZttpxzld37TRxlbGGcEU7PGOW4=; b=tjbEpMEhOWx1Lpv3He0gP7II0qGhvGPqzmFhpEU0mZd38rHkIs5Qsi56rzHwzhb9Wx M9SkRa1e/N1cnzSurUihWLx69exgdSGnYxhv8tFPfy/tnyFU3Jia0rUXtDvg4BSqgowR R4QxPVpD+b5vT1gxy2y3FeRAkTOwlXkKJIIQkYARh1FAiGQkr8TPjkUZSaL8enMqlydd E9zVGnv9WDM5wNKlsj1E6wBbT/QvPghaGXLtiNnuxje0nksNE87+4/8X+bHcG1qzlUB1 fwujWC2F2DLjagkqw0uzlo+ZK/VZZTBv5UzrCTzLcFnIJqxTN2juNt2ivduOtvC8VtO8 Y7qQ== X-Gm-Message-State: AO0yUKXenrVYZ/HqF3tTNWss4erKSbgwGXAeykssRgi+5mSDCTHAXQih 7FFcPGyqHflgTLGFj9oeKiO58/N1VcCDVznPTW0= X-Google-Smtp-Source: AK7set+yQ7c9jTSyPZ6y8KzdxdSM+VMHnXHENVMsFTwxrCHlQcZPJToD4RNTzqqlTyWbmbze66xUiQ== X-Received: by 2002:a17:902:ecc4:b0:196:8292:e879 with SMTP id a4-20020a170902ecc400b001968292e879mr12509125plh.1.1677083158135; Wed, 22 Feb 2023 08:25:58 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:57 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rasesh Mody , Shahed Shaikh Subject: [PATCH v4 15/19] remove repeated word 'page' Date: Wed, 22 Feb 2023 08:25:35 -0800 Message-Id: <20230222162539.127103-16-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- drivers/net/bnx2x/ecore_fw_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bnx2x/ecore_fw_defs.h b/drivers/net/bnx2x/ecore_fw_defs.h index 6fc1fce7e29c..ab1abf6b34b3 100644 --- a/drivers/net/bnx2x/ecore_fw_defs.h +++ b/drivers/net/bnx2x/ecore_fw_defs.h @@ -341,7 +341,7 @@ #define TOE_STATE (TOE_CONNECTION_TYPE << PROTOCOL_STATE_BIT_OFFSET) #define RDMA_STATE (RDMA_CONNECTION_TYPE << PROTOCOL_STATE_BIT_OFFSET) -/* microcode fixed page page size 4K (chains and ring segments) */ +/* microcode fixed page size 4K (chains and ring segments) */ #define MC_PAGE_SIZE 4096 /* Number of indices per slow-path SB */ From patchwork Wed Feb 22 16:25:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124396 X-Patchwork-Delegate: thomas@monjalon.net 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 F057341D40; Wed, 22 Feb 2023 17:27:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB4864312E; Wed, 22 Feb 2023 17:26:08 +0100 (CET) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) by mails.dpdk.org (Postfix) with ESMTP id 315FA430C1 for ; Wed, 22 Feb 2023 17:26:00 +0100 (CET) Received: by mail-pj1-f51.google.com with SMTP id m3-20020a17090ade0300b00229eec90a7fso2131976pjv.0 for ; Wed, 22 Feb 2023 08:26:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=adOUS/l6XYHTJ629W0n0YmA1zFK3w2xnqMt7cT7960M=; b=p3diqQZCVPvtexUsIyCcBOEmH/CS3lf2gDB/8qczS4/HjtwYY8fHpr6Ls4Yu6JoJcD ePJ2XxhPbP01T7ZUjvmqEOXkmGgxNb6LnApJLT11rjirC7gcw9fQyXknJCewfGLag9q/ 8bQLI3fxpX/Zkd+Ak1RwW4i/EtTQdxe206tiqR7Lomv4JN1iBNdmjxrLbvlArynQJk17 OCrhB9aNlmJmIHPbHFI5yY7Tt7WPHp1gZVvaR+eXZnrVB8aJp3KkdUa97VUtgHxGo7qJ lofNU6RIm1mg7liX3l/7LTzFktTyZoNPiqk0jb3SXenLUo0OtO8PElYeeuaCzVhWfnRM KYvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=adOUS/l6XYHTJ629W0n0YmA1zFK3w2xnqMt7cT7960M=; b=BolRdSz/aVMQKxOU8T0Vt6+YNdUsECfNkblGZKSayRayGzLq9iWBcMZzEkzmaLptP3 0dfzCbLtAQ3WIFsUnZDCjfBP0GYVwzh9uUuGQ0GbRTlDIeiXlYKefMr90ef577L/gIEe 9oyXBaZKUhMKNIwAKDDdVhrIWPGQRGxK+z/RbgC96yPBTjq2RRaYfzjb4iEdpMjUnHkL QkZgAJm30Mx1YFpxaTO+tXsOW1et5jJEixeckqQ21C8qdKNixHvYdR8Q38IitepZo5xy XropIXZvQCqRawqxZNsWCiAYmWA80TQTYc0DLvEHqq+xVvQOgsQOYydZqmNIkLmXjg2P 54ag== X-Gm-Message-State: AO0yUKXXcsJJHZqwr6UR5i6CZXPQYb7NwVY1Rjj99g3/7agf2d+G/zCx ZWNJ4p4QGy1vMKTcCUPltl5VTJnr+RPIo6FW+LA= X-Google-Smtp-Source: AK7set9tg7sDAl14kNK5xfufKsWdZ81pJXFJ86QlMiVtULuBf/JQ6Az/at0UbJvkQn01Nad9x/+hhg== X-Received: by 2002:a17:902:dac6:b0:19a:a210:825 with SMTP id q6-20020a170902dac600b0019aa2100825mr10635297plx.20.1677083159107; Wed, 22 Feb 2023 08:25:59 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:58 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rahul Lakkireddy Subject: [PATCH v4 16/19] remove repeated word 'individual' Date: Wed, 22 Feb 2023 08:25:36 -0800 Message-Id: <20230222162539.127103-17-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- drivers/net/cxgbe/cxgbe_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/cxgbe/cxgbe_filter.h b/drivers/net/cxgbe/cxgbe_filter.h index 46ebf833381e..6e099a5c1cfc 100644 --- a/drivers/net/cxgbe/cxgbe_filter.h +++ b/drivers/net/cxgbe/cxgbe_filter.h @@ -28,7 +28,7 @@ * (value, mask) tuples. The associated ingress packet field matches the * tuple when ((field & mask) == value). (Thus a wildcard "don't care" field * rule can be constructed by specifying a tuple of (0, 0).) A filter rule - * matches an ingress packet when all of the individual individual field + * matches an ingress packet when all of the individual field * matching rules are true. * * Partial field masks are always valid, however, while it may be easy to From patchwork Wed Feb 22 16:25:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124397 X-Patchwork-Delegate: thomas@monjalon.net 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 7852041D40; Wed, 22 Feb 2023 17:27:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA8BB43140; Wed, 22 Feb 2023 17:26:09 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id D34B843063 for ; Wed, 22 Feb 2023 17:26:00 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id c23so4679840pjo.4 for ; Wed, 22 Feb 2023 08:26:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=++GeH+Gp6jmJ2GcJda/nz4MVXl3FbZMUUTZwvd3CE+8=; b=wymLU0BM04giFBpE1MfaIS+VVUzgKJJyLbTt9jf5LEtrbUK/7Z7I2ieobh5yGaZ1iN trf7Unpz9NqdYWqEw9xi0V/kBew4falmHbVMpNfWxDi6LVrTY217mOz8Gu93zpQtRMTF dKx9jNa1GEmlRSBxIlNRA6Yo5BX95m8WafGPmtBCU0Bgz1pEeJl3kzlchkUoiRBVX73r iZ5S2joTbVdM8GQ8lOJllV5RNjboHVWU8rCClNzKb8QizOANTuy1hlCniM6unvKWIO1S AXvYsiUx0sUMAuW/LY/xatVt8CFcjccafIyt4MXCReWnUyTdvclVMkpA3Wiy2ewPHT+Q UhwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=++GeH+Gp6jmJ2GcJda/nz4MVXl3FbZMUUTZwvd3CE+8=; b=6+JCsuPVgxdfsBQrJqF986n+TTvMq5wW9Og/ER5bMdT7ohpww6vYNR5BRzr1Rwjze6 atlk1qg8irvKdm+GvoPZ7z5ub1orXFojO9RQuxNHu8Q1yaO294Nixu5zWlC37ZGFNhLK 4JHMfldv1BsMC45gIBF8AoFUb7TlQQSQHa5eTary5JioNLdnxo3rlCT+ZEeQpAYiHC4h RmwPA4/196+U5R9xJq0tKMW7MYK+lc0rOMBr9ag1wSHsugx28TK+jfqPBQDOR8DJN0Bd YO/tSwrWT7GR+S6ITNbgzPIp6ZL/5wztEKCwDfANe9QUOO1e/2rp4OGMAdrNBSBhzAob xRrA== X-Gm-Message-State: AO0yUKXnQH9o+mIEJvhDdFGMl1sseB5c1Vl4WKm6qFQSNNx8IEAowxq7 Hugm2PaNdiWzFVHPTdDroTkDTas/zsp+DFGDlH4= X-Google-Smtp-Source: AK7set/kv3rIHOayI27yxacp+KTWKbua89yikbM3RI++6x2YemrACrmEQE+Ei/zHb2gfqVxr7sLz1A== X-Received: by 2002:a17:902:ccc4:b0:19a:80f1:35e2 with SMTP id z4-20020a170902ccc400b0019a80f135e2mr7482129ple.4.1677083160083; Wed, 22 Feb 2023 08:26:00 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:59 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Subject: [PATCH v4 17/19] remove repeated word 'expected' Date: Wed, 22 Feb 2023 08:25:37 -0800 Message-Id: <20230222162539.127103-18-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- lib/bpf/rte_bpf_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bpf/rte_bpf_ethdev.h b/lib/bpf/rte_bpf_ethdev.h index 135062c9e13c..1cca2e6c95a2 100644 --- a/lib/bpf/rte_bpf_ethdev.h +++ b/lib/bpf/rte_bpf_ethdev.h @@ -99,7 +99,7 @@ rte_bpf_eth_rx_elf_load(uint16_t port, uint16_t queue, * @param prm * Parameters used to create and initialise the BPF execution context. * @param flags - * Flags that define expected expected behavior of the loaded filter + * Flags that define expected behavior of the loaded filter * (i.e. jited/non-jited version to use). * @return * Zero on successful completion or negative error code otherwise. From patchwork Wed Feb 22 16:25:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124398 X-Patchwork-Delegate: thomas@monjalon.net 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 4DFDA41D40; Wed, 22 Feb 2023 17:27:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D25C743146; Wed, 22 Feb 2023 17:26:10 +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 1290A43114 for ; Wed, 22 Feb 2023 17:26:02 +0100 (CET) Received: by mail-pj1-f41.google.com with SMTP id qi12-20020a17090b274c00b002341621377cso9290189pjb.2 for ; Wed, 22 Feb 2023 08:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=a1KlmHbsRzZ/aCaFWAO3EdZzXCOg0NZqqInjmOsugWA=; b=LIYPNCWQ66DorFLGaKsw+k0bX1uJT+TUa+IyfH/BFhfiqQbNTNzYl6tEPiUNc1KdKt qSkLzrw5oB5PRMilzv3Q5Q0Xn8wOdi6NXt6U8gDHtbIxMGY40LVATd1OEvFnWSwIIhRo o2eqsX9BZmioBXTdH0wN8FDVpOD8ySfmW+M3GFebKpRuP4SjB6ILXcsA8U3UkhXvq6cY AAOLEAaQ+DfRehNZYKFidhA4ODeUPymJQzjjOqQE5hzhXoXX4qEKAJAvsX/HnoDlp6JY mgt4hsI26p2Zo5F55DKUNfnBdahoQECoRxRHZ+vLE3CDihMHwKj7oZjRFQ4Nwomiv1Tp wMiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=a1KlmHbsRzZ/aCaFWAO3EdZzXCOg0NZqqInjmOsugWA=; b=dymwkt3f+VUs3cheeTeuzxSum715rS1Jd9LzKJC03++K4oSbTR7kjnkN4FrvQ8A4bZ feUtETxyJ28BrTkPgYc6rNFky+kAsQLnBckmVbvIILKcM1DMjCzv75Dsm5X706buneM4 UDH02PfFFr7DHfBC+gh+dlf/lEQvMnFi7Xo4aYLoYJddy4EKP3yCC0Id1s5JizoCnjDq MxUejKb459d8n5EIdbDMXJhbDVVDfCYKbibd3Ea1f1NPa4qznu2EXCgJBWislOJDbUN5 BoLCYyytJ8+zt6pP2MqwW94KS9zQo+EIy/r2zM2letoXRKn1kV2RehAXUY+EpZBd4tgs zS8Q== X-Gm-Message-State: AO0yUKVZLqsraLe6bWfMbifATP7eiTKKqrKJXCdL1X8IM3cnuZSkIYyt N/crbXP1SzHqEbbLWSucyO80OuihY3CYufL59sc= X-Google-Smtp-Source: AK7set/igHHV1JLqEt2iV6Htm29LgAUza2bhIrnyP6G7UcLjSf2hVEn/WyFs3hJba3gOOc8eCnhBbA== X-Received: by 2002:a17:903:244c:b0:19a:95ab:6b63 with SMTP id l12-20020a170903244c00b0019a95ab6b63mr9300718pls.66.1677083161008; Wed, 22 Feb 2023 08:26:01 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.26.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:26:00 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Devendra Singh Rawat , Rasesh Mody Subject: [PATCH v4 18/19] remove repeated word 'be' Date: Wed, 22 Feb 2023 08:25:38 -0800 Message-Id: <20230222162539.127103-19-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: Devendra Singh Rawat Acked-by: Rasesh Mody --- drivers/net/qede/qede_filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/qede/qede_filter.c b/drivers/net/qede/qede_filter.c index c5945451e876..e547b24a73bc 100644 --- a/drivers/net/qede/qede_filter.c +++ b/drivers/net/qede/qede_filter.c @@ -535,7 +535,7 @@ qede_udp_dst_port_del(struct rte_eth_dev *eth_dev, qdev->vxlan.udp_port = udp_port; /* If the request is to delete UDP port and if the number of - * VXLAN filters have reached 0 then VxLAN offload can be be + * VXLAN filters have reached 0 then VxLAN offload can be * disabled. */ if (qdev->vxlan.enable && qdev->vxlan.num_filters == 0) @@ -564,7 +564,7 @@ qede_udp_dst_port_del(struct rte_eth_dev *eth_dev, qdev->vxlan.udp_port = udp_port; /* If the request is to delete UDP port and if the number of - * GENEVE filters have reached 0 then GENEVE offload can be be + * GENEVE filters have reached 0 then GENEVE offload can be * disabled. */ if (qdev->geneve.enable && qdev->geneve.num_filters == 0) From patchwork Wed Feb 22 16:25:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124399 X-Patchwork-Delegate: thomas@monjalon.net 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 6019D41D40; Wed, 22 Feb 2023 17:27:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BAB54314D; Wed, 22 Feb 2023 17:26:12 +0100 (CET) Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by mails.dpdk.org (Postfix) with ESMTP id E8A8C43112 for ; Wed, 22 Feb 2023 17:26:02 +0100 (CET) Received: by mail-pj1-f53.google.com with SMTP id nt5-20020a17090b248500b00237161e33f4so6936431pjb.4 for ; Wed, 22 Feb 2023 08:26:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=PE5xuoDUtQH0Ve6Yn8qGQPdHg8/QB1VXl4joU7xk8Jg=; b=Z+aO68yPoLzWQeRpS51AMea0zwBqMpGHnYxpJGXLD1jtd6c1W9BXQxr7uTnyCMlBLQ 0bkfgdK8E3H+5NpsmHfIZv6NSv5+J+dcXsf3+VvNXQFKZxfVovh2T2jI8Q2gRY6TQXKZ BrYvw2VkHkDyI5yl8Ibv1++X2vsk4aUOy2ZdafuwUOXR03mtyLc+iHUEB0vltycV/igY 6ygVQhThpn1fkT0nJcmhxPNohHLZRGSStCViHDmoUVrAlyTlwxIavxLf0lT1eFAyppHS d6xJit3CIaIgo17GlnPzS/HAScehNlFFa9LD8HCArH/qTAxFLrKa9BJuQ5N2KyddCazS RMCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PE5xuoDUtQH0Ve6Yn8qGQPdHg8/QB1VXl4joU7xk8Jg=; b=27WGCH5WgqRT2ac06LjgTtMJwh/4lNDpIT9Smi5+Xc2LBAWgUwYXkpCALmUz4B9zb+ sBh5UI9jKgS4C2SdeaAVNIq2LY8zlc4GQuPx5iNJOEXLFL+XNuiUGukh6OpoPHjpRutO lMMZ2LagqEgnkVRpi7z5h/1r0i3gLQYz2AUegTqguBsa3FMzAzK3V9RdgJ2vSbho7Rnf 14G/JLPyFr9ZZS6Oef+wn6jm4xCeg3RoRMgogf28JPCZt7r4aK0+RwVSUsFk+BVHvFm7 MVwtWiAn6gr0QEJdBlFNqjtGA8p/DtQk/M+7QgMHVQ0K9P6aYreyeOk/GNzCq7MmkteI KGTQ== X-Gm-Message-State: AO0yUKXeOuqJjkhaXz5w5pUPyCUWHIXjYv2Gy5ShSC2WO+aIGW0FXdyB lzwUenFWEulgUf+Cm04WF02e5aiQ0kTOIN3uxF8= X-Google-Smtp-Source: AK7set8DxSFhGChx0rIRNXw6lbGv56wmbW889nCkcdrrf+NRFS6vYDquv6TJRInp3gLUJIHjQ+Gp/g== X-Received: by 2002:a17:902:c943:b0:196:5787:d73a with SMTP id i3-20020a170902c94300b001965787d73amr11177856pla.53.1677083161882; Wed, 22 Feb 2023 08:26:01 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.26.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:26:01 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rasesh Mody , Shahed Shaikh Subject: [PATCH v4 19/19] remove repeated word 'all' Date: Wed, 22 Feb 2023 08:25:39 -0800 Message-Id: <20230222162539.127103-20-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- drivers/net/bnx2x/ecore_sp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bnx2x/ecore_sp.h b/drivers/net/bnx2x/ecore_sp.h index 1f4d5a3ebe29..c0b4d431c879 100644 --- a/drivers/net/bnx2x/ecore_sp.h +++ b/drivers/net/bnx2x/ecore_sp.h @@ -787,7 +787,7 @@ struct ecore_vlan_mac_obj { /** * Delete all configured elements having the given * vlan_mac_flags specification. Assumes no pending for - * execution commands. Will schedule all all currently + * execution commands. Will schedule all currently * configured MACs/VLANs/VLAN-MACs matching the vlan_mac_flags * specification for deletion and will use the given * ramrod_flags for the last DEL operation.