From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] Documentation: networking: ti-cpsw: correct cbs parameters for Eth1 100Mb Date: Thu, 16 Aug 2018 12:27:36 -0700 (PDT) Message-ID: <20180816.122736.1276296581513153374.davem@davemloft.net> References: <20180815202953.10137-1-ivan.khoronzhuk@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: grygorii.strashko@ti.com, corbet@lwn.net, netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org To: ivan.khoronzhuk@linaro.org Return-path: In-Reply-To: <20180815202953.10137-1-ivan.khoronzhuk@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Ivan Khoronzhuk Date: Wed, 15 Aug 2018 23:29:53 +0300 > If set cbs parameters calculated for 1000Mb, but use on 100Mb port > w/o h/w offload (for cpsw offload it doesn't matter), it works > incorrectly. According to the example and testing board, second port > is 100Mb interface. Correct them on recalculated for 100Mb interface. > It allows to use the same command for CBS software implementation for > board in example. > > Signed-off-by: Ivan Khoronzhuk Applied, thanks.