From patchwork Mon Jul 1 18:25:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55809 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 69B541BA5A; Mon, 1 Jul 2019 20:26:13 +0200 (CEST) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id 912B21B9B7 for ; Mon, 1 Jul 2019 20:25:58 +0200 (CEST) Received: by mail-pl1-f196.google.com with SMTP id bi6so7758337plb.12 for ; Mon, 01 Jul 2019 11:25:58 -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=Im5cE22sZrarB20fe9kI3F3KMcpBuEncWqTbPhEiCrI=; b=wUv+FXCQDubHu5vuz5sHTW0urWlT1kjhA5ZwIhP6wy3ECUw7s6SevIdWc4NBUAe9XY hUF14fHAjSjytaJOSYFhLLcVx5VnxEic9s+8qnca/IUZJcEEoyEEmtZs0eez0emUNQQ4 qNB5TDfSmBx5o/t9suzG60ijjaszs91l8l22PxKzurFmFsItzJNgnwwM/PpSXocO/950 270szttjVn1HpZ3E7yMhhFqripdIaPKTolj/lFG4p8gHtbIL/aQv60aLWdFVAddFoAKV 4rpaA0UPEnw4vDeENkScn3eqna5+rT2Hqd8N+LkT21TgQufk1afLkGgx/Hhs6F6OXSEF P8tg== 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=Im5cE22sZrarB20fe9kI3F3KMcpBuEncWqTbPhEiCrI=; b=qmYmWYo0V4hhxhf8o/TlVHeKWI/vX8j8h20KQEZfKtXsAtMs9+pUFmTSJ7rQi/jh5G PYSw9LCw2mmh14Ebs9tzle2IhQPJqbwnSiWWXJMtcNOlypBjt+rvv7DtEhl3yKJPzD84 Nj1OBUBXtfh3sOwrY1WK/RMgajdhrSdTDWq7BSQ6b6U7fQh8zKmqmCAfUkf9BYs1PZrD xU7i6uekqkQDsureKdaAPXkJCcu1uF7VqsBqOVjfiqfQts46euarUf52hpLJ0DN3PE4S gcIcPnMUsq+Lf2cGz1arTUgR6kwaPdYMMQTxwGJTMhvPiUfJSLfxa6HCm55Cif9g0j9C Tgxg== X-Gm-Message-State: APjAAAVi5W3KsOBZVgbR/SoUr9PImah1lqMgB1vM7J1b1Jf4+mxTdP0A bYyaKpehHjSohZdLGZPyKpPOjTYHA94= X-Google-Smtp-Source: APXvYqzLwwbIy9aLtzkKSJDKwXH9FMsIHAtASCk61mOi3fa58X2FRtX8BVI2kTRcgN4XOdi/eIFB6A== X-Received: by 2002:a17:902:20ec:: with SMTP id v41mr28840990plg.142.1562005557589; Mon, 01 Jul 2019 11:25:57 -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.56 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:56 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:18 -0700 Message-Id: <20190701182536.20110-13-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 12/30] ip_frag: fix spelling error 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 Signed-off-by: Stephen Hemminger Signed-off-by: Stephen Hemminger --- examples/ip_fragmentation/main.c | 2 +- lib/librte_ip_frag/rte_ipv4_reassembly.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ip_fragmentation/main.c b/examples/ip_fragmentation/main.c index 85c0100f792d..eb6ca097aa7e 100644 --- a/examples/ip_fragmentation/main.c +++ b/examples/ip_fragmentation/main.c @@ -635,7 +635,7 @@ check_all_ports_link_status(uint32_t port_mask) } } -/* Check L3 packet type detection capablity of the NIC port */ +/* Check L3 packet type detection capability of the NIC port */ static int check_ptype(int portid) { diff --git a/lib/librte_ip_frag/rte_ipv4_reassembly.c b/lib/librte_ip_frag/rte_ipv4_reassembly.c index b7b92ed28549..28003e42af63 100644 --- a/lib/librte_ip_frag/rte_ipv4_reassembly.c +++ b/lib/librte_ip_frag/rte_ipv4_reassembly.c @@ -83,7 +83,7 @@ ipv4_frag_reassemble(struct ip_frag_pkt *fp) /* * Process new mbuf with fragment of IPV4 packet. - * Incoming mbuf should have it's l2_len/l3_len fields setuped correclty. + * Incoming mbuf should have it's l2_len/l3_len fields setuped correctly. * @param tbl * Table where to lookup/add the fragmented packet. * @param mb