OSDN Git Service

r8152: fix tx packets accounting
authorEric Dumazet <edumazet@google.com>
Mon, 26 Feb 2018 03:12:10 +0000 (19:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Feb 2018 02:01:53 +0000 (21:01 -0500)
commit4c27bf3c5b7434ccb9ab962301da661c26b467a4
tree8ecd3a18210ffd4e8796eda1ea2a293ef1c4d988
parent4e994776e7bdc3402347f8ea7f8c1b73137bf3e3
r8152: fix tx packets accounting

r8152 driver handles TSO packets (limited to ~16KB) quite well,
but pretends each TSO logical packet is a single packet on the wire.

There is also some error since headers are accounted once, but
error rate is small enough that we do not care.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c