mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
The goal of this is to provide a possibility to support various switch chips. Drivers should implement relevant ndos to do so. Now there is only one ndo defined: - for getting physical switch id is in place. Note that user can use random port netdevice to access the switch. Signed-off-by: Jiri Pirko <[email protected]> Reviewed-by: Thomas Graf <[email protected]> Acked-by: Andy Gospodarek <[email protected]> Signed-off-by: David S. Miller <[email protected]>
6 lines
85 B
Makefile
6 lines
85 B
Makefile
#
|
|
# Makefile for the Switch device API
|
|
#
|
|
|
|
obj-$(CONFIG_NET_SWITCHDEV) += switchdev.o
|