Re: [ovs-dev] [PATCH v11 3/4] userspace: Enable IP checksum offloading by default.

2023-04-28 Thread Ilya Maximets
On 3/27/23 12:50, Mike Pattrick wrote: > From: Flavio Leitner > > The netdev receiving packets is supposed to provide the flags > indicating if the IP checksum was verified and it is GOOD or BAD, > otherwise the stack will check when appropriate by software. > > If the packet comes with good

Re: [ovs-dev] [PATCH v11 3/4] userspace: Enable IP checksum offloading by default.

2023-04-19 Thread Simon Horman
On Mon, Mar 27, 2023 at 06:50:12AM -0400, Mike Pattrick wrote: > From: Flavio Leitner > > The netdev receiving packets is supposed to provide the flags > indicating if the IP checksum was verified and it is GOOD or BAD, > otherwise the stack will check when appropriate by software. > > If the

[ovs-dev] [PATCH v11 3/4] userspace: Enable IP checksum offloading by default.

2023-03-27 Thread Mike Pattrick
From: Flavio Leitner The netdev receiving packets is supposed to provide the flags indicating if the IP checksum was verified and it is GOOD or BAD, otherwise the stack will check when appropriate by software. If the packet comes with good checksum, then postpone the checksum calculation to the