From: Balazs Scheidler <bazsi77@gmail.com>
To: netdev@vger.kernel.org
Cc: Balazs Scheidler <balazs.scheidler@axoflow.com>
Subject: [PATCH net-next 0/2] Add IP/port information to UDP drop tracepoint
Date: Thu, 29 Feb 2024 08:37:58 +0100 [thread overview]
Message-ID: <cover.1709191570.git.balazs.scheidler@axoflow.com> (raw)
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.
Balazs Scheidler (2):
net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent
net: udp: add IP/port data to the tracepoint
udp/udp_fail_queue_rcv_skb
include/trace/events/net_probe_common.h | 41 ++++++++++++++++++++++
include/trace/events/tcp.h | 45 ++-----------------------
include/trace/events/udp.h | 33 +++++++++++++++---
net/ipv4/udp.c | 2 +-
net/ipv6/udp.c | 3 +-
5 files changed, 75 insertions(+), 49 deletions(-)
--
2.40.1
next reply other threads:[~2024-02-29 7:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 7:37 Balazs Scheidler [this message]
2024-02-29 7:37 ` [PATCH net-next 1/2] net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent Balazs Scheidler
2024-02-29 8:21 ` Kuniyuki Iwashima
2024-02-29 7:38 ` [PATCH net-next 2/2] net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb Balazs Scheidler
2024-02-29 8:27 ` Kuniyuki Iwashima
2024-02-29 8:56 ` Balazs Scheidler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1709191570.git.balazs.scheidler@axoflow.com \
--to=bazsi77@gmail.com \
--cc=balazs.scheidler@axoflow.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).