Re: [PATCH dpdk v5 08/17] cmdline: use IPv6 address structure

2024-10-18 Thread Bruce Richardson
On Fri, Oct 18, 2024 at 04:05:44PM +0200, Robin Jarry wrote: > The previous commits introduced a new rte_ipv6_addr structure without > any alignment requirements. It is not compatible with the in6_addr POSIX > type available in netinet/in.h. > > The main issue is that in6_addr is not uniform on al

[PATCH dpdk v5 08/17] cmdline: use IPv6 address structure

2024-10-18 Thread Robin Jarry
The previous commits introduced a new rte_ipv6_addr structure without any alignment requirements. It is not compatible with the in6_addr POSIX type available in netinet/in.h. The main issue is that in6_addr is not uniform on all platforms which causes unaligned access warnings when compiling witho