> From: Robin Jarry [mailto:rja...@redhat.com] > Sent: Wednesday, 21 August 2024 18.25 > > Hi everyone, > > As discussed recently [1], here is a first draft of the IPv6 APIs > rework. The > API change was announced before the 24.07 release [2]. This series is > intended > for 24.11. > > [1] http://inbox.dpdk.org/dev/d2sr8t1h39cj.jrqfi6jeh...@redhat.com/ > [2] > https://git.dpdk.org/dpdk/commit/?id=835d4c41e0ab58a115c2170c886ba6d3cc1 > b5764 > > I tried to keep the patches as small as possible; unfortunately some of > them > are quite big and cannot be broken down if we want to preserve a > bisectable > tree. > > Let me know what you think. > > Thanks! > > Cc: Morten Brørup <m...@smartsharesystems.com> > Cc: Stephen Hemminger <step...@networkplumber.org> > Cc: Vladimir Medvedkin <vladimir.medved...@intel.com> > Cc: Konstantin Ananyev <konstantin.anan...@huawei.com> > Cc: Bruce Richardson <bruce.richard...@intel.com> > > Robin Jarry (15): > net: split raw checksum functions in separate header > net: split ipv6 symbols in separate header > net: add structure for ipv6 addresses > net: use ipv6 structure for header addresses > fib6,rib6,lpm6: use ipv6 addr struct > net: add ipv6 address utilities > fib6,rib6,lpm6: use ipv6 utils > graph,node: use ipv6 addr struct and utils > pipeline: use ipv6 addr struct > ipsec: use ipv6 addr struct > thash: use ipv6 addr struct > gro: use ipv6 addr struct > rte_flow: use ipv6 addr struct > rib6,fib6,lpm6: remove duplicate constants > net: add utilities for well known ipv6 address types
LGTM. For the series, Acked-by: Morten Brørup <m...@smartsharesystems.com>