From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Cardwell Subject: [PATCH net-next 0/2] tcp_bbr: TCP BBR changes for EDT pacing model Date: Tue, 16 Oct 2018 20:16:43 -0400 Message-ID: <20181017001645.261770-1-ncardwell@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: netdev@vger.kernel.org, Neal Cardwell To: David Miller Return-path: Received: from mail-qk1-f201.google.com ([209.85.222.201]:46040 "EHLO mail-qk1-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727088AbeJQIJt (ORCPT ); Wed, 17 Oct 2018 04:09:49 -0400 Received: by mail-qk1-f201.google.com with SMTP id s123-v6so25609570qkf.12 for ; Tue, 16 Oct 2018 17:16:52 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Two small patches for TCP BBR to follow up with Eric's recent work to change the TCP and fq pacing machinery to an "earliest departure time" (EDT) model: - The first patch adjusts the TCP BBR logic to work with the new "earliest departure time" (EDT) pacing model. - The second patch adjusts the TCP BBR logic to centralize the setting of gain values, to simplify the code and prepare for future changes. Neal Cardwell (2): tcp_bbr: adjust TCP BBR for departure time pacing tcp_bbr: centralize code to set gains net/ipv4/tcp_bbr.c | 77 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 65 insertions(+), 12 deletions(-) -- 2.19.1.331.ge82ca0e54c-goog