vxlan: Add vxlan_fdb_find_uc() for FDB querying
authorPetr Machata <petrm@mellanox.com>
Wed, 17 Oct 2018 08:53:24 +0000 (08:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 00:45:08 +0000 (17:45 -0700)
commit1941f1d6453a527ae8df59891da0319646608444
tree361cb5d0241993f62d67b84f9811be2000b73204
parent9a99735317866e821c75f957fc85c63d049d330c
vxlan: Add vxlan_fdb_find_uc() for FDB querying

A switchdev-capable driver that is aware of VXLAN may need to query
VXLAN FDB. In the particular case of mlxsw, this functionality is
limited to querying UC FDBs. Those being easier to deal with than the
general case of RDST chain traversal, introduce an interface to query
specifically UC FDBs: vxlan_fdb_find_uc().

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/vxlan.h