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 BBD8241DFF; Tue, 7 Mar 2023 10:42:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9553410DF; Tue, 7 Mar 2023 10:42:15 +0100 (CET) Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by mails.dpdk.org (Postfix) with ESMTP id A0B504067E for ; Tue, 7 Mar 2023 10:42:14 +0100 (CET) Received: from frapeml500007.china.huawei.com (unknown [172.18.147.201]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4PW9Sn4XF6z6J7RG; Tue, 7 Mar 2023 17:41:45 +0800 (CST) Received: from frapeml500007.china.huawei.com (7.182.85.172) by frapeml500007.china.huawei.com (7.182.85.172) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 7 Mar 2023 10:42:12 +0100 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.021; Tue, 7 Mar 2023 10:42:12 +0100 From: Konstantin Ananyev To: Kamalakshitha Aligeri , "jerinj@marvell.com" , "thomas@monjalon.net" , "david.marchand@redhat.com" , "sean.morrissey@intel.com" , "Ruifeng.Wang@arm.com" , "Honnappa.Nagarahalli@arm.com" CC: "dev@dpdk.org" , "nd@arm.com" Subject: RE: [PATCH v2 3/3] doc/l3fwd: lpm supports IPv4 and IPv6 forwarding Thread-Topic: [PATCH v2 3/3] doc/l3fwd: lpm supports IPv4 and IPv6 forwarding Thread-Index: AQHZUEhRwiLBKQC0E02wp6n63vjGw67vEYyg Date: Tue, 7 Mar 2023 09:42:12 +0000 Message-ID: References: <20221114212533.2871770-1-kamalakshitha.aligeri@arm.com> <20230306162507.38898-1-kamalakshitha.aligeri@arm.com> <20230306162507.38898-3-kamalakshitha.aligeri@arm.com> In-Reply-To: <20230306162507.38898-3-kamalakshitha.aligeri@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.48.149.130] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected 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 > -----Original Message----- > From: Kamalakshitha Aligeri > Sent: Monday, March 6, 2023 4:25 PM > To: jerinj@marvell.com; thomas@monjalon.net; david.marchand@redhat.com; s= ean.morrissey@intel.com; Konstantin Ananyev > ; Ruifeng.Wang@arm.com; Honnappa.Nagarahal= li@arm.com > Cc: dev@dpdk.org; nd@arm.com > Subject: [PATCH v2 3/3] doc/l3fwd: lpm supports IPv4 and IPv6 forwarding >=20 > LPM based lookup supports both IPv4 and IPv6 forwarding. >=20 > Fixes: 6a094e328598 ("examples/l3fwd: implement FIB lookup method") > Cc: stable@dpdk.org >=20 > Signed-off-by: Kamalakshitha Aligeri > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Ruifeng Wang > --- > doc/guides/sample_app_ug/l3_forward.rst | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/doc/guides/sample_app_ug/l3_forward.rst b/doc/guides/sample_= app_ug/l3_forward.rst > index 94b22da01e..1cc2c1dd1d 100644 > --- a/doc/guides/sample_app_ug/l3_forward.rst > +++ b/doc/guides/sample_app_ug/l3_forward.rst > @@ -56,9 +56,8 @@ for the IPv4/IPv6 5-tuple syntax specifically. > The 5-tuple syntax consists of a source IP address, a destination IP add= ress, > a source port, a destination port and a protocol identifier. >=20 > -In the sample application, hash-based, FIB-based and ACL-based forwardin= g supports > +In the sample application, hash-based, LPM-based, FIB-based and ACL-base= d forwarding supports > both IPv4 and IPv6. > -LPM-based forwarding supports IPv4 only. > During the initialization phase route rules for IPv4 and IPv6 are read f= rom rule files. >=20 > Compiling the Application > -- Acked-by: Konstantin Ananyev =20 > 2.25.1 >=20