From patchwork Mon Jul 1 18:25:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55811 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BBB701B9EF; Mon, 1 Jul 2019 20:26:16 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id A6AAA1B9C4 for ; Mon, 1 Jul 2019 20:26:00 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id q10so6969467pff.9 for ; Mon, 01 Jul 2019 11:26:00 -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=yp1AhcT8wDU1feIJSV6FYb0/b3m8WWVaa58qFqOdIJo=; b=vgDMfT5163B8iTUEJsYkgswfWkeDLoJQH4CinEVxntHSTnmpzGY2fy4SwXh4C7pNUR +vWl1vbJe019kQyo3CSAp+kTrVxxls+IVGzi9JTo4XZGvwvEr3c2fXTUsfERc9VINfNf IbQkSmndV7qom1gLG63KlZgB+sPlFyq6fZVAfRLqKvX4pnnD15+Anr854D2oSVyQDvkG D+78tTFkn9ON3UJJVrM340ZqS/buaRIO9aWv2DHQKdc4ZuS6E2SrGaADu8jOdkHYwnVm N+3qUWi/8+WLqdtwfn3G15IAaWPK9LeIKV3dwRCaTQH9lGrHcmTQIOmO9GLwE65ETD12 lwpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=yp1AhcT8wDU1feIJSV6FYb0/b3m8WWVaa58qFqOdIJo=; b=dzqvD4Jt7SGICbPBRc6dBJC91w+/ggdUP6eV+9nIqjC3US1ZYnK8IbTKDKKcIO4oq9 0blHzAX9VXBp6fa/mElHqKhQsjPErcLGiZTaWnjjZv7K7hcLa1uNDmulOBZz4OhJcdte CLIQbXSzbMwt1TreLMU1Ioj8LW+S9hAyEccPh6mGCmMabxcZA66kCP8MRrKqucxYw9JB nw6aYOVpuNC6qYtRFxmrSIsujkWPSKS1UankkcVcbshALtP03Doyy3idlCN49gDbIwap d66ioOo6ji2tGLMn9RQ9XoiV8di03a7g6F1FJJw31CJvVUFcFH7ywG7fluTqEMLJzwu0 dFEQ== X-Gm-Message-State: APjAAAVwoudiarEQFwDPXXFRcxIu9tdWtMr9BTlDbwO8u5t+y0pgER+/ HoeMHbhaOTTCJ0Vv7++N7PlqBjHE X-Google-Smtp-Source: APXvYqyQ+cMD5XIg8WGEQaHpVGXpt3yAkXG2YR1j0W+TwAQmNv8vDvXlVRTGjpn6hDePTHNOgd++KQ== X-Received: by 2002:a17:90b:d8b:: with SMTP id bg11mr744455pjb.30.1562005559607; Mon, 01 Jul 2019 11:25:59 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 12sm11397340pfi.60.2019.07.01.11.25.58 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:58 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:20 -0700 Message-Id: <20190701182536.20110-15-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 14/30] examples/l3fwd: fix misspelling of destination 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- examples/l3fwd/l3fwd_common.h | 2 +- examples/l3fwd/l3fwd_neon.h | 2 +- examples/l3fwd/l3fwd_sse.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/l3fwd/l3fwd_common.h b/examples/l3fwd/l3fwd_common.h index 7d83ff641a24..9a695a9190b2 100644 --- a/examples/l3fwd/l3fwd_common.h +++ b/examples/l3fwd/l3fwd_common.h @@ -51,7 +51,7 @@ rfc1812_process(struct rte_ipv4_hdr *ipv4_hdr, uint16_t *dp, uint32_t ptype) #endif /* DO_RFC_1812_CHECKS */ /* - * We group consecutive packets with the same destionation port into one burst. + * We group consecutive packets with the same destination port into one burst. * To avoid extra latency this is done together with some other packet * processing, but after we made a final decision about packet's destination. * To do this we maintain: diff --git a/examples/l3fwd/l3fwd_neon.h b/examples/l3fwd/l3fwd_neon.h index 86ac5971d7f2..e3d33a52298a 100644 --- a/examples/l3fwd/l3fwd_neon.h +++ b/examples/l3fwd/l3fwd_neon.h @@ -64,7 +64,7 @@ processx4_step3(struct rte_mbuf *pkt[FWDSTEP], uint16_t dst_port[FWDSTEP]) /* * Group consecutive packets with the same destination port in bursts of 4. - * Suppose we have array of destionation ports: + * Suppose we have array of destination ports: * dst_port[] = {a, b, c, d,, e, ... } * dp1 should contain: , dp2: . * We doing 4 comparisons at once and the result is 4 bit mask. diff --git a/examples/l3fwd/l3fwd_sse.h b/examples/l3fwd/l3fwd_sse.h index bb565ed54632..d5a717e18cbd 100644 --- a/examples/l3fwd/l3fwd_sse.h +++ b/examples/l3fwd/l3fwd_sse.h @@ -64,7 +64,7 @@ processx4_step3(struct rte_mbuf *pkt[FWDSTEP], uint16_t dst_port[FWDSTEP]) /* * Group consecutive packets with the same destination port in bursts of 4. - * Suppose we have array of destionation ports: + * Suppose we have array of destination ports: * dst_port[] = {a, b, c, d,, e, ... } * dp1 should contain: , dp2: . * We doing 4 comparisons at once and the result is 4 bit mask.