Re: [PATCH net 1/2] tcp: fix lost retransmit SNMP under-counting

2017-04-05 Thread David Miller
From: Yuchung Cheng Date: Tue, 4 Apr 2017 14:15:39 -0700 > The lost retransmit SNMP stat is under-counting retransmission > that uses segment offloading. This patch fixes that so all > retransmission related SNMP counters are consistent. > > Fixes: 10d3be569243 ("tcp-tso: do not split TSO packe

[PATCH net 1/2] tcp: fix lost retransmit SNMP under-counting

2017-04-04 Thread Yuchung Cheng
The lost retransmit SNMP stat is under-counting retransmission that uses segment offloading. This patch fixes that so all retransmission related SNMP counters are consistent. Fixes: 10d3be569243 ("tcp-tso: do not split TSO packets at retransmit time") Signed-off-by: Yuchung Cheng Signed-off-by: E