OSDN Git Service

vxlan: Add extack to switchdev operations
authorPetr Machata <petrm@mellanox.com>
Wed, 16 Jan 2019 23:06:54 +0000 (23:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 23:18:47 +0000 (15:18 -0800)
commit4c59b7d16096e5e2cfbc7f8cba972eb72f6b96c0
treed0e1636f85caf6ce26ef457665f621bf9a88b818
parentd907f58fa90f0fcba1268eab24b1e0997e0d1e22
vxlan: Add extack to switchdev operations

There are four sources of VXLAN switchdev notifier calls:

- the changelink() link operation, which already supports extack,
- ndo_fdb_add() which got extack support in a previous patch,
- FDB updates due to packet forwarding,
- and vxlan_fdb_replay().

Extend vxlan_fdb_switchdev_call_notifiers() to include extack in the
switchdev message that it sends, and propagate the argument upwards to
the callers. For the first two cases, pass in the extack gotten through
the operation. For case #3, pass in NULL.

To cover the last case, extend vxlan_fdb_replay() to take extack
argument, which might come from whatever operation necessitated the FDB
replay.

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