commit | 8168287b5dfac9227a549ed87f5e111b7005e8a4 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Wed Aug 17 16:39:36 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 17 19:18:27 2016 -0400 |
tree | 0f4c72a9174c8e4f0a586575be4dc4eda20ae3a2 | |
parent | 0583272d91f0f4e21f1eb666786286863185be7e [diff] |
mlxsw: spectrum: Unmap 802.1Q FID before destroying it Before destroying the 802.1Q FID we should first remove the VID-to-FID mapping. This makes mlxsw_sp_fid_destroy() symmetric with regards to mlxsw_sp_fid_create(). Fixes: 14d39461b3f4 ("mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridge") Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>