]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/net/dsa/mv88e6352.c
net: dsa: add port_fdb_prepare
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Thu, 8 Oct 2015 15:35:12 +0000 (11:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Oct 2015 12:28:49 +0000 (05:28 -0700)
commit146a32067b3fde1424d737d7fb333eb0951e6419
treea9806c0cae535096c9a620ef733d05787e88f735
parent6e86ac120e144154d345ebb5839d50b6f713149b
net: dsa: add port_fdb_prepare

Push the prepare phase for FDB operations down to the DSA drivers, with
a new port_fdb_prepare function. Currently only mv88e6xxx is affected.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6171.c
drivers/net/dsa/mv88e6352.c
drivers/net/dsa/mv88e6xxx.c
drivers/net/dsa/mv88e6xxx.h
include/net/dsa.h
net/dsa/slave.c