Re: less proto cksum out

2023-05-08 Thread Claudio Jeker
On Mon, May 08, 2023 at 02:29:12PM +0200, Alexander Bluhm wrote: > Hi, > > The call to in_proto_cksum_out() is only needed before the packet > is passed to ifp->if_output(). The fragment code has its own > checksum calculation and the other paths end in goto bad. > > My TSO tcp_copper() will als

less proto cksum out

2023-05-08 Thread Alexander Bluhm
Hi, The call to in_proto_cksum_out() is only needed before the packet is passed to ifp->if_output(). The fragment code has its own checksum calculation and the other paths end in goto bad. My TSO tcp_copper() will also do its own checksum handling, so I have to move the call to in_proto_cksum_ou