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 4AB0945B9E; Tue, 22 Oct 2024 10:39:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE2384029A; Tue, 22 Oct 2024 10:39:35 +0200 (CEST) Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by mails.dpdk.org (Postfix) with ESMTP id 71E2440285 for ; Tue, 22 Oct 2024 10:39:34 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.18.186.231]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4XXlt62y7Hz6K5xy; Tue, 22 Oct 2024 16:37:34 +0800 (CST) Received: from frapeml500006.china.huawei.com (unknown [7.182.85.219]) by mail.maildlp.com (Postfix) with ESMTPS id C4B0B140680; Tue, 22 Oct 2024 16:39:33 +0800 (CST) Received: from frapeml500007.china.huawei.com (7.182.85.172) by frapeml500006.china.huawei.com (7.182.85.219) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 22 Oct 2024 10:39:33 +0200 Received: from frapeml500007.china.huawei.com ([7.182.85.172]) by frapeml500007.china.huawei.com ([7.182.85.172]) with mapi id 15.01.2507.039; Tue, 22 Oct 2024 10:39:33 +0200 From: Konstantin Ananyev To: "vignesh.purushotham.srinivas@ericsson.com" , "konstantin.v.ananyev@yandex.ru" CC: "dev@dpdk.org" Subject: RE: [PATCH v2] ip_frag: support IPv6 reassembly with extensions Thread-Topic: [PATCH v2] ip_frag: support IPv6 reassembly with extensions Thread-Index: AQHbHttWiTgoSO1YgEqIFSKrvikMjLKSfZXg Date: Tue, 22 Oct 2024 08:39:33 +0000 Message-ID: References: <20241015082133.3910533-1-vignesh.purushotham.srinivas@ericsson.com> In-Reply-To: <20241015082133.3910533-1-vignesh.purushotham.srinivas@ericsson.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.126.175.109] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > From: Vignesh PS >=20 > Add support to ip_frag library to perform IPv6 reassembly > when extension headers are present before the fragment > extension in the packet. >=20 > Signed-off-by: Vignesh PS > --- > .mailmap | 1 + > app/test/test_reassembly_perf.c | 163 +++++++++++++++++++----------- > lib/ip_frag/ip_frag_common.h | 4 + > lib/ip_frag/ip_reassembly.h | 2 + > lib/ip_frag/rte_ipv6_reassembly.c | 75 ++++++++++++-- > 5 files changed, 179 insertions(+), 66 deletions(-) I think it is worth to update rel_noites to flag these changes. Apart from that: LGTM Acked-by: Konstantin Ananyev =20 > -- > 2.34.1