From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: stmmac: Add CBS support in XGMAC2 Date: Sat, 01 Sep 2018 17:40:53 -0700 (PDT) Message-ID: <20180901.174053.217673121111862882.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Joao.Pinto@synopsys.com, peppe.cavallaro@st.com, alexandre.torgue@st.com To: Jose.Abreu@synopsys.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54168 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725847AbeIBEyj (ORCPT ); Sun, 2 Sep 2018 00:54:39 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Jose Abreu Date: Thu, 30 Aug 2018 15:09:48 +0100 > XGMAC2 uses the same CBS mechanism as GMAC5, only registers offset > changes. Lets use the same TC callbacks and implement the .config_cbs > callback in XGMAC2 core. > > Signed-off-by: Jose Abreu Applied.