Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932430AbdLOPfv (ORCPT ); Fri, 15 Dec 2017 10:35:51 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:51534 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932183AbdLOPft (ORCPT ); Fri, 15 Dec 2017 10:35:49 -0500 Date: Fri, 15 Dec 2017 10:35:44 -0500 (EST) Message-Id: <20171215.103544.1455899068451080679.davem@davemloft.net> To: sean.wang@mediatek.com Cc: andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v3 net-next 0/3] add VLAN support to DSA MT7530 From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.3 / 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]); Fri, 15 Dec 2017 07:35:48 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 726 Lines: 21 From: Date: Fri, 15 Dec 2017 12:46:59 +0800 > From: Sean Wang > > Changes sicne v2: > update to the latest code base from net-next and fix up all building > errors with -Werror. > > Changes since v1: > - fix up the typo > - prefer ordering declarations longest to shortest > - update that vlan_prepare callback should not change any state > - use lower case letter for function naming > > The patchset extends DSA MT7530 to VLAN support through filling required > callbacks in patch 1 and merging the special tag with VLAN tag in patch 2 > for allowing that the hardware can handle these packets with VID from the > CPU port. This one builds :-) Series applied, thanks.