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;