From: Antonio Quartulli <antonio@openvpn.net>
To: Ralf Lici <ralf@mandelbit.com>, netdev@vger.kernel.org
Cc: "David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Simon Horman <horms@kernel.org>,
Mina Almasry <almasrymina@google.com>,
Eric Biggers <ebiggers@google.com>,
Sabrina Dubroca <sd@queasysnail.net>
Subject: Re: [PATCH net v3 1/3] net: datagram: introduce datagram_poll_queue for custom receive queues
Date: Wed, 22 Oct 2025 20:56:31 +0200 [thread overview]
Message-ID: <7333eeaf-e28a-45c3-802e-bde9717c8b0d@openvpn.net> (raw)
In-Reply-To: <20251021100942.195010-2-ralf@mandelbit.com>
On 21/10/2025 12:09, Ralf Lici wrote:
> Some protocols using TCP encapsulation (e.g., espintcp, openvpn) deliver
> userspace-bound packets through a custom skb queue rather than the
> standard sk_receive_queue.
>
> Introduce datagram_poll_queue that accepts an explicit receive queue,
> and convert datagram_poll into a wrapper around datagram_poll_queue.
> This allows protocols with custom skb queues to reuse the core polling
> logic without relying on sk_receive_queue.
>
> Cc: Sabrina Dubroca <sd@queasysnail.net>
> Cc: Antonio Quartulli <antonio@openvpn.net>
> Signed-off-by: Ralf Lici <ralf@mandelbit.com>
Reviewed-by: Antonio Quartulli <antonio@openvpn.net>
--
Antonio Quartulli
OpenVPN Inc.
next prev parent reply other threads:[~2025-10-22 18:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-21 10:09 [PATCH net v3 0/3] fix poll behaviour for TCP-based tunnel protocols Ralf Lici
2025-10-21 10:09 ` [PATCH net v3 1/3] net: datagram: introduce datagram_poll_queue for custom receive queues Ralf Lici
2025-10-22 14:12 ` Sabrina Dubroca
2025-10-22 18:56 ` Antonio Quartulli [this message]
2025-10-21 10:09 ` [PATCH net v3 2/3] espintcp: use datagram_poll_queue for socket readiness Ralf Lici
2025-10-22 14:13 ` Sabrina Dubroca
2025-10-21 10:09 ` [PATCH net v3 3/3] ovpn: use datagram_poll_queue for socket readiness in TCP Ralf Lici
2025-10-22 14:18 ` Sabrina Dubroca
2025-10-23 8:03 ` Antonio Quartulli
2025-10-23 14:00 ` [PATCH net v3 0/3] fix poll behaviour for TCP-based tunnel protocols patchwork-bot+netdevbpf
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=7333eeaf-e28a-45c3-802e-bde9717c8b0d@openvpn.net \
--to=antonio@openvpn.net \
--cc=almasrymina@google.com \
--cc=davem@davemloft.net \
--cc=ebiggers@google.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=ralf@mandelbit.com \
--cc=sd@queasysnail.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.