mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

This commit adds more clarity to handling of TC_CLSMATCHALL_REPLACE and TC_CLSMATCHALL_DESTROY events by calling newly added *_mall_*() handlers instead of directly calling SPAN API. This also extracts matchall rules management out of SPAN API since SPAN is a hardware module which is used to implement 'matchall egress mirred' action only. Signed-off-by: Taras Chornyi <tchornyi@marvell.com> Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu> Signed-off-by: Maksym Glubokiy <maksym.glubokiy@plvision.eu> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
431 B
Makefile
9 lines
431 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_PRESTERA) += prestera.o
|
|
prestera-objs := prestera_main.o prestera_hw.o prestera_dsa.o \
|
|
prestera_rxtx.o prestera_devlink.o prestera_ethtool.o \
|
|
prestera_switchdev.o prestera_acl.o prestera_flow.o \
|
|
prestera_flower.o prestera_span.o prestera_counter.o \
|
|
prestera_router.o prestera_router_hw.o prestera_matchall.o
|
|
|
|
obj-$(CONFIG_PRESTERA_PCI) += prestera_pci.o
|