Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbbDPSJX (ORCPT ); Thu, 16 Apr 2015 14:09:23 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:34459 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754518AbbDPSJR (ORCPT ); Thu, 16 Apr 2015 14:09:17 -0400 Date: Thu, 16 Apr 2015 14:09:12 -0400 (EDT) Message-Id: <20150416.140912.996227200455677055.davem@davemloft.net> To: vbridger@opensource.altera.com Cc: peppe.cavallaro@st.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, vbridger@altera.com Subject: Re: [PATCH net 0/5] stmmac: Correct flow control configuration From: David Miller In-Reply-To: <1429114662-1528-1-git-send-email-vbridger@opensource.altera.com> References: <1429114662-1528-1-git-send-email-vbridger@opensource.altera.com> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 16 Apr 2015 11:09:16 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 25 From: Vince Bridgers Date: Wed, 15 Apr 2015 11:17:37 -0500 > This series of patches corrects flow control configuration for the Synopsys > GMAC driver. > > Flow control is configured based on a configurable receive fifo size. If > less than 4Kbytes flow control is left disabled and a warning is presented. If > a receive fifo size is not specified, flow control is left disabled to > maintain current behavior. Unicast pause detection was disabled, but is now > enabled. The pause time was modified to be maximum time per a XON/XOFF > flow control mode of operation. > > This patch was tested on an Altera Cyclone 5 and an Altera Arria 10 devkit, > and verified that flow control operates as expected when enabled. > > Please consider this series for inclusion so that flow control will > function as expected for the Synopsys GMAC controller. Series applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/