Message ID | 20231219181623.3845083-1-victor@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: Introduce tc block ports tracking and use | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 19 Dec 2023 15:16:18 -0300 you wrote: > __context__ > The "tc block" is a collection of netdevs/ports which allow qdiscs to share > match-action block instances (as opposed to the traditional tc filter per > netdev/port)[1]. > > Up to this point in the implementation, the block is unaware of its ports. > This patch makes the tc block ports available to the datapath. > > [...] Here is the summary with links: - [net-next,v8,1/5] net/sched: Introduce tc block netdev tracking infra https://git.kernel.org/netdev/net-next/c/913b47d3424e - [net-next,v8,2/5] net/sched: cls_api: Expose tc block to the datapath https://git.kernel.org/netdev/net-next/c/a7042cf8f231 - [net-next,v8,3/5] net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readability https://git.kernel.org/netdev/net-next/c/16085e48cb48 - [net-next,v8,4/5] net/sched: act_mirred: Add helper function tcf_mirred_replace_dev https://git.kernel.org/netdev/net-next/c/415e38bf1d8d - [net-next,v8,5/5] net/sched: act_mirred: Allow mirred to block https://git.kernel.org/netdev/net-next/c/42f39036cda8 You are awesome, thank you!