Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller <davem@xxxxxxxxxxxxx>: On Fri, 17 Mar 2023 03:21:32 +0000 you wrote: > The refcount wr_tx_refcnt may cause cache thrashing problems among > cores and we can use percpu ref to mitigate this issue here. We > gain some performance improvement with percpu ref here on our > customized smc-r verion. Applying cache alignment may also mitigate > this problem but it seem more reasonable to use percpu ref here. > We can also replace wr_reg_refcnt with one percpu reference like > wr_tx_refcnt. > > [...] Here is the summary with links: - [net-next,v5] net/smc: Use percpu ref for wr tx reference https://git.kernel.org/netdev/net-next/c/79a22238b4f2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html