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
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
---