From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/6] net: dsa: simplify switchdev prepare phase Date: Sat, 11 Nov 2017 15:50:37 +0900 (KST) Message-ID: <20171111.155037.2195236712911313408.davem@davemloft.net> References: <20171108171917.5965-1-vivien.didelot@savoirfairelinux.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, f.fainelli@gmail.com, andrew@lunn.ch To: vivien.didelot@savoirfairelinux.com Return-path: In-Reply-To: <20171108171917.5965-1-vivien.didelot@savoirfairelinux.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Vivien Didelot Date: Wed, 8 Nov 2017 12:19:11 -0500 > This patch series brings no functional changes. > > It removes the unused switchdev_trans arguments from the dsa_switch_ops > for both MDB and VLAN operations, and provides function to prepare and > add these objects for a given bitmap of ports. This series doesn't apply to net-next and it also seems to duplicate some fixes that went into 'net'. Please don't do things this way. When a fix has to go to 'net' fix, _wait_ until it propagates to 'net-next' if you must use it as a dependency. Thank you.