diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2015-03-25 21:41:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-29 12:06:45 -0700 |
commit | 7a1e890e2168e33fb62d84528e996b8b4b478fea (patch) | |
tree | 2b9d47228b9d613a9934f8bddde26a6633cf748e /net | |
parent | 1e9e39f4a29857a396ac7b669d109f697f66695e (diff) | |
download | linux-stable-7a1e890e2168e33fb62d84528e996b8b4b478fea.tar.gz linux-stable-7a1e890e2168e33fb62d84528e996b8b4b478fea.tar.bz2 linux-stable-7a1e890e2168e33fb62d84528e996b8b4b478fea.zip |
usbnet: Fix tx_bytes statistic running backward in cdc_ncm
cdc_ncm disagrees with usbnet about how much framing overhead should
be counted in the tx_bytes statistics, and tries 'fix' this by
decrementing tx_bytes on the transmit path. But statistics must never
be decremented except due to roll-over; this will thoroughly confuse
user-space. Also, tx_bytes is only incremented by usbnet in the
completion path.
Fix this by requiring drivers that set FLAG_MULTI_FRAME to set a
tx_bytes delta along with the tx_packets count.
Fixes: beeecd42c3b4 ("net: cdc_ncm/cdc_mbim: adding NCM protocol statistics")
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions