From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net-next 5/8] net: dsa: add tagging ops to port Date: Fri, 29 Sep 2017 12:12:53 -0700 Message-ID: References: <20170929183635.8122-1-vivien.didelot@savoirfairelinux.com> <20170929183635.8122-6-vivien.didelot@savoirfairelinux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Andrew Lunn To: Vivien Didelot , netdev@vger.kernel.org Return-path: In-Reply-To: <20170929183635.8122-6-vivien.didelot@savoirfairelinux.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 09/29/2017 11:36 AM, Vivien Didelot wrote: > The DSA tagging protocol operations are specific to each CPU port, > thus the dsa_device_ops pointer belongs to the dsa_port structure. > > From now on assign a slave's xmit copy from its CPU port tagging > operations. This will ease the future support for multiple CPU ports. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian