Re: [PATCH net] r8152: fix tx packets accounting

2018-02-26 Thread David Miller
From: Eric Dumazet Date: Sun, 25 Feb 2018 19:12:10 -0800 > From: Eric Dumazet > > 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 ra

[PATCH net] r8152: fix tx packets accounting

2018-02-25 Thread Eric Dumazet
From: Eric Dumazet 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 ---