This adds support for identifying QoS information in packets and use this and rate control information to submit to multiple egress queues. The ethernet driver is also made to support 2 egress and up to 32 egress queues. Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
3 lines
142 B
Makefile
3 lines
142 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_NET_DSA_RTL83XX) += common.o dsa.o \
|
|
rtl838x.o rtl839x.o rtl930x.o rtl931x.o debugfs.o qos.o
|