Message ID | 20211101073912.60410-1-tonylu@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | Tracepoints for SMC | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Mon, 1 Nov 2021 15:39:10 +0800 you wrote: > This patch set introduces tracepoints for SMC, including the tracepoints > basic code. The tracepoitns would help us to track SMC's behaviors by > automatic tools, or other BPF tools, and zero overhead if not enabled. > > Compared with kprobe and other dymatic tools, the tracepoints are > considered as stable API, and less overhead for tracing with easy-to-use > API. > > [...] Here is the summary with links: - [net-next,1/3] net/smc: Introduce tracepoint for fallback https://git.kernel.org/netdev/net-next/c/482626086820 - [net-next,2/3] net/smc: Introduce tracepoints for tx and rx msg https://git.kernel.org/netdev/net-next/c/aff3083f10bf - [net-next,3/3] net/smc: Introduce tracepoint for smcr link down https://git.kernel.org/netdev/net-next/c/a3a0e81b6fd5 You are awesome, thank you!