All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sabrina Dubroca <sd@queasysnail.net>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Chuck Lever <cel@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Simon Horman <horms@kernel.org>,
	John Fastabend <john.fastabend@gmail.com>,
	Shuah Khan <shuah@kernel.org>, Jeff Layton <jlayton@kernel.org>,
	NeilBrown <neil@brown.name>,
	Olga Kornievskaia <okorniev@redhat.com>,
	Dai Ngo <Dai.Ngo@oracle.com>, Tom Talpey <tom@talpey.com>,
	netdev@vger.kernel.org, kernel-tls-handshake@lists.linux.dev,
	linux-kselftest@vger.kernel.org, linux-nfs@vger.kernel.org
Subject: Re: [PATCH net-next v2 2/6] net: Introduce read_sock_rectype proto_ops for control record delivery
Date: Fri, 31 Jul 2026 01:40:41 +0200	[thread overview]
Message-ID: <amvg-dZzDB6GzzSH@krikkit> (raw)
In-Reply-To: <20260730163457.1105fa69@kernel.org>

2026-07-30, 16:34:57 -0700, Jakub Kicinski wrote:
> On Fri, 31 Jul 2026 01:09:33 +0200 Sabrina Dubroca wrote:
> > To avoid that, you'd have to run recvmsg-nocmsg/read_sock to get all
> > the DATA out, then once you know the next chunk of payload is a
> > control record (and hopefully nothing else is reading from your
> > socket), one recvmsg+cmsg into a separate buffer.
> 
> I guess the difference in perspective stems from a fact that
> I'd look at a socket as a stream one reads and dispatches work
> based on the input. Not an abstraction layer that by itself
> dispatches different handlers for different message types.

I agree. But TCP is a magical world where users don't have to worry
about message types, and TLS isn't. It seems the users of the existing
(TCP-oriented) API are unhappy with the mismatch, but I'm not
convinced we can (and maybe "should") make that work.

-- 
Sabrina

  reply	other threads:[~2026-07-30 23:40 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-20 14:27 [PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers Chuck Lever
2026-07-20 14:27 ` [PATCH net-next v2 1/6] net/tls: Bound consecutive no-data records in tls_sw_read_sock() Chuck Lever
2026-07-23  7:11   ` Hannes Reinecke
2026-07-23 13:24     ` Chuck Lever
2026-07-23 14:23       ` Sabrina Dubroca
2026-07-23 14:29         ` Chuck Lever
2026-07-23 22:05           ` Sabrina Dubroca
2026-07-29  1:47   ` Jakub Kicinski
2026-07-29  3:17     ` Chuck Lever
2026-07-20 14:27 ` [PATCH net-next v2 2/6] net: Introduce read_sock_rectype proto_ops for control record delivery Chuck Lever
2026-07-23  7:14   ` Hannes Reinecke
2026-07-29  1:51   ` Jakub Kicinski
2026-07-29  1:57     ` Chuck Lever
2026-07-29  2:30       ` Jakub Kicinski
2026-07-29  2:51         ` Chuck Lever
2026-07-29 12:23           ` Sabrina Dubroca
2026-07-29 13:13             ` Chuck Lever
2026-07-29 23:31           ` Jakub Kicinski
2026-07-30 14:16             ` Sabrina Dubroca
2026-07-30 21:35               ` Jakub Kicinski
2026-07-30 23:09                 ` Sabrina Dubroca
2026-07-30 23:34                   ` Jakub Kicinski
2026-07-30 23:40                     ` Sabrina Dubroca [this message]
2026-07-31  0:12                 ` Chuck Lever
2026-07-20 14:27 ` [PATCH net-next v2 3/6] tls: Implement read_sock_rectype for kTLS software path Chuck Lever
2026-07-23  7:14   ` Hannes Reinecke
2026-07-20 14:27 ` [PATCH net-next v2 4/6] selftests/tls: Add tests for data/control record interleaving Chuck Lever
2026-07-20 14:27 ` [PATCH net-next v2 5/6] SUNRPC: Use read_sock_rectype for svcsock TCP receives Chuck Lever
2026-07-20 14:28 ` [PATCH net-next v2 6/6] SUNRPC: Remove sock_recvmsg path from " Chuck Lever
2026-07-23  7:19 ` [PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers Hannes Reinecke
2026-07-29  1:43 ` Jakub Kicinski
2026-07-29  1:46   ` Chuck Lever
2026-07-29  1:55     ` Jakub Kicinski
2026-07-29  2:16       ` Chuck Lever
2026-07-29  2:24         ` Jakub Kicinski

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=amvg-dZzDB6GzzSH@krikkit \
    --to=sd@queasysnail.net \
    --cc=Dai.Ngo@oracle.com \
    --cc=cel@kernel.org \
    --cc=horms@kernel.org \
    --cc=jlayton@kernel.org \
    --cc=john.fastabend@gmail.com \
    --cc=kernel-tls-handshake@lists.linux.dev \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=neil@brown.name \
    --cc=netdev@vger.kernel.org \
    --cc=okorniev@redhat.com \
    --cc=pabeni@redhat.com \
    --cc=shuah@kernel.org \
    --cc=tom@talpey.com \
    /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.