Re: [dpdk-dev] [dpdk-stable] [PATCH] net: fix checksum API documentation

2021-09-21 Thread Lance Richardson
On Tue, Sep 21, 2021 at 6:11 AM Morten Brørup wrote: > Ferruh, the description of the return value is technically correct; it > mentions the IP packet, not the IP header. > So this change is a clarification only. > > However, I agree that the same clarification would also benefit > 'rte_ipv4_ud

Re: [dpdk-dev] [dpdk-stable] [PATCH] net: fix checksum API documentation

2021-09-21 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, 21 September 2021 11.28 > > On 9/17/2021 11:57 AM, Morten Brørup wrote: > >> From: Lance Richardson [mailto:lance.richard...@broadcom.com] > >> Sent: Thursday, 16 September 2021 18.11 > >> > >> Minor corrections a

Re: [dpdk-dev] [dpdk-stable] [PATCH] net: fix checksum API documentation

2021-09-21 Thread Ferruh Yigit
On 9/17/2021 11:57 AM, Morten Brørup wrote: >> From: Lance Richardson [mailto:lance.richard...@broadcom.com] >> Sent: Thursday, 16 September 2021 18.11 >> >> Minor corrections and improvements to documentation >> for checksum APIs. >> >> Fixes: 6006818cfb26 ("net: new checksum functions") >> Fixes: