From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch net-next v2 1/2] mlxsw: spectrum: pass local_port to mlxsw_sp_port_fdb_uc_op Date: Sat, 09 Jan 2016 21:07:01 -0500 (EST) Message-ID: <20160109.210701.2226572713009411405.davem@davemloft.net> References: <1452163830-20425-1-git-send-email-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, idosch@mellanox.com, eladr@mellanox.com, yotamg@mellanox.com, ogerlitz@mellanox.com To: jiri@resnulli.us Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:50258 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756607AbcAJCHE (ORCPT ); Sat, 9 Jan 2016 21:07:04 -0500 In-Reply-To: <1452163830-20425-1-git-send-email-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Thu, 7 Jan 2016 11:50:29 +0100 > From: Jiri Pirko > > Do not pass struct mlxsw_sp_port to mlxsw_sp_port_fdb_uc_op and rather > just pass local_port. This is needed in case this is called from SFN > process function and mlxsw_sp_port is not existent for particular > local_port. > > Signed-off-by: Jiri Pirko > Reviewed-by: Ido Schimmel > --- > v1->v2: > - no change Applied.