forked from Minki/linux
4b8ac9660a
This patch introduces the first driver to benefit from the switchdev infrastructure and to implement newly introduced switch ndos. This is a driver for emulated switch chip implemented in qemu: https://github.com/sfeldma/qemu-rocker/ This patch is a result of joint work with Scott Feldman. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: Jiri Pirko <jiri@resnulli.us> Reviewed-by: Thomas Graf <tgraf@suug.ch> Reviewed-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
88 B
Makefile
6 lines
88 B
Makefile
#
|
|
# Makefile for the Rocker network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ROCKER) += rocker.o
|