Message ID | 20230131190512.3805897-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: transition act_pedit to rcu and percpu stats | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Tue, 31 Jan 2023 16:05:10 -0300 you wrote: > The software pedit action didn't get the same love as some of the > other actions and it's still using spinlocks and shared stats. > Therefore, transition the action to rcu and percpu stats which > improves the action's performance. > > We test this change with a very simple packet forwarding setup: > > [...] Here is the summary with links: - [net-next,v6,1/2] net/sched: transition act_pedit to rcu and percpu stats https://git.kernel.org/netdev/net-next/c/52cf89f78c01 - [net-next,v6,2/2] net/sched: simplify tcf_pedit_act https://git.kernel.org/netdev/net-next/c/95b069382351 You are awesome, thank you!