On Wed, 2025-09-03 at 15:51 -0700, Jakub Kicinski wrote: > On Wed, 3 Sep 2025 11:47:57 +1000 Wilfred Mallawa wrote: > > Upcoming Western Digital NVMe-TCP hardware controllers implement > > TLS > > support. For these devices, supporting TLS record size negotiation > > is > > necessary because the maximum TLS record size supported by the > > controller > > is less than the default 16KB currently used by the kernel. > > Just to be clear -- the device does not require that the records > align > with TCP segments, right? Yeah, that's correct. There is no requirement for alignment of TLS records with TCP segments. Cheers, Wilfred