net: dsa: add port_vlan_dump routine
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 23 Feb 2016 17:13:54 +0000 (12:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:20:20 +0000 (15:20 -0500)
commit65aebfc002abc1827ac7c8644a2bba0459ce3ce2
tree60a6298a94bbee916fd1853059b4dff31be40596
parent2a04c7baded1cb2717ef8d02759e2ce13ae28602
net: dsa: add port_vlan_dump routine

Similar to port_fdb_dump, add a port_vlan_dump function to DSA drivers
which gets passed the switchdev VLAN object and callback.

This function, if implemented, takes precedence over the soon legacy
vlan_getnext/port_pvid_get approach.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/dsa/dsa.txt
include/net/dsa.h
net/dsa/slave.c
This page took 0.025339 seconds and 5 git commands to generate.