Re: [PATCH net] ipv6: Paritially checksum full MTU frames

2017-01-30 Thread David Miller
From: Vladislav Yasevich Date: Sun, 29 Jan 2017 22:52:53 -0500 > IPv6 will mark data that is smaller that mtu - headersize as > CHECKSUM_PARTIAL, but if the data will completely fill the mtu, > the packet checksum will be computed in software instead. > Extend the conditional to include the data

[PATCH net] ipv6: Paritially checksum full MTU frames

2017-01-29 Thread Vladislav Yasevich
IPv6 will mark data that is smaller that mtu - headersize as CHECKSUM_PARTIAL, but if the data will completely fill the mtu, the packet checksum will be computed in software instead. Extend the conditional to include the data that fills the mtu as well. Signed-off-by: Vladislav Yasevich --- net/