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

2021-09-27 Thread Olivier Matz
On Wed, Sep 22, 2021 at 10:16:09AM +0100, Ferruh Yigit wrote: > On 9/21/2021 3:59 PM, Lance Richardson wrote: > > Minor corrections and improvements to documentation > > for checksum APIs. > > > > Fixes: 6006818cfb26 ("net: new checksum functions") > > Fixes: 45a08ef55e44 ("net: introduce function

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

2021-09-22 Thread Ferruh Yigit
On 9/21/2021 3:59 PM, Lance Richardson wrote: > Minor corrections and improvements to documentation > for checksum APIs. > > Fixes: 6006818cfb26 ("net: new checksum functions") > Fixes: 45a08ef55e44 ("net: introduce functions to verify L4 checksums") > Cc: sta...@dpdk.org > Signed-off-by: Lance Ri