Re: [PATCH v5 1/2] net: add functions to calculate UDP/TCP cksum in mbuf

2022-01-21 Thread Ferruh Yigit
On 1/6/2022 4:03 PM, Xiaoyun Li wrote: Add functions to call rte_raw_cksum_mbuf() to calculate IPv4/6 UDP/TCP checksum in mbuf which can be over multi-segments. Signed-off-by: Xiaoyun Li Acked-by: Aman Singh Tested-by: Sunil Pai G Thanks Xiaoyun, patch looks good to me: Acked-by: Ferruh Yi

[PATCH v5 1/2] net: add functions to calculate UDP/TCP cksum in mbuf

2022-01-06 Thread Xiaoyun Li
Add functions to call rte_raw_cksum_mbuf() to calculate IPv4/6 UDP/TCP checksum in mbuf which can be over multi-segments. Signed-off-by: Xiaoyun Li Acked-by: Aman Singh Tested-by: Sunil Pai G --- doc/guides/rel_notes/release_22_03.rst | 11 ++ lib/net/rte_ip.h | 186