OSDN Git Service

Merge branch 'tcp_bbr-more-GSO-work'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:44:29 +0000 (21:44 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:44:29 +0000 (21:44 -0500)
Eric Dumazet says:

====================
tcp_bbr: more GSO work

Playing with r8152 USB 1Gbit NIC, on both USB2 and USB3 slots, I found
that BBR was performing poorly, because of TSO being limited to 16KB

This patch series makes sure BBR is not under estimating number of
packets that are needed to fill the pipe when a device has suboptimal
TSO limits.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge