From patchwork Thu Sep 9 17:56:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98462 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 0AF2EA0547; Thu, 9 Sep 2021 19:57:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BC5741178; Thu, 9 Sep 2021 19:57:16 +0200 (CEST) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mails.dpdk.org (Postfix) with ESMTP id F343C41175 for ; Thu, 9 Sep 2021 19:57:12 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id d18so1571742pll.11 for ; Thu, 09 Sep 2021 10:57:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ADJ0U1Ta7UXBJ0K9qhINAAGFaqE/EDDJeQG0LgfWUS8=; b=TyAzHlsVPSsa0rVFunlM5mOmqbZcZnU987FDCNmIbAcJSpy7BXs6un+6I+1kBOsMIl E0oCuWrZbAr55t02sxmeGmW38tHc3ddYtYsQItgp0ptTBH3Rtb5ueXi6LSghRTHsXy2C aZRvNHItIfRtJVMTP7o6c+zP6tlmbT0WcxnH/vOyvmtJXpcjDPqUzLFLurPKblITHhMW Pble7j5vGRArCadOyiRBfiJjjIQabuq+AxIvHSqNDDL7wqC7JEeUlVx1UUdogRWx2pSs p4z2gQ5zmUNkW2ozb2YxUP5ifnplROLPZq0ASTLHUpIVTjAdqZ9IxbPeL3ipi+t8YE0B 3yRg== 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=ADJ0U1Ta7UXBJ0K9qhINAAGFaqE/EDDJeQG0LgfWUS8=; b=rr8GbS10EqKvRL2RSO1zRlNgJOD3bU9RDeo/azVZgPxo0/kodxyfW5bgpYlSKBZyZy VwIpV4db5/kKlQxVY/z5kkYJzuky7fgCtcxV7Pwu8pznwldtCRbuOb+1LdEnlfWlCgfr /Z1iEI3MwWRSbMDo69zADHE9aXPdTrk0WYsbyyj+JNcHkHmq55KHNBxtzYp3t0RW9iEb fnnUpY6tnbT6gQMJPzORcK9xBje7CvEDceEfrwuj6S5ja1E2zGKe/U0dLeCv2q0Z2JrF Ok5Qw6I4KzqRZ00iHhOY9MgWNVZQDtJM45Q5K2NlxeAZ4HNGdncDetNPhVWC1gKY6tlw CjQg== X-Gm-Message-State: AOAM5303N1XVXGwwcOVPgOxHCPJX4KKjZtNIXDOlruePB0Xxg+1/NiMg VAJKUiIvSOOICbsDRzzc+MBmjNdIUsD3Xg== X-Google-Smtp-Source: ABdhPJw5cy0s/8HxgP+LuUWzTdvicHK1MkU82KIh7Re2aCEBXsxetE1t4hACFVzihz93Wyoj8nzEjQ== X-Received: by 2002:a17:90a:a0a:: with SMTP id o10mr4800110pjo.231.1631210231820; Thu, 09 Sep 2021 10:57:11 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v25sm2772977pfm.202.2021.09.09.10.57.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 10:57:10 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 10:56:42 -0700 Message-Id: <20210909175648.174258-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909175648.174258-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 12/18] hash: fix typo in comment 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 Sender: "dev" Signed-off-by: Stephen Hemminger --- lib/hash/rte_thash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hash/rte_thash.c b/lib/hash/rte_thash.c index d5a95a6e009a..f5e9111f0264 100644 --- a/lib/hash/rte_thash.c +++ b/lib/hash/rte_thash.c @@ -26,7 +26,7 @@ EAL_REGISTER_TAILQ(rte_thash_tailq) /** * Table of some irreducible polinomials over GF(2). - * For lfsr they are reperesented in BE bit order, and + * For lfsr they are represented in BE bit order, and * x^0 is masked out. * For example, poly x^5 + x^2 + 1 will be represented * as (101001b & 11111b) = 01001b = 0x9