> From: Robin Jarry [mailto:[email protected]] > Sent: Tuesday, 5 November 2024 15.13 > > IPv6 headers are always aligned on a 2-bytes grid. Reflect this in the > structure definition. > > Signed-off-by: Robin Jarry <[email protected]> > --- > > Notes: > v2: added changelog entry > > doc/guides/rel_notes/release_24_11.rst | 6 ++++++ > lib/net/rte_ip6.h | 6 +++--- > 2 files changed, 9 insertions(+), 3 deletions(-)
Thank you, Robin. Reviewed-by: Morten Brørup <[email protected]> Note for other reviewers: This patch provides consistency with the IPv4 header alignment patch, https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/

