diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2022-11-25 10:50:08 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-11-29 13:08:23 +0100 |
commit | 61caac2d1ab51a188f3439d0645b756fde317c1c (patch) | |
tree | 23ac6416fbbc622e8c7a93233426139453a4b9f1 /drivers/net/ethernet/microchip/lan966x/Makefile | |
parent | net: lan966x: add tc flower support for VCAP API (diff) | |
download | linux-61caac2d1ab51a188f3439d0645b756fde317c1c.tar.xz linux-61caac2d1ab51a188f3439d0645b756fde317c1c.zip |
net: lan966x: add tc matchall goto action
Extend matchall with action goto. This is needed to enable the lookup in
the VCAP. It is needed to connect chain 0 to a chain that is recognized
by the HW.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/microchip/lan966x/Makefile')
-rw-r--r-- | drivers/net/ethernet/microchip/lan966x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/lan966x/Makefile b/drivers/net/ethernet/microchip/lan966x/Makefile index 23781149f7a9..56afd694f3c7 100644 --- a/drivers/net/ethernet/microchip/lan966x/Makefile +++ b/drivers/net/ethernet/microchip/lan966x/Makefile @@ -13,7 +13,7 @@ lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o \ lan966x_tbf.o lan966x_cbs.o lan966x_ets.o \ lan966x_tc_matchall.o lan966x_police.o lan966x_mirror.o \ lan966x_xdp.o lan966x_vcap_impl.o lan966x_vcap_ag_api.o \ - lan966x_tc_flower.o + lan966x_tc_flower.o lan966x_goto.o # Provide include files ccflags-y += -I$(srctree)/drivers/net/ethernet/microchip/vcap |