[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<170989383394.12583.17811930111770070930.git-patchwork-notify@kernel.org>
Date: Fri, 08 Mar 2024 10:30:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: fuyuanli <fuyuanli@...iglobal.com>
Cc: edumazet@...gle.com, rostedt@...dmis.org, mhiramat@...nel.org,
mathieu.desnoyers@...icios.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v3] tcp: Add skb addr and sock addr to arguments of
tracepoint tcp_probe.
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@...emloft.net>:
On Tue, 5 Mar 2024 11:04:17 +0800 you wrote:
> It is useful to expose skb addr and sock addr to user in tracepoint
> tcp_probe, so that we can get more information while monitoring
> receiving of tcp data, by ebpf or other ways.
>
> For example, we need to identify a packet by seq and end_seq when
> calculate transmit latency between layer 2 and layer 4 by ebpf, but which is
> not available in tcp_probe, so we can only use kprobe hooking
> tcp_rcv_established to get them. But we can use tcp_probe directly if skb
> addr and sock addr are available, which is more efficient.
>
> [...]
Here is the summary with links:
- [net-next,v3] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.
https://git.kernel.org/netdev/net-next/c/caabd859c41b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists