Re: [PATCH net-next 02/20] tcp: remove dead code in __tcp_v6_send_check()
From: David Ahern <hidden> Date: 2021-11-16 05:35:32
On 11/15/21 12:02 PM, Eric Dumazet wrote:
From: Eric Dumazet <edumazet@google.com>
For some reason, I forgot to change __tcp_v6_send_check() at
the same time I removed (ip_summed == CHECKSUM_PARTIAL) check
in __tcp_v4_send_check()
Fixes: 98be9b12096f ("tcp: remove dead code after CHECKSUM_PARTIAL adoption")