Message ID | 20220412102929.30719-1-grygorii.strashko@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | net: ethernet: ti: enable bc/mc storm prevention support | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 12 Apr 2022 13:29:26 +0300 you wrote: > Hi > > This series first adds supports for the ALE feature to rate limit number ingress > broadcast(BC)/multicast(MC) packets per/sec which main purpose is BC/MC storm > prevention. > > And then enables corresponding support for ingress broadcast(BC)/multicast(MC) > packets rate limiting for TI CPSW switchdev and AM65x/J221E CPSW_NUSS drivers by > implementing HW offload for simple tc-flower with policer action with matches > on dst_mac/mask: > - ff:ff:ff:ff:ff:ff/ff:ff:ff:ff:ff:ff has to be used for BC packets rate > limiting (exact match) > - 01:00:00:00:00:00/01:00:00:00:00:00 fixed value has to be used for MC > packets rate limiting > > [...] Here is the summary with links: - [net-next,v3,1/3] drivers: net: cpsw: ale: add broadcast/multicast rate limit support https://git.kernel.org/netdev/net-next/c/e3a5e33fae99 - [net-next,v3,2/3] net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention support https://git.kernel.org/netdev/net-next/c/5ec836be11b3 - [net-next,v3,3/3] net: ethernet: ti: cpsw_new: enable bc/mc storm prevention support https://git.kernel.org/netdev/net-next/c/127c9e970f59 You are awesome, thank you!