From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B1740A0547; Thu, 9 Sep 2021 20:12:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 21B01411AF; Thu, 9 Sep 2021 20:11:22 +0200 (CEST) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mails.dpdk.org (Postfix) with ESMTP id C598B411AB for ; Thu, 9 Sep 2021 20:11:20 +0200 (CEST) Received: by mail-pj1-f41.google.com with SMTP id f3-20020a17090a638300b00199097ddf1aso2156123pjj.0 for ; Thu, 09 Sep 2021 11:11:20 -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=m0XeohiqRvVrKNeMF/7svmE71i8QeQrmnkfwNWJPj84=; b=sI2lqkhYRReba+yITJLvVypYXBq2JmGnS+4O1E+sMpi2IUjpwlVUkHr3KTzhBDDkfH p7qghkJm4POOZQuUqTDoBHRMKvBol6qhz+y+7Ietc6UqMxEfg5nv6rCCvnqp22uSmvDJ WnumygDhU4S/wWhIU3KkOHtLJWn9wMG4TRUkucpo0b9jKHohsVPP7l9yMyu7jwMaNylB k5eJrICHN4TqMx6uoePdU04THDbd0fLBm3MZKrr8oxeYsDJSBYBx8R21t5IlsmP7UnD2 l97GcaiKThbxsvPYP+970RNlaUqscvP4LGiKNUQV9RJwGq+mcKCAcmVU1YyniJn9VO9e 5asA== 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=m0XeohiqRvVrKNeMF/7svmE71i8QeQrmnkfwNWJPj84=; b=YjLjvc/a1uvj9GqRiaITS/R3Grche9VLAg3eRJo1OgA9oMvDn3g5dkb+hZS9ax71cr 4OGkU/Cnzg2CkTZ4rBZ5RYEVIHPxpWhn5CNkTay/f8HjjghaudOz1QvKouUfiEk6C2Dn IX08S9AqCHO8C+teRKGKW1eFeUdCrT6Hw/iemjrDGU6fjwFtGUNTiTb2NqeUpos11pZq wp9H5kLH80DDDFiI//rso2f9gsSbY2TDbANQ+3tzVeZ/ZFpe5ms7xsclRdSW6eo4vigU ERY2yAZK/YuyZvVKGgeOuGzyhqN9Sv63Zjvh5EiRVsNfTlhXq/QEe2EOt4l1PKxzJN6j QRyg== X-Gm-Message-State: AOAM532MeBcED2R6Zufv6vzcDT9UFYhLbQJdqeoEAgHqPJ97Ca2KRrbF Do07wCf1VS2nfJGqRiK+wLu4k2Z376OanQ== X-Google-Smtp-Source: ABdhPJwUooHZUiVYi8VcwT15Lcw7LLVDWJr4OU6sRTDdlVPJzwD2PxE0lWTpC5X3h6WHpcGFXVlQ6A== X-Received: by 2002:a17:902:9a49:b0:13a:430d:7e8b with SMTP id x9-20020a1709029a4900b0013a430d7e8bmr3838870plv.50.1631211079709; Thu, 09 Sep 2021 11:11:19 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v14sm2924734pja.53.2021.09.09.11.11.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:11:18 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:46 -0700 Message-Id: <20210909181048.176255-17-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909181048.176255-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210909181048.176255-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 16/18] ip_frag: fix typos 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" Minor typos in comment. Signed-off-by: Stephen Hemminger --- lib/ip_frag/rte_ipv4_reassembly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ip_frag/rte_ipv4_reassembly.c b/lib/ip_frag/rte_ipv4_reassembly.c index 69666c8b8271..4a89a5f5365a 100644 --- a/lib/ip_frag/rte_ipv4_reassembly.c +++ b/lib/ip_frag/rte_ipv4_reassembly.c @@ -80,7 +80,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 setup correctly. * @param tbl * Table where to lookup/add the fragmented packet. * @param mb -- 2.30.2