Re: [PATCH dpdk] net: fix IPv4 compat and mapped checks

2025-06-10 Thread Thomas Monjalon
24/02/2025 15:47, Robin Jarry: > The RFC states that the first 96 bits should be compared, not the first > 32 bits. > > Add unit tests to ensure this works. > > Cc: sta...@dpdk.org > Fixes: 3d6d85f58c1c ("net: add utilities for well known IPv6 address types") > Reported-by: Junxiao Shi > Closes:

[PATCH dpdk] net: fix IPv4 compat and mapped checks

2025-02-24 Thread Robin Jarry
The RFC states that the first 96 bits should be compared, not the first 32 bits. Add unit tests to ensure this works. Cc: sta...@dpdk.org Fixes: 3d6d85f58c1c ("net: add utilities for well known IPv6 address types") Reported-by: Junxiao Shi Closes: https://bugs.dpdk.org/show_bug.cgi?id=1664 Signe