--- zzzz-none-000/linux-5.15.111/net/bridge/br_forward.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/bridge/br_forward.c 2024-02-07 09:28:09.000000000 +0000 @@ -7,6 +7,11 @@ * Lennert Buytenhek */ +/* + * Includes Intel Corporation's changes/modifications dated: 2011, 2018. + * Changed/modified portions - Copyright (c) 2011-2018, Intel Corporation. + */ + #include #include #include @@ -15,6 +20,7 @@ #include #include #include +#include #include "br_private.h" /* Don't forward packets to originating port or forwarding disabled */ @@ -201,6 +207,13 @@ { struct net_bridge_port *prev = NULL; struct net_bridge_port *p; +#ifdef CONFIG_TI_PACKET_PROCESSOR + ti_hil_pp_event (TI_BRIDGE_PACKET_FLOODED, (void*)skb); +#endif// CONFIG_TI_PACKET_PROCESSOR + +#ifdef CONFIG_TI_PACKET_PROCESSOR + ti_hil_pp_event (TI_BRIDGE_PACKET_FLOODED, (void*)skb); +#endif// CONFIG_TI_PACKET_PROCESSOR list_for_each_entry_rcu(p, &br->port_list, list) { /* Do not flood unicast traffic to ports that turn it off, nor