Re: [PATCH net 2/2] tcp: fix reordering SNMP under-counting

2017-04-05 Thread David Miller
From: Yuchung Cheng Date: Tue, 4 Apr 2017 14:15:40 -0700 > Currently the reordering SNMP counters only increase if a connection > sees a higher degree then it has previously seen. It ignores if the > reordering degree is not greater than the default system threshold. > This significantly under-c

[PATCH net 2/2] tcp: fix reordering SNMP under-counting

2017-04-04 Thread Yuchung Cheng
Currently the reordering SNMP counters only increase if a connection sees a higher degree then it has previously seen. It ignores if the reordering degree is not greater than the default system threshold. This significantly under-counts the number of reordering events and falsely convey that reorde