From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by dpdk.org (Postfix) with ESMTP id DA0781B691 for ; Fri, 10 Nov 2017 08:56:05 +0100 (CET) Received: by mail-pf0-f195.google.com with SMTP id d28so6200588pfe.2 for ; Thu, 09 Nov 2017 23:56:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=YmLaRkV3Mf1g7+nXQhZZOC8mdo3IBziDW2tlA2oI2rM=; b=MblbBkZJj0Sy2glEa9mHLZMWpaK2iQY6Ng9wkDKaKYoakEGEzDCI4gsrwKOVEbwmbb gVEN1uIh/FpWFZ2/AdpEEX2uMmtR7w0O0E5AVqbPm0w2Wlo2imN5ud5SGRKS/xNw+LaD fHvGMIkhu2mS/FnM0h/i/PZaaJ+qXGZA7L8+Gk/2gd1xevcVy7fUe2Us2HspGx5+2r9V 4ryAPQt52LLERBomSC49zkoowejTGjldEBI8D97n7YTvF8TmF1v1CyLA20fX0p+8Z1NJ Zgzz1zLjWXSHRFcipgVUhj9S8xrljkiK/DvMFYaCHkqW2/6g11DiU0sJ+iHAa+ZaxtQB o/oQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=YmLaRkV3Mf1g7+nXQhZZOC8mdo3IBziDW2tlA2oI2rM=; b=gdV/QtBC9oIHxRbT460DqNrRFsfQzeFJKyMOWANKIuwZWbinGAYweqU0nWERkt3ooe rLmE+G0bWudY91c+UO37zjXI++gvi/hk0hafWQB/6t2wLgLrsdRRp58kGI4X/XMSCi7E L2DjH6k31XRHELsHg6vMfJdO8SCxI+AszRsna9zZ4K+UIqlPRohKRnjTwlN33VdQLbyZ 2Qru6jE7sjAjIRuPYwwN5myf8AVg+HFolgR+CQrI+kBFkfeeBf5VUUQFMI7AMsomjljd KNo6Kiv1JOTz6uQSqWevz2sE4B6FUh9OlJPmSz4isbiDOzEgMnYFjWe95GvyTlJWJEmX 3FOQ== X-Gm-Message-State: AJaThX5KCbYVapsJkPmUjjAKbJucMewcWE44rx6b8zeIJZu4vpsoNpNa 95nVjZpNg5Wov2oXXEufXDMNPA== X-Google-Smtp-Source: ABhQp+SpgTknkci9+GMe1UBVOqv/syYgACi6NAo/gIxjSvW/4AhHcjR5srUcZ5I0X/1nbJ1Y9NklHw== X-Received: by 10.99.127.88 with SMTP id p24mr985886pgn.377.1510300564889; Thu, 09 Nov 2017 23:56:04 -0800 (PST) Received: from localhost.localdomain ([50.35.88.106]) by smtp.gmail.com with ESMTPSA id r18sm14276278pge.87.2017.11.09.23.56.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Nov 2017 23:56:04 -0800 (PST) From: Pavel Shirshov To: dev@dpdk.org Date: Thu, 9 Nov 2017 23:55:57 -0800 Message-Id: <1510300557-16939-1-git-send-email-pavel.shirshov@gmail.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] lib/librte_distributor: Fix typos in comments X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2017 07:56:06 -0000 Signed-off-by: Pavel Shirshov --- lib/librte_distributor/rte_distributor.c | 4 ++-- lib/librte_distributor/rte_distributor.h | 2 +- lib/librte_distributor/rte_distributor_v20.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_distributor/rte_distributor.c b/lib/librte_distributor/rte_distributor.c index 57ad339..729901b 100644 --- a/lib/librte_distributor/rte_distributor.c +++ b/lib/librte_distributor/rte_distributor.c @@ -536,7 +536,7 @@ MAP_STATIC_SYMBOL(int rte_distributor_returned_pkts(struct rte_distributor *d, /* * Return the number of packets in-flight in a distributor, i.e. packets - * being workered on or queued up in a backlog. + * being worked on or queued up in a backlog. */ static inline unsigned int total_outstanding(const struct rte_distributor *d) @@ -663,7 +663,7 @@ rte_distributor_create_v1705(const char *name, #endif /* - * Set up the backog tags so they're pointing at the second cache + * Set up the backlog tags so they're pointing at the second cache * line for performance during flow matching */ for (i = 0 ; i < num_workers ; i++) diff --git a/lib/librte_distributor/rte_distributor.h b/lib/librte_distributor/rte_distributor.h index 9b9efdb..cbeed04 100644 --- a/lib/librte_distributor/rte_distributor.h +++ b/lib/librte_distributor/rte_distributor.h @@ -71,7 +71,7 @@ struct rte_mbuf; * @param alg_type * Call the legacy API, or use the new burst API. legacy uses 32-bit * flow ID, and works on a single packet at a time. Latest uses 15- - * bit flow ID and works on up to 8 packets at a time to worers. + * bit flow ID and works on up to 8 packets at a time to workers. * @return * The newly created distributor instance */ diff --git a/lib/librte_distributor/rte_distributor_v20.c b/lib/librte_distributor/rte_distributor_v20.c index 9adda52..ff5f5af 100644 --- a/lib/librte_distributor/rte_distributor_v20.c +++ b/lib/librte_distributor/rte_distributor_v20.c @@ -345,7 +345,7 @@ rte_distributor_returned_pkts_v20(struct rte_distributor_v20 *d, VERSION_SYMBOL(rte_distributor_returned_pkts, _v20, 2.0); /* return the number of packets in-flight in a distributor, i.e. packets - * being workered on or queued up in a backlog. */ + * being worked on or queued up in a backlog. */ static inline unsigned total_outstanding(const struct rte_distributor_v20 *d) { -- 2.7.4