From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roopa Prabhu via Bridge Subject: Re: [PATCH net] bridge: Fix error path in nbp_vlan_init Date: Wed, 01 Mar 2017 10:25:36 -0800 Message-ID: <58B71220.6080306@cumulusnetworks.com> References: <1488379845-38625-1-git-send-email-yotamg@mellanox.com> Reply-To: Roopa Prabhu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: idosch@mellanox.com, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, jiri@mellanox.com, eladr@mellanox.com, davem@davemloft.net To: Yotam Gigi Return-path: In-Reply-To: <1488379845-38625-1-git-send-email-yotamg@mellanox.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org On 3/1/17, 6:50 AM, Yotam Gigi wrote: > Fix error path order in nbp_vlan_init, so if switchdev_port_attr_set > call failes, the vlan_hash wouldn't be destroyed before inited. > > Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support") > CC: Roopa Prabhu > Signed-off-by: Yotam Gigi > --- > Acked-by: Roopa Prabhu Thanks yotam.