Message ID | 20231216204436.3712716-1-victor@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net: sched: Make tc-related drop reason more flexible for remaining qdiscs | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Sat, 16 Dec 2023 17:44:33 -0300 you wrote: > This patch builds on Daniel's patch[1] to add initial support of tc drop > reason. The main goal is to distinguish between policy and error drops for > the remainder of the egress qdiscs (other than clsact). > The drop reason is set by cls_api and act_api in the tc skb cb in case > any error occurred in the data path. > > Also add new skb drop reasons that are idiosyncratic to TC. > > [...] Here is the summary with links: - [net-next,v5,1/3] net: sched: Move drop_reason to struct tc_skb_cb https://git.kernel.org/netdev/net-next/c/fb2780721ca5 - [net-next,v5,2/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs https://git.kernel.org/netdev/net-next/c/b6a3c6066afc - [net-next,v5,3/3] net: sched: Add initial TC error skb drop reasons https://git.kernel.org/netdev/net-next/c/4cf24dc89340 You are awesome, thank you!