commit | 2fa9d45e16089b499909d807025f0d66b2442d57 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Jan 07 11:50:29 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 09 21:06:33 2016 -0500 |
tree | 3142608032d9c0bd1ab04eca85aa97c35d78f31c | |
parent | 824b1a97400338e47ba7f878a42cd89d80cd5b81 [diff] |
mlxsw: spectrum: pass local_port to mlxsw_sp_port_fdb_uc_op 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 <jiri@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>