From patchwork Fri Jul 22 21:40:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114119 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 15A47A0032; Fri, 22 Jul 2022 23:41:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F8F0427F9; Fri, 22 Jul 2022 23:41:13 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mails.dpdk.org (Postfix) with ESMTP id 0DCFA40156 for ; Fri, 22 Jul 2022 23:41:10 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id w185so5503054pfb.4 for ; Fri, 22 Jul 2022 14:41:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=eFWYTDYv0Y12xmVUzi4jSyFFSME3lHHVSWivfDUJFEo=; b=F/rNkKaH3IYNvZX1/urYKjppNqJkBqILx++evHel++LjcXoV6QjereJZHlmLdbEBF6 V34py6X5BCltibpmVqllFXRKWdEFMYqXoXIWJZp5LK/cLg4Tli3sdqCylA+ew/il7JVp CZqANsmSxjrPISEN4a5Rt6Ca0MPW+MP/FgsFAQAWkZJf9Aqe2EWmB3hxiZ5OlSCyhBMv yzRtccD2rqrauMRPQhyjBrfWS+jG5MY3dcqgAks+EUtL9Tjd7tfVSiE0YnSnE6qExMgk fJteeIFNrVKouV9lNe61v9ur7e4gtCDdJQI+8lG1IjySfzpFw48QIN+/JXEe7b47XpHo w9YA== 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=eFWYTDYv0Y12xmVUzi4jSyFFSME3lHHVSWivfDUJFEo=; b=E+t3jUQr/I91OrUTkHkSMhmkyhi17+tiOVqQptOs2n0ofzSK/PuKkDLZBTLJsruSA1 vFroZdLBjd0WTw0q5ztjifjQdnpmJ2+FvsXFdyUROPreCfEL2H+MoPNfhNmLER+iwyI7 1VmoxpiGSw4Um8s4QrwEi5I9OibEB6NIVqx7IIH9ARN/tYgB7LwXnUBoFxJ4aqhOfrvJ HP8soF7yP5P94negGNq+apUspg4HvAdHECyER+SYGNS5PZYOW1tL0/T0tqrV9AW31xUS 2V4ni8uTbr2RD46v5GwCMK6hC1jCHtP9AhbO2wPKSwiWHNrQO66vshbVn1cl8JDAFQqx jXlw== X-Gm-Message-State: AJIora88P9ycxezfhqrb2sl4dqtnd1uCaccBqSFqKCajzLEi+u+YLumR V86iKh6CGPptPFfsipBDa/fhDIaXjG+3Jw== X-Google-Smtp-Source: AGRyM1vT/YKStsTGbEhUEdmPc8jt3QkSwfU1W0yANUT4Q1q8nZy0whLEm0YNP7c3TSj3zjQSFezEEQ== X-Received: by 2002:a63:905:0:b0:415:fcde:2423 with SMTP id 5-20020a630905000000b00415fcde2423mr1549867pgj.374.1658526069980; Fri, 22 Jul 2022 14:41:09 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:09 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Andrew Rybchenko , Cristian Dumitrescu , David Hunt Subject: [PATCH 01/11] remove duplicated 'to to' in messages and comments Date: Fri, 22 Jul 2022 14:40:56 -0700 Message-Id: <20220722214106.162640-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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_resource.c | 2 +- drivers/common/sfc_efx/base/siena_nvram.c | 2 +- lib/pipeline/rte_swx_ctl.c | 2 +- lib/power/guest_channel.c | 2 +- 4 files changed, 4 insertions(+), 4 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/drivers/common/sfc_efx/base/siena_nvram.c b/drivers/common/sfc_efx/base/siena_nvram.c index 05ca4bd83dc9..ebcd3487b631 100644 --- a/drivers/common/sfc_efx/base/siena_nvram.c +++ b/drivers/common/sfc_efx/base/siena_nvram.c @@ -532,7 +532,7 @@ siena_nvram_partn_get_version( : MC_CMD_NVRAM_TYPE_DYNAMIC_CFG_PORT1; /* * Ingore missing partitions on port 2, assuming they're due - * to to running on a single port part. + * to running on a single port part. */ if ((1 << dcfg_partn) & ~enp->en_u.siena.enu_partn_mask) { if (entry->port == 2) diff --git a/lib/pipeline/rte_swx_ctl.c b/lib/pipeline/rte_swx_ctl.c index 710e89a46a26..9b7bf5e0fb01 100644 --- a/lib/pipeline/rte_swx_ctl.c +++ b/lib/pipeline/rte_swx_ctl.c @@ -1582,7 +1582,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 Fri Jul 22 21:40:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114120 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 17B91A0032; Fri, 22 Jul 2022 23:41:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0879C4282E; Fri, 22 Jul 2022 23:41:14 +0200 (CEST) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mails.dpdk.org (Postfix) with ESMTP id 6391C410FC for ; Fri, 22 Jul 2022 23:41:12 +0200 (CEST) Received: by mail-pg1-f170.google.com with SMTP id f11so5407962pgj.7 for ; Fri, 22 Jul 2022 14:41:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DJDNWBYUmq7IChgH5pGuriYy8q8/JIUuyL+Y9WouN08=; b=gW8FWrGa94uK0Hqs8U6wejUbB7GbMEBUpENZ6FLapav62DS2m+06tTBPgGLZP5Laom p/UygGty4j2V1c22T0gjoGcTSHbRh9YuaocLIdcMKqIcCNq9v9O9Ln+24l5We6w0sf4G m9TcvU6Mu4T9IDWz8KzMIlfQxjl8NIPkq7PSbCcdOKRir/U/ppbbZdRBbz87vPnpKcgu FDgFZV4tp5w/YKBCC3B6R2q/9VTwDkHFxS0A9QQYkN7PqDUSW8zaJeQihGTifv6z3oAA mECF94N+ckCNLwxk7aXOuRLrTHuRC1RkpYd2TnyzRHCOJRQeNrl1k1OX81wdpl0j3T5K 9XrA== 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=DJDNWBYUmq7IChgH5pGuriYy8q8/JIUuyL+Y9WouN08=; b=Rz3Gqt15+h91VGCLi74BjJbKGEuAOQFDmYpgbefAqXv3/y77XWltlRif7rpD/u3rl/ tV78WTw5jFAfX8Ccm3T4T/M/lRBQR2TygdUmrh0HT04jvTDMjpYC+k87s0DEmirZqv92 dRq1QVkuW/FmKf0pjV2GaQ/x8l13W4Q0J5UwlvyrdUJPfn4hSPTSfejBrNZN+jWRG0VS 4UFK5//I6KL7BFyR+zwNzqKpdVd3fYr9yxKvydOavLcNCwZyZyaUE3zdEWMH/KFyYqXx 5jBgVE3C7PDxiMAtbLs0QuDlREwWhmEXz4olCWPAI2IUPbCzpDeziKNDLk/2speepGj8 jOzw== X-Gm-Message-State: AJIora900fEnGYEiqnjeHeUAAejqfzmNLDhae7udj3ahk7gy3BfKNpXP TT+uAtOjYxImAdaL6t6JBY4CrqfkPGS4MQ== X-Google-Smtp-Source: AGRyM1uNEWDe7HdaSuKtWLNeTRoK5xW3HtLpRWaWGunAXsgmcN68ubpe1Pb0FXYJh+clBu3vA3gT1Q== X-Received: by 2002:a63:4081:0:b0:405:4f9:e802 with SMTP id n123-20020a634081000000b0040504f9e802mr1503972pga.211.1658526071312; Fri, 22 Jul 2022 14:41:11 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:10 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Andrew Rybchenko , Olivier Matz Subject: [PATCH 02/11] remove duplicate words 'is is' Date: Fri, 22 Jul 2022 14:40:57 -0700 Message-Id: <20220722214106.162640-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 scanning for duplicate words. Signed-off-by: Stephen Hemminger --- drivers/common/sfc_efx/base/efx_regs_mcdi.h | 2 +- lib/net/rte_ether.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/common/sfc_efx/base/efx_regs_mcdi.h b/drivers/common/sfc_efx/base/efx_regs_mcdi.h index 2daf825a366e..f3ec456864f6 100644 --- a/drivers/common/sfc_efx/base/efx_regs_mcdi.h +++ b/drivers/common/sfc_efx/base/efx_regs_mcdi.h @@ -7992,7 +7992,7 @@ #define MC_CMD_SENSOR_SET_LIMS_IN_SENSOR_LEN 4 /* Enum values, see field(s): */ /* MC_CMD_SENSOR_INFO/MC_CMD_SENSOR_INFO_OUT/MASK */ -/* interpretation is is sensor-specific. */ +/* interpretation is sensor-specific. */ #define MC_CMD_SENSOR_SET_LIMS_IN_LOW0_OFST 4 #define MC_CMD_SENSOR_SET_LIMS_IN_LOW0_LEN 4 /* interpretation is is sensor-specific. */ 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 Fri Jul 22 21:40:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114121 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 8A3CDA0032; Fri, 22 Jul 2022 23:41:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04E8542B6F; Fri, 22 Jul 2022 23:41:15 +0200 (CEST) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mails.dpdk.org (Postfix) with ESMTP id 6DB7542825 for ; Fri, 22 Jul 2022 23:41:13 +0200 (CEST) Received: by mail-pj1-f43.google.com with SMTP id n10-20020a17090a670a00b001f22ebae50aso5259699pjj.3 for ; Fri, 22 Jul 2022 14:41:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=B5Eai66ZW2h65Sklv4hzoSGiLvDjnOev6mP6F6HK+wA=; b=RYiVpmCgPfUUeJOfmOZ94beBT2x4ri4dikgw8xVrQTM63B0OhOwdImFG8iheFGZxQT 3p2WDx1naPrdWNtSguIxK7I8lx2daGVqLRx/0egop0mxwGKmy5IfVRthQH4IZhCtZ/vr +z2PsY9OU0m9OMI4wv/FqudRo+cID4aILgXPLSlCKgRfruFYM3qM36jkDXXU4H7g784i sBw4dHUsR+9jP7XMjTmUhb/qZ1OHP3u66w+teimLdiERVLWwYHbdVM3wEUEyPerO1evL 8iHE/TbjIBzjjh6ee7PwXShuHhqfwgEE+gv683WT+yPlm5jg8IM/Nck+qvn6tov15mRw RJ8Q== 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=B5Eai66ZW2h65Sklv4hzoSGiLvDjnOev6mP6F6HK+wA=; b=gTWekVOUrjZG+BfjWZLLuIkxYgjcIlmxZkHwbvX2NajwE4ptyXXKott9zZC31hhzWC /r7UNny243NlgJsaa88cmsI9DszyZ74Q/KXpVcBiHt4F7T5FXXsjGTNMOfxpXByVIkE/ SU5hzs3EuttFxHUUbovyact5dqZomwcVU6B1ZeiMe3QIURKHy7VxIjBiUpAKAFdZ+7CF pUNyCzwJC2erNNrzmu59suNb1kMK3n0WrDBg3fr98wGLMyNOe5Y64IXtMqY4Ysf1ZuBs yTfPvA/puj+PxbaLSQSnFzUKRxVlHeYoNEaA7TcEZbw/D5aGqokELfglUQ8lYcCHpD8U ntQw== X-Gm-Message-State: AJIora/BS43FEuyynPlALGbWg8Y5eAdgnJtsQizipKPx7mIQGcvsvxf8 fHkLwMFO4hGzfsYMgFKzczvgx6hUDDzj1w== X-Google-Smtp-Source: AGRyM1uD4zWyLwK2CnLy0MN2V4Ropsf2GJs8hNg6mL9qtIg35uxh4BuPhHmc+Sz853EhieJmTHlhNg== X-Received: by 2002:a17:902:f681:b0:16c:1fcd:eff7 with SMTP id l1-20020a170902f68100b0016c1fcdeff7mr1481746plg.86.1658526072150; Fri, 22 Jul 2022 14:41:12 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:11 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Zyta Szpak , Liron Himi Subject: [PATCH 03/11] mvnet,mvpp2: remove duplicate word Date: Fri, 22 Jul 2022 14:40:58 -0700 Message-Id: <20220722214106.162640-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Signed-off-by: Stephen Hemminger --- 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 eef016aa0b65..fc13b2547f31 100644 --- a/drivers/net/mvneta/mvneta_ethdev.c +++ b/drivers/net/mvneta/mvneta_ethdev.c @@ -350,7 +350,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 735efb6cfc06..19a4e3b8c329 100644 --- a/drivers/net/mvpp2/mrvl_ethdev.c +++ b/drivers/net/mvpp2/mrvl_ethdev.c @@ -858,7 +858,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 Fri Jul 22 21:40:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114122 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 688C2A0032; Fri, 22 Jul 2022 23:41:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4CBB42B74; Fri, 22 Jul 2022 23:41:16 +0200 (CEST) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id 218124284D for ; Fri, 22 Jul 2022 23:41:14 +0200 (CEST) Received: by mail-pj1-f52.google.com with SMTP id bk6-20020a17090b080600b001f2138a2a7bso7142876pjb.1 for ; Fri, 22 Jul 2022 14:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=I1+Lm/fsvclWddiT3bsPBVouXlKbAB02RfF8CIPGPCI=; b=RzIGjZB7KVOQ0eHAk/1YRFycDpc2XUF4lAUrOAgI/cIJUe7XkakR+1AlCQXyi5axPa aYUZ8VCkhFg2fmdCu42ZVOJ3Awzu3nhp8Eyy8F1BepBr5OrnTeMLZqqS6Qe3q7oGqDkZ HsAqypyE5hVDppL57UdiB3mq3rqABm9GHaw3zZX4P5oX86uK8irUSNVtV8i3J5iUIVTi CvJFSdQYn+tdR0e5nx4nXPSTku8uRpRea5V6lynUVaZ+nNuS3nEQ1fOzfXF5dGvb/UvZ yV8pyVIJyP1UqvpGZMUBXNjBkH+XSgas/5wPt6GRL8WO3FZS9dZzquHAdFlPWWk9Q24Y GBjw== 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=I1+Lm/fsvclWddiT3bsPBVouXlKbAB02RfF8CIPGPCI=; b=F9it3eq8F4PjDP/CzQF2K6O3WZ2drBct46Nfwm3o5ahtxvVbnN2aLvJMhNJD487toF byqosxmFJTcalM4Mw1G8VB1ZdwJ8+Lr49q6L4RSiOxwgQPAofyGaCWsNp4pXIk/5ZTt8 dWZSLY5Utpq0EOcOzjZogIENJcijmR9AjNzioISNh2klUc2aAc4wHtVaNeepqd2OJmiA k6WCkty6NIUsYehkSCNVO5O2nMfJKG+T7E7DE0vrl9g3MuKP7G5nR7zZi9NRnyvj+hIW g1+kwHZFMIUwpA0QO1MBx4YBcQwhvkMBl5OgTyVOm8CVS3HJV+3yh4gXyLCxP7MYDbo7 ImqQ== X-Gm-Message-State: AJIora9QU70QFRGyML0YWXu/BDv0DvZwCYoCLqE0Iy8jIRWDE3gqkUZE soGU0do0ZHguBsNqqRYnuHn035rMFl8HOA== X-Google-Smtp-Source: AGRyM1tAaGY31+AmOmCssmauJqEhPkJEJhsUd0xeC5RY4l7NFMQXTgST20Ks11QygJ15BiE1VYGLcg== X-Received: by 2002:a17:902:f78b:b0:16a:4ad:f359 with SMTP id q11-20020a170902f78b00b0016a04adf359mr1456982pln.99.1658526073154; Fri, 22 Jul 2022 14:41:13 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:12 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Chas Williams , "Min Hu (Connor)" , David Hunt Subject: [PATCH 04/11] Remove repeated word 'on on' Date: Fri, 22 Jul 2022 14:40:59 -0700 Message-Id: <20220722214106.162640-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 in a couple of places. Signed-off-by: Stephen Hemminger --- 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 Fri Jul 22 21:41:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114123 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 A18E6A0032; Fri, 22 Jul 2022 23:41:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD9F542B78; Fri, 22 Jul 2022 23:41:17 +0200 (CEST) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mails.dpdk.org (Postfix) with ESMTP id 7BD5842B72 for ; Fri, 22 Jul 2022 23:41:15 +0200 (CEST) Received: by mail-pg1-f169.google.com with SMTP id r186so5430923pgr.2 for ; Fri, 22 Jul 2022 14:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=x8b/2//pHnTxf/99DjIeeWbdZyNZk9riaXFUYlHQ7eI=; b=Myp0ekzcbfeaRDNgeTfEAo8rWjIHLgXSIZ4jo9TIEC3Y4+3qAh79SikDeH9jzQUW2H c7W5KD33xCeB8ttxnPNXyMgVCFNas+H/+6jlWo2x5RGhcbYiqKhbAdrjdP0RZSxOe15+ hy2iAyoTZppCkrMp1678mjXkqCNu7LDYKB2gslcv8g1NLgRvyL2HYCGXZq4qZbmKQLeI dz+Odsye17ozauB7F0DL5zSObZ8Q4LR7KTYvF8Uu3cXk53G9Cmo0iUNErkwq4KInfze2 62Hr3Yanauhm6Vv2r1pLXlD/kkVMdEmmyBCUZGgKp+5/ExDc1cQ/b/DXY5rXN75/+zD8 InpA== 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=x8b/2//pHnTxf/99DjIeeWbdZyNZk9riaXFUYlHQ7eI=; b=Opdkou1/YHn2oQSanVtTkpO5KD2kZBd/5GZ/zrm53yQFFOm7zbnuy4L+wK04muUZsU fzOOsY4wPQggTt5766GPreKSKerHhKrcxQTeawD8bdJIxqf8cJFc81Ji/j0UklT1q7bY NFSj0/yTRx89iTw7r/vFlHANhk4gHEPkamYCpCTZY0LqddiWl4g1o1xZV7ocW45K+GR3 gQeUMnzAdR/FrUXO/1Kl9JRWuI+Nxkem83t6qCA3pak4nVNAYmSBS8KYqkVMsHBD3e5d hPOdjfOHTv3HP/fYB0SwjKvVVcVT4cDHhX/gL8jKeEZI+KMLEEg2Pvr4xAanJvnajvbl oK+g== X-Gm-Message-State: AJIora+OiTABgE4hI7FblZYfGd8HpKZv+7OVRMlrYcKt4zV+ZnlaYq9A Xb59P/SyjSaYmL9I81HRYws13ZAF10V+5g== X-Google-Smtp-Source: AGRyM1sSRMhRLlAcqLnlaJ1YVwJnzWNcf0ydX6ZPHIYeWNF1KZQc/FMXWK2nd3SvXmwBk2O4GW6k2g== X-Received: by 2002:a63:214b:0:b0:40d:d4d2:2b5e with SMTP id s11-20020a63214b000000b0040dd4d22b5emr1460120pgm.531.1658526074109; Fri, 22 Jul 2022 14:41:14 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:13 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Andrew Rybchenko , Harry van Haaren , Dongdong Liu , Yisen Zhuang , Matan Azrad , Viacheslav Ovsiienko , Olivier Matz Subject: [PATCH 05/11] fix repeated words 'in in' Date: Fri, 22 Jul 2022 14:41:00 -0700 Message-Id: <20220722214106.162640-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Multiple files are incorrectly using 'in in' Signed-off-by: Stephen Hemminger --- drivers/common/sfc_efx/base/efx_types.h | 2 +- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/common/sfc_efx/base/efx_types.h b/drivers/common/sfc_efx/base/efx_types.h index 12ae1084d83a..a6123962f976 100644 --- a/drivers/common/sfc_efx/base/efx_types.h +++ b/drivers/common/sfc_efx/base/efx_types.h @@ -399,7 +399,7 @@ extern int fix_lint; * * (_element) << 4 * - * The result will contain the relevant bits filled in in the range + * The result will contain the relevant bits filled in the range * [0,high-low), with garbage in bits [high-low+1,...). */ #define EFX_EXTRACT_NATIVE(_element, _min, _max, _low, _high) \ diff --git a/drivers/event/sw/sw_evdev.c b/drivers/event/sw/sw_evdev.c index f93313b31b5c..7be9ac320963 100644 --- a/drivers/event/sw/sw_evdev.c +++ b/drivers/event/sw/sw_evdev.c @@ -244,7 +244,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 6b1d1a5fb191..29cff1946932 100644 --- a/drivers/net/hns3/hns3_ethdev.c +++ b/drivers/net/hns3/hns3_ethdev.c @@ -3904,7 +3904,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 8c93a3f2e5ac..674dc31cadd0 100644 --- a/drivers/net/mlx5/mlx5_flow.c +++ b/drivers/net/mlx5/mlx5_flow.c @@ -4816,7 +4816,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 3d6ddd6773d2..b1c10cccc252 100644 --- a/lib/mbuf/rte_mbuf_core.h +++ b/lib/mbuf/rte_mbuf_core.h @@ -42,7 +42,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 Fri Jul 22 21:41:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114124 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 6C9EDA0032; Fri, 22 Jul 2022 23:41:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C40C742B7D; Fri, 22 Jul 2022 23:41:18 +0200 (CEST) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mails.dpdk.org (Postfix) with ESMTP id 88A3742B73 for ; Fri, 22 Jul 2022 23:41:16 +0200 (CEST) Received: by mail-pl1-f169.google.com with SMTP id w7so5561999ply.12 for ; Fri, 22 Jul 2022 14:41:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/GjZKEw0Cuuw6R+LZV2uW4IxWsCY3hZPjMZxgDpl/tQ=; b=obAO6DD20MBZ1YbDKcpjFjoFHCpRY1/UwKOyZaqykV5e1RF3FIqMFsG56/H/raZ9Wy 7H29XundJ4iBu6SxWwVnb0Be3InhCrYdRLnD7mdompYxNy16Koq3OCYxLsZf4dTxClJg 4KXBsSg42kng2JXgnqhqd6eoqhVUWjmji7eG1sF62hjWVfkM2BAhI0g2ja2Sxc6lK/oC Yst96psDSg8lhTx/1L92yMsYr6wasQBvYSHTqWEBiEQw3Xhn6cUc/7rNfIxsOhpWKIrF bzT+SeC2GMsgcvLv4M3sZqLZzz2gzFHQg/SjbxI+chEL9GR7BOcH95vPB+NLDlW4hgIt e6hA== 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=/GjZKEw0Cuuw6R+LZV2uW4IxWsCY3hZPjMZxgDpl/tQ=; b=2yzC2uXGtuCiD5JlKuXt05EcE5J6UE6QFDdKDTvFcC5mi+AYHSUoy0lPh6OdN/hPAa 2pXACKKqaJil4VQOhaEPrtjn6kvZpCoU3dN3E2PUqZ5lrtgE8U7wri01ldYwftgjZrTc wkWiaKXv+mxCMMfB48phAOR/A0AK5RRGYWVqFQVp3EtOEQxYWN/XXIi9j89yE0Z94zev 2jniAJJVbytB1nfp73SJIfv9KnSYG8/vGkhKmTQIy0Q92sjXNTha4vInC7lM1tDT/enr J+tp6h7C6+F3D7EZsBALrCidn9YHRcM98b/0U/EUoeIA4thdBbtmPZbJ+EWDpBoNTLoU HrHg== X-Gm-Message-State: AJIora9wxFCN/Cvq14MpKE0dPorg1VznfMzlJT9GRM2x0SIr+EUaS0Rb DmP8B+gMSz0rePoDQTw9SPMRvKXd5ONr4Q== X-Google-Smtp-Source: AGRyM1uTe9+WA1BLOEh5ShDhBu/4tWiOcY23BnP8Mjx0eKKf7Wigx/JPPLjpV6XnUisZN2u+E7G0fQ== X-Received: by 2002:a17:902:d2c9:b0:16d:37b3:f8c4 with SMTP id n9-20020a170902d2c900b0016d37b3f8c4mr1794392plc.76.1658526075594; Fri, 22 Jul 2022 14:41:15 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:15 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Honnappa Nagarahalli , Konstantin Ananyev Subject: [PATCH 06/11] ring: fix repeated word in comment Date: Fri, 22 Jul 2022 14:41:01 -0700 Message-Id: <20220722214106.162640-7-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Replace this this. Signed-off-by: Stephen Hemminger --- lib/ring/rte_ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ring/rte_ring.c b/lib/ring/rte_ring.c index cddaf6b2876f..a42767b75d9c 100644 --- a/lib/ring/rte_ring.c +++ b/lib/ring/rte_ring.c @@ -280,7 +280,7 @@ 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 Fri Jul 22 21:41:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114125 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 537B9A0032; Fri, 22 Jul 2022 23:41:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCCBF42B84; Fri, 22 Jul 2022 23:41:19 +0200 (CEST) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id 8BD0242B77 for ; Fri, 22 Jul 2022 23:41:17 +0200 (CEST) Received: by mail-pj1-f52.google.com with SMTP id t3-20020a17090a3b4300b001f21eb7e8b0so8641464pjf.1 for ; Fri, 22 Jul 2022 14:41:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=cKlC9UTres0Vz6ZtRaMnLzHVlgYlKKHctmNDa7aMsZE=; b=MDN6Gl2oLcn7+SC9Ut3h8d6v9WLc5+ZsDc69pg5Kc7MkeEzA5udWkUIDWqntnqjO/T OxFYYkDYRenyqwVXW3YdalL+DNLPGffJs9FuhisxkT0TBxBanOmWeDyzuZqB5Iioby0Q YKHwrSTnweRXs9S5cV+d2xvwQgRfc1/B5r7QfkAPqRtDsHjTBrltB6BvJUmCHcTsaBjq MthkoNbNLbz8IXWbr+6AxPLSHVwx4vgC1w/Pk+7PCFkkdYwT9GBV8Jpg+HkbmfrAJG8b Q0h1i3VSpp62SSfLkRUUx/3Oj6rbG6zwrtMtTCrXkx+3crLksAdp2Px3IWidxU76rvWx OoxQ== 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=cKlC9UTres0Vz6ZtRaMnLzHVlgYlKKHctmNDa7aMsZE=; b=eneWY4t1uJdMgUKlYg0U6TILZKBVxoD0a+qtDNUNwVHRhKCu2AyUJS2Gvi8RVdaohP dv+vSrv+7b7sU6d2uVE+4dweNX/2bMTBYJYXKaRzSjD2lChU0gX67H33hXt3a/mWRZAO 2hXuCgK27SQvf8x9V0EXxoqpxMA/JMvEXulEIHL2xNcU5Dxbk3l51cWFJSxAUEDugTTU pBz0PUFGBFuoq6iKTlJqRpOYa4pttEH2lG7esDIXdxUcJX4aLCkGhwd0HyowRZZscRAP u2j1RcNeqGLafBg1F4nQq9YAHKazV53IK+8hc9Bj+Coe85ODYIhzLt2Zuojk8q3F+DZe kRRw== X-Gm-Message-State: AJIora+oT9udxPcm9ISYQdNcn0MYkVUp8rMcmQkdOdgX5sPOB3OCPDzw 6oZvcfRfsoS2pnnttYkON+uEjHF7H+Le3g== X-Google-Smtp-Source: AGRyM1vVdqe/mNN1pFx0qe1qFwgNQz32N+zk/uSuOdBA4jaYcDSAwEiggNrQoo1CXI3zhBFp0rwwUg== X-Received: by 2002:a17:902:c40c:b0:16d:4215:5f42 with SMTP id k12-20020a170902c40c00b0016d42155f42mr1442878plk.47.1658526076617; Fri, 22 Jul 2022 14:41:16 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:16 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Yuying Zhang , Beilei Xing , Junfeng Guo , Simei Su Subject: [PATCH 07/11] i40e,igc: fix duplicate word than Date: Fri, 22 Jul 2022 14:41:02 -0700 Message-Id: <20220722214106.162640-8-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Another obvious typo. Signed-off-by: Stephen Hemminger --- drivers/net/i40e/i40e_fdir.c | 2 +- drivers/net/igc/base/igc_mac.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/i40e/i40e_fdir.c b/drivers/net/i40e/i40e_fdir.c index 8caedea14eaa..3b7714217405 100644 --- a/drivers/net/i40e/i40e_fdir.c +++ b/drivers/net/i40e/i40e_fdir.c @@ -377,7 +377,7 @@ i40e_init_flx_pld(struct i40e_pf *pf) if ((flex_pit2).src_offset < \ (flex_pit1).src_offset + (flex_pit1).size) { \ PMD_DRV_LOG(ERR, "src_offset should be not" \ - " less than than previous offset" \ + " less than previous offset" \ " + previous FSIZE."); \ return -EINVAL; \ } \ diff --git a/drivers/net/igc/base/igc_mac.c b/drivers/net/igc/base/igc_mac.c index 3cd6506e5e60..0822ffe7c37c 100644 --- a/drivers/net/igc/base/igc_mac.c +++ b/drivers/net/igc/base/igc_mac.c @@ -587,7 +587,7 @@ void igc_update_mc_addr_list_generic(struct igc_hw *hw, * @hw: pointer to the HW structure * * In certain situations, a system BIOS may report that the PCIx maximum - * memory read byte count (MMRBC) value is higher than than the actual + * memory read byte count (MMRBC) value is higher than the actual * value. We check the PCIx command register with the current PCIx status * register. **/ From patchwork Fri Jul 22 21:41:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114126 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 2C763A0032; Fri, 22 Jul 2022 23:41:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 19E6342B8E; Fri, 22 Jul 2022 23:41:22 +0200 (CEST) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mails.dpdk.org (Postfix) with ESMTP id 7C0D142B7B for ; Fri, 22 Jul 2022 23:41:18 +0200 (CEST) Received: by mail-pf1-f173.google.com with SMTP id w205so2153558pfc.8 for ; Fri, 22 Jul 2022 14:41:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ZhXmHercO+XBHUh+Hlf+1mTPUWt/FA0Pm0VYXCeD8pY=; b=c3E6XwfXOeK0mGCMPkqBDp5OWiIFRurZqq7MjbnCCfKsfygv+K5lnPjCAZ7YvC+9Ny NePLF/pYMU5+UVhXxjJEL7/XMFyJLZ9+b5AAafbMOcNrPS95v/CqmKwvXVt8ZTt0z+bY LR4ZwmKAldZhG4vJbec/jXHyVEqlBhk3OTG3kOyXiZzG7a8IQFZyoosieD/wOa+0H0nI GDMrts7JH1Lh38Ha5Wr46VL2nXfueuYlqZmLdBBXrsuVmLoSjQTqQglwXniBHM8JMtBd OygpARXDOgp6Fg4SD6su7NQoqFZynnRk0BbnCc/2VhzWEAZknzzMI2W97jBpDuBI6/Mk j5pQ== 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=ZhXmHercO+XBHUh+Hlf+1mTPUWt/FA0Pm0VYXCeD8pY=; b=FT3YPoZqYfDckl/mSRTxPXqAR0dMqgw1hkeqiVHx7zjWyrh+JrE86jd3dpbR6sy17L gPV24aHkfBhwHboKqEZoGnNfkosFSCADBerDzL5ddOWmKm6VuNS7rBralink1CVYWEt2 zpC30s6a6OaJvpYCQWwNscwEBCZoCu/jpL53VMhUSSdyInHAodMnezJVsZYXRS2EE5nW d9bAZwWxbFzE3asse8jseZuAWDjSEAjx7evoepSNdSQquiqvx+uxY9xLfIzN3EavGVx4 Tccfbzq4XJCz7ZaClKhjumg/7IwuwcVIuY9zuylPa3KoiWsOr0qG1z+j0vkUeXbDHJI4 amWw== X-Gm-Message-State: AJIora/2K7JAs9ZeemvthIv+4e4naV+nOcnuMStJpvUl8Ws9gYzpmcp4 JlU/j+Mr4twNVpxrzRy+sEQGzufo04vCTg== X-Google-Smtp-Source: AGRyM1v+G5xeevGAAThHtXtDQ1VnIsTggF42Ob67WYG4mH2jyt6jmC4A1neNyVkkH0P8H+X3OMaRAw== X-Received: by 2002:a05:6a00:1705:b0:52b:120f:3656 with SMTP id h5-20020a056a00170500b0052b120f3656mr1941087pfc.34.1658526077456; Fri, 22 Jul 2022 14:41:17 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rasesh Mody , Shahed Shaikh Subject: [PATCH 08/11] bnx2x, pcap: replace only only Date: Fri, 22 Jul 2022 14:41:03 -0700 Message-Id: <20220722214106.162640-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Duplicate word in comments. Signed-off-by: Stephen Hemminger --- 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 ec29fd6bc53c..bcb02ca0638e 100644 --- a/drivers/net/pcap/pcap_ethdev.c +++ b/drivers/net/pcap/pcap_ethdev.c @@ -1336,7 +1336,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 Fri Jul 22 21:41:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114127 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 63476A0032; Fri, 22 Jul 2022 23:42:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 126A542B91; Fri, 22 Jul 2022 23:41:23 +0200 (CEST) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mails.dpdk.org (Postfix) with ESMTP id 2782142B81 for ; Fri, 22 Jul 2022 23:41:19 +0200 (CEST) Received: by mail-pl1-f172.google.com with SMTP id q5so5572429plr.11 for ; Fri, 22 Jul 2022 14:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=0T7wof9LJ0XV2gDQrvHnnxKf4b3Ca//KvBvcgg7j56o=; b=ZOf7DMhSmAkKSxmEbt3oGAfhcKe/sL8bHUoLkBdGCA5lxyBsJRXYhBA5ePj3S/bJnJ QsBYPVpYVDra6pHIYqiqcEEHAS5ZQv3VOsXr5P/ShsYnvEmGelxLIuk9VPKLvtAnPlzN 9P7QoUQ4y23/9XR0PSY48MR0R36TF44aeRWY17mJ/TUzQq/Ph8le7nsanOCxITYAqEnx 4lN8h4KVkD74BudoSH2uj+ta8fOBrdYGUL8R8MV+A4kR1kfo2jFo2jeL0DZ2fWQRb3Fe fy+ofJEbZPOJ9/BCiCrKKSXNnMatVGKNxdNN6bCVk9DZuIZTTCcvG6imX7psr2fAE8/h K4AQ== 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=0T7wof9LJ0XV2gDQrvHnnxKf4b3Ca//KvBvcgg7j56o=; b=VAipuv77Y6iu1P0J6tXn2sYIxFcbvoT03WPxDrCN3DwLIXeREZv0Tn31aWvmtHXqGj 0V5oMUnB8WESOxgS9NQh5pV6a4D4iuNNYreOxHJxot3fuY4tj8+8UFbNNsUTZK7VoMcU GQBhRTQLDfrZB8YwTbX+FXCz8YBUmZoOYBh/XBfvauq0VtqJbrmbv7O3twQcGxebgwhR NdZJheCnwuSHYTMJxwM0nlGGNanGT2KpiHieZzVd72pMMxA9ItT4NGIw6p4F4Wcmy5Um +VWbnhbT8TuEPDg3xpj0dA199pq7MmYwj5l6Gr1RiQ/dbYYhoWr6R1FAuqJ4AvM79UHU XCjg== X-Gm-Message-State: AJIora9KZlmN/4uLYH3r2MfcR6xtma0N78auKNBJA82JHV0x0T/0Bh9j RE7OFVnl1sv8o0/aCQ/I/oPc7wsK+s3pAw== X-Google-Smtp-Source: AGRyM1ueZwAvyu5p2N/7KYzFXFLKdU+N/zmKmjQ0l7yQrNdExwNVA/LdbIJ7Qe3mDpyfFoLpoeMr6Q== X-Received: by 2002:a17:903:248:b0:168:ce2f:cbd2 with SMTP id j8-20020a170903024800b00168ce2fcbd2mr1441368plh.63.1658526078192; Fri, 22 Jul 2022 14:41:18 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , David Hunt Subject: [PATCH 09/11] distrubutor: fix repeated word in comment Date: Fri, 22 Jul 2022 14:41:04 -0700 Message-Id: <20220722214106.162640-10-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Signed-off-by: Stephen Hemminger --- 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 3035b7a99925..967e27d35a49 100644 --- a/lib/distributor/rte_distributor.c +++ b/lib/distributor/rte_distributor.c @@ -575,7 +575,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 Fri Jul 22 21:41:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114128 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 48C97A0032; Fri, 22 Jul 2022 23:42:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF33342B95; Fri, 22 Jul 2022 23:41:23 +0200 (CEST) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id E56F742B86 for ; Fri, 22 Jul 2022 23:41:19 +0200 (CEST) Received: by mail-pj1-f44.google.com with SMTP id o5-20020a17090a3d4500b001ef76490983so5266797pjf.2 for ; Fri, 22 Jul 2022 14:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=xvPzN5752Ked2eNJgiz9nGaT9XipyIw11OU6JoPzy3s=; b=l569bY5Z2xwYSO9OX5jBGU0e+rh9FwPYikw1oEt9Pb2rSVH1+ojOsecbImZOjZu+b7 IvVo35MACPOE46sjuQX4FrW4SXu6sxQ2dqaPjyN1gvONYYIdAUmcKFMGuN+sVCCCw79h KNwrNzTHNuuCeDwhZ0lafSuNvM8B/Qgep1ZGV2X8FkdKgO0rOJ9wk4NchYxpOFRk/hYY GiV8IoPxhpmuNu/Gr8jaonBCPPhJuQcCEEJisja3Yuu57JTLT6FQ1vG9/1Ap2mwcB/kl EbnkNB+AF4tyVtq5MFeemKWC7Mvuqzo6nNPZN2KdohgOiut5zHQz+CE3N7h3rteKTGRg 6DpA== 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=xvPzN5752Ked2eNJgiz9nGaT9XipyIw11OU6JoPzy3s=; b=IGKlrcKgo7SL4VSSox9+pf4DZ0LdXlcfmuuaH8dOMkX802uqfdxh+oLmxjg/PjaqBR Cj+QUzQ3HPXp1rW2pQybC/5jVjyivwX8qZGQ3OROm2bLzsmWguP6/ETXDK7KjWwEnPJZ 8sfF3WUv/VIklI7cZCb5Pr8+i00CeMj3fvp8h9UbdUytNIuKbOf7j0T5xWoYAO2RuxRz LK29O2IEX1tjkO3T3/bt7UyWEwZY001VoVNRcj0wmts28WRTMqPugAwT7P4rCBirISZ8 M6BlckN3uqtfo0xxPKHYXLWcJxCoSnHQY3hd+M0boBeyRozRdv44wdGpDx3Hm5ajOb7N Zaew== X-Gm-Message-State: AJIora+nBE/0dSnI2xbCf4Gir0doHy8DFx2sBw2NCt3RgP4AWWMzQfhg v5KhAtmjgKmd5zE0clNEmWZMxBZnQHoyBQ== X-Google-Smtp-Source: AGRyM1tG06HxGX5gjeKHEgIy82FUb7MGE81Sw6A+ovufyPTNav5eCgemKV5TuJARBDLnfeYvM7I14g== X-Received: by 2002:a17:903:22d1:b0:16d:43e8:9f72 with SMTP id y17-20020a17090322d100b0016d43e89f72mr1812354plg.28.1658526079029; Fri, 22 Jul 2022 14:41:19 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:18 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko Subject: [PATCH 10/11] ethdev: fix repeated word in comment Date: Fri, 22 Jul 2022 14:41:05 -0700 Message-Id: <20220722214106.162640-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Replace 'of of' Signed-off-by: Stephen Hemminger --- lib/ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h index de9e970d4d11..701eac328fe6 100644 --- a/lib/ethdev/rte_ethdev.h +++ b/lib/ethdev/rte_ethdev.h @@ -3356,7 +3356,7 @@ 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 + * As part of this function, a number of fields in dev_info will be * initialized as follows: * * rx_desc_lim = lim From patchwork Fri Jul 22 21:41:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114129 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 9587BA0032; Fri, 22 Jul 2022 23:42:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C3FF942B99; Fri, 22 Jul 2022 23:41:24 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 00E9D42B8E for ; Fri, 22 Jul 2022 23:41:20 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id bf13so5380382pgb.11 for ; Fri, 22 Jul 2022 14:41:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3r8rGlJiaJIni+QqQrAgtoElOUlo2uFuHDMnuYEdrOw=; b=SuIqtD768drSJ/9Akm/B6CJ19ft/3KmOXfJrSa2227+xNuXty09JPfQrKW7qYxNdkB kJI43IlL/mdMExoSbS8OszgYpP553viHheKZdw3AfwrPF7AwYr9qnIaFnK8ufMO0+JdB fc9m9uXIilF21eY67lx4Ox6WNjkAt2O+Jowc0pPGPdOeM7H6QKj5pIr3+qDrDqMKRc7B XjmvwvAzBak73iUhC++k8+li7mr/u8evkiD5JDlQGX+ax3P2dKB/q9cvdF582v7wvQbO zwoP+TGlnrVx5FjWyPV0Yv9p0aXptwGiaT3GqERHZYZxVKP7PqxWm7Dr5kY+zEntdx8M KeOQ== 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=3r8rGlJiaJIni+QqQrAgtoElOUlo2uFuHDMnuYEdrOw=; b=SoTJiHOJUqP9gpmnqIT1r6mSnktx8L1+4brOzv5O2uAjOvjF4/JSlVc++B3yQFBskb lJK3C2k1jzL6IfhMEArwtdWGrSURV1/ZvFuXcnng8X+Y90WF0PkeV2CzyA/T3YDZPU+s xVL7+GBq8AnJIUUp9tkDvBfHUP3N5tVVVY3+m9urUjcmwDVGRE92tql3ByhtxoBQqrOh 8uGZxvKhhftYqfJiWwNjnNl3cZdj22YD8hU4c2bOWCeO5ZniUuW2ElM6h6VIRAcOZgFi r4J8j5aYe5WZwfhFhDKvI3yfBmu6NEUlyPKAB5ynJOtNvnIXXoiGZoidWuZKoED0fkYs vqzQ== X-Gm-Message-State: AJIora8iB7873yd0PYVZyYyjR1PyaY1njjGNp0u/hA+5o09pqkKoK+7R b3Mx0VA6LA13PdNskMRsrx0zjHOJ7Fwncg== X-Google-Smtp-Source: AGRyM1u19koq4iVLOTj6PFANRfUUN+GHfGI8nA1oEgQkzUjxwqlbih73I68HC8EeTkUS1Vu34n0Kvw== X-Received: by 2002:a05:6a00:1622:b0:52b:c3a8:b304 with SMTP id e2-20020a056a00162200b0052bc3a8b304mr1827913pfc.22.1658526079994; Fri, 22 Jul 2022 14:41:19 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:19 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rahul Lakkireddy Subject: [PATCH 11/11] cxgbe: replace 'or or' in comment Date: Fri, 22 Jul 2022 14:41:06 -0700 Message-Id: <20220722214106.162640-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 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 5d91355c9ab1..1a767dabf59c 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 {