mlxsw: spectrum: Use only one function to create vFIDs
authorIdo Schimmel <idosch@mellanox.com>
Mon, 20 Jun 2016 21:04:09 +0000 (23:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2016 09:02:49 +0000 (05:02 -0400)
commitc7e920b5be6b2deaef51ae65a9ce18da3c8fa7da
treec2ebd536d9df6537d0d9692cdd0e36d56148cd06
parent47a0a9e6c38325028d8fa4eb764687fbeaee8ef2
mlxsw: spectrum: Use only one function to create vFIDs

Simplify the code and use only one function for vFID creation /
destruction.

Unlike before, the function receives a FID index as its argument and not
a vFID index. Instead of passing 0, now one would need to pass 4K, which
is the first vFID.

This is the first step in creating a generic FID struct that will be
used for all three types of FIDs.

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>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c