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

2022-01-06 Thread Singh, Aman Deep
@dpdk.org Subject: RE: [PATCH v4 1/2] net: add functions to calculate UDP/TCP cksum in mbuf Hi -Original Message- From: Singh, Aman Deep Sent: Wednesday, December 15, 2021 11:34 To: Li, Xiaoyun; Yigit, Ferruh ;olivier.m...@6wind.com; m...@smartsharesystems.com; Ananyev, Konstantin ;step

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

2022-01-04 Thread Li, Xiaoyun
dev@dpdk.org > Subject: RE: [PATCH v4 1/2] net: add functions to calculate UDP/TCP cksum in > mbuf > > Hi > > > -Original Message- > > From: Singh, Aman Deep > > Sent: Wednesday, December 15, 2021 11:34 > > To: Li, Xiaoyun ; Yigit, Ferruh >

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

2022-01-04 Thread Li, Xiaoyun
Cc: dev@dpdk.org > Subject: Re: [PATCH v4 1/2] net: add functions to calculate UDP/TCP cksum in > mbuf > > > On 12/3/2021 5:08 PM, Xiaoyun Li wrote: > > Add functions to call rte_raw_cksum_mbuf() to calculate IPv4/6 UDP/TCP > > checksum in mbuf which can be

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

2021-12-15 Thread Singh, Aman Deep
On 12/3/2021 5:08 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 --- doc/guides/rel_notes/release_22_03.rst | 10 ++ lib/net/rte_ip.h | 186

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

2021-12-03 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 --- doc/guides/rel_notes/release_22_03.rst | 10 ++ lib/net/rte_ip.h | 186 + lib/net/version.map