]> asedeno.scripts.mit.edu Git - linux.git/commit
mlxsw: spectrum_fid: Add APIs to lookup FID without creating it
authorIdo Schimmel <idosch@mellanox.com>
Wed, 17 Oct 2018 08:53:05 +0000 (08:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 00:45:07 +0000 (17:45 -0700)
commit564c6d727aca31735662b944311efda0d9465820
tree468430e30845c212019d82d2dbdedc8ed33259ed
parentd3d19d4b8ca2efbcf4fc543ef5d2367999a89862
mlxsw: spectrum_fid: Add APIs to lookup FID without creating it

Current APIs only allow looking for a FID and creating it in case it
does not exist.

With VxLAN, in case the bridge to which the VxLAN device was enslaved
does not already have a corresponding FID, then it means that something
went wrong that we need to be aware of.

Add an API to look up a FID, but without creating it in order to catch
above-mentioned situation.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c