Re: [PATCH dpdk v2 01/16] net: split raw checksum functions in separate header

2024-10-03 Thread Stephen Hemminger
On Tue, 1 Oct 2024 10:17:13 +0200 Robin Jarry wrote: > The checksum functions are used by both ipv4 and ipv6 functions. In > preparation of moving ipv6 symbols to a new header, move the checksum > related symbols to another dedicated header. > > Signed-off-by: Robin Jarry > --- Acked-by: Step

[PATCH dpdk v2 01/16] net: split raw checksum functions in separate header

2024-10-01 Thread Robin Jarry
The checksum functions are used by both ipv4 and ipv6 functions. In preparation of moving ipv6 symbols to a new header, move the checksum related symbols to another dedicated header. Signed-off-by: Robin Jarry --- Notes: v2: cleaned up includes lib/net/meson.build | 1 + lib/net/rte_cksu