Message ID | cover.1711475011.git.balazs.scheidler@axoflow.com (mailing list archive) |
---|---|
Headers | show |
Series | Add IP/port information to UDP drop tracepoint | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 26 Mar 2024 19:05:45 +0100 you wrote: > Hi, > > In our use-case we would like to recover the properties of dropped UDP > packets. Unfortunately the current udp_fail_queue_rcv_skb tracepoint > only exposes the port number of the receiving socket. > > This patch-set will add the source/dest ip/port to the tracepoint, while > keeping the socket's local port as well for compatibility. > > [...] Here is the summary with links: - [net-next,v4,1/2] net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent https://git.kernel.org/netdev/net-next/c/a0ad11fc2632 - [net-next,v4,2/2] net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb https://git.kernel.org/netdev/net-next/c/e9669a00bba7 You are awesome, thank you!