From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/3] fix DCTCP ECE Ack series Date: Fri, 20 Jul 2018 14:32:52 -0700 (PDT) Message-ID: <20180720.143252.965680593246745856.davem@davemloft.net> References: <20180718205636.210731-1-ycheng@google.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, edumazet@google.com, ncardwell@google.com, brakmo@fb.com, ysseung@google.com To: ycheng@google.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:55408 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727671AbeGTWXA (ORCPT ); Fri, 20 Jul 2018 18:23:00 -0400 In-Reply-To: <20180718205636.210731-1-ycheng@google.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Yuchung Cheng Date: Wed, 18 Jul 2018 13:56:33 -0700 > This patch set address that the existing DCTCP implementation does not > fully implement the ACK policy specified in the RFC. This improves > the responsiveness of CE status change particularly on flows with > small inflight. Series applied, and queued up for -stable, thanks.