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

2023-02-10 Thread Ilya Maximets
On 11/24/22 06:30, 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 ch

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

2022-11-28 Thread David Marchand
On Thu, Nov 24, 2022 at 6:31 AM 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 come

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

2022-11-23 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