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 378EDA0C43; Thu, 14 Oct 2021 23:58:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F7AA411E1; Thu, 14 Oct 2021 23:57:05 +0200 (CEST) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mails.dpdk.org (Postfix) with ESMTP id ECCB8411B4 for ; Thu, 14 Oct 2021 23:56:58 +0200 (CEST) Received: by mail-pj1-f45.google.com with SMTP id np13so5771337pjb.4 for ; Thu, 14 Oct 2021 14:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=BjqF7U/eYni4T0RtcFnsKyoXavMdaHvL5ykQApLeq0U=; b=5zPeiTzGIvghj/nkKVVDaYWGbMMcVsfR02eM5xjmYpkR9JW/p5qKc/eVyo9fnh2FVc rRhkcqwtXU6XU4Ov13LVy3pWm+XZhI4kK94WMrqtOW0acLBWJ7owSHR5+AGZ7urzAgNl fURrQvuMAYMfox9AmZbrJYgxDuGRU8mUbcAhesG8LHnW4iMJfwhefKcp7MSlb4WA/h40 WYUdNeAxXNwJFQLRmKiiHKJosHFGpLsTd+wLhzhUIt9SR7N1u7ygKnQgyMypPaDOtFXX Xr+3ZXtGaaWA7B4DIgpqHXobuEmxw/dt7cbOjXnRIi5TMQbtG57pCxJQIGNTj4QqLlTJ RZ8g== 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=BjqF7U/eYni4T0RtcFnsKyoXavMdaHvL5ykQApLeq0U=; b=4iiw/bPYW2wjbxlhPyB0KiCg36kVyrceNrP7+FNR2fbaaIZ/62yubhQI/U0Oj/tJ2o Tyy3sf1S/kGZ++yJcke5KCZG8HdrLFIoJVwyc7CCYcEgvf2heXWEpofze8tE8w0hOI73 1jM5EaEsimHM/5iImBtW4PUMcQOgbMu7mJQyYZjhQPY9ZElFpqNOfu18pVmfjYWgw2Y0 BET9ZfI2pQgNUdOTEDwa0Tb6Dkzf/JAFv2vt0tJ06C04hxQsiSBW90b2gPUyECh6DM5z WK0BL3+bKEV/xAUkSE6uzK0yALG/QYPMhk4ZqoSsPgutqSsGit6Z4KlnW3sPgrAMSNxD 7bTA== X-Gm-Message-State: AOAM533hyV/84+FSl97JeblUZmsyt4Xv7L0Lw2wjoBRwzLBezNnpPQS1 HNA6bJ/apqn3O97qMSSyA5op4ITcAEy4Cg== X-Google-Smtp-Source: ABdhPJwTcmNO5Y4I0sDHVbnOADzVhVQt7EqP0xbsDZt/nAohKQ8NGefgl9yyOGFg3+4yFKTkldYbGQ== X-Received: by 2002:a17:902:bb81:b0:12d:a7ec:3d85 with SMTP id m1-20020a170902bb8100b0012da7ec3d85mr7464848pls.17.1634248617774; Thu, 14 Oct 2021 14:56:57 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id h13sm3076741pgf.14.2021.10.14.14.56.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:57 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Date: Thu, 14 Oct 2021 14:56:29 -0700 Message-Id: <20211014215631.181747-17-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014215631.181747-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 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 Acked-by: Konstantin Ananyev --- 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