[PATCH v2 3/3] doc/l3fwd: lpm supports IPv4 and IPv6 forwarding

Konstantin Ananyev konstantin.ananyev at huawei.com
Tue Mar 7 10:42:12 CET 2023



> -----Original Message-----
> From: Kamalakshitha Aligeri <kamalakshitha.aligeri at arm.com>
> Sent: Monday, March 6, 2023 4:25 PM
> To: jerinj at marvell.com; thomas at monjalon.net; david.marchand at redhat.com; sean.morrissey at intel.com; Konstantin Ananyev
> <konstantin.ananyev at huawei.com>; Ruifeng.Wang at arm.com; Honnappa.Nagarahalli at arm.com
> Cc: dev at dpdk.org; nd at arm.com
> Subject: [PATCH v2 3/3] doc/l3fwd: lpm supports IPv4 and IPv6 forwarding
> 
> LPM based lookup supports both IPv4 and IPv6 forwarding.
> 
> Fixes: 6a094e328598 ("examples/l3fwd: implement FIB lookup method")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Kamalakshitha Aligeri <kamalakshitha.aligeri at arm.com>
> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
> Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>
> ---
>  doc/guides/sample_app_ug/l3_forward.rst | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> 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 address,
>  a source port, a destination port and a protocol identifier.
> 
> -In the sample application, hash-based, FIB-based and ACL-based forwarding supports
> +In the sample application, hash-based, LPM-based, FIB-based and ACL-based forwarding supports
>  both IPv4 and IPv6.
> -LPM-based forwarding supports IPv4 only.
>  During the initialization phase route rules for IPv4 and IPv6 are read from rule files.
> 
>  Compiling the Application
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev at huawei.com>
 

> 2.25.1
> 



More information about the dev mailing list