]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: switchdev: change fdb addr for a byte array
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Thu, 6 Aug 2015 05:44:02 +0000 (01:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 05:48:08 +0000 (22:48 -0700)
commit1525c386a1f01612c6f3f27241113d7fc8e6d72d
treed458fe594c576cde15ec69354e206932db13b352
parent4933d85c5173832ebd261756522095837583c458
net: switchdev: change fdb addr for a byte array

The address in the switchdev_obj_fdb structure is currently represented
as a pointer. Replacing it for a 6-byte array allows switchdev to carry
addresses directly read from hardware registers, not stored by the
switch chip driver (as in Rocker).

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rocker/rocker.c
include/net/switchdev.h
net/bridge/br_fdb.c
net/switchdev/switchdev.c