[dpdk-dev] [PATCH v7 1/5] examples/l3fwd: fix LPM IPv6 subnets

David Marchand david.marchand at redhat.com
Wed Apr 14 22:59:42 CEST 2021


On Tue, Apr 6, 2021 at 1:11 PM Conor Walsh <conor.walsh at intel.com> wrote:
>
> The IPv6 subnets used were not within the 2001:200::/48 subnet

{{32, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 48, 0},
{{32, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, 48, 1},
etc...

Err... all those subnets were exactly == 2001:200::/48.
Is the issue that the example needs *separate* subnets taken from
within 2001:200::/48 ?


> Changed to 2001:200:0:{0-7}::/64 where 0-7 is the port ID
>
> Fixes: 37afe381bde4 ("examples/l3fwd: use reserved IP addresses")

And this looks like a Cc: stable at dpdk.org candidate.

>
> Signed-off-by: Conor Walsh <conor.walsh at intel.com>
> Acked-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>


-- 
David Marchand



More information about the dev mailing list