Re: [PATCH v6 0/2] Add functions to calculate UDP/TCP cksum in mbuf

2022-02-04 Thread Ferruh Yigit
On 1/24/2022 12:28 PM, Xiaoyun Li wrote: Added functions to calculate UDP/TCP checksum for packets which may be over multi-segments and called the functions in testpmd csum forwarding mode to support UDP/TCP sotfware checksum over multi-segments. Xiaoyun Li (2): net: add functions to calculat

[PATCH v6 0/2] Add functions to calculate UDP/TCP cksum in mbuf

2022-01-24 Thread Xiaoyun Li
Added functions to calculate UDP/TCP checksum for packets which may be over multi-segments and called the functions in testpmd csum forwarding mode to support UDP/TCP sotfware checksum over multi-segments. Xiaoyun Li (2): net: add functions to calculate UDP/TCP cksum in mbuf app/testpmd: enabl