netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tcp_bbr: more GSO work
@ 2018-02-28 22:40 Eric Dumazet
  2018-02-28 22:40 ` [PATCH net-next 1/2] tcp_bbr: better deal with suboptimal GSO (II) Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eric Dumazet @ 2018-02-28 22:40 UTC (permalink / raw)
  To: David S . Miller
  Cc: netdev, Neal Cardwell, Yuchung Cheng, Soheil Hassas Yeganeh,
	Eric Dumazet, Eric Dumazet

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.

Eric Dumazet (2):
  tcp_bbr: better deal with suboptimal GSO (II)
  tcp_bbr: remove bbr->tso_segs_goal

 include/net/tcp.h     |  6 ++----
 net/ipv4/tcp_bbr.c    | 33 ++++++++++++++++-----------------
 net/ipv4/tcp_output.c | 15 ++++++++-------
 3 files changed, 26 insertions(+), 28 deletions(-)

-- 
2.16.2.395.g2e18187dfd-goog

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-02  2:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28 22:40 [PATCH net-next 0/2] tcp_bbr: more GSO work Eric Dumazet
2018-02-28 22:40 ` [PATCH net-next 1/2] tcp_bbr: better deal with suboptimal GSO (II) Eric Dumazet
2018-03-01  3:15   ` Neal Cardwell
2018-02-28 22:40 ` [PATCH net-next 2/2] tcp_bbr: remove bbr->tso_segs_goal Eric Dumazet
2018-03-01  3:17   ` Neal Cardwell
2018-02-28 22:42 ` [PATCH net-next 0/2] tcp_bbr: more GSO work Soheil Hassas Yeganeh
2018-03-02  2:44 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).