On Sat, Feb 27, 2021 at 7:10 AM Rodney W. Grimes <
freebsd-...@gndrsh.dnsmgr.net> wrote:
> > On Fri, Feb 26, 2021 at 9:24 AM Rodney W. Grimes <
> > freebsd-...@gndrsh.dnsmgr.net> wrote:
> >
> > > > My understanding is that KTLS works very well with OpenSSL for
> sending,
> > > but
> > > > not as w
> On Fri, Feb 26, 2021 at 9:24 AM Rodney W. Grimes <
> freebsd-...@gndrsh.dnsmgr.net> wrote:
>
> > > My understanding is that KTLS works very well with OpenSSL for sending,
> > but
> > > not as well for receiving, because there's nothing like a recvfile
> > > syscall. However, it works great for
Warner Losh wrote:
>On Fri, Feb 26, 2021 at 11:16 AM Rodney W. Grimes <
>freebsd-...@gndrsh.dnsmgr.net> wrote:
>
>> > On Fri, Feb 26, 2021 at 9:24 AM Rodney W. Grimes <
>> > freebsd-...@gndrsh.dnsmgr.net> wrote:
>> >
>> > > > My understanding is that KTLS works very well with OpenSSL for
>> sending
On Fri, Feb 26, 2021 at 11:16 AM Rodney W. Grimes <
freebsd-...@gndrsh.dnsmgr.net> wrote:
> > On Fri, Feb 26, 2021 at 9:24 AM Rodney W. Grimes <
> > freebsd-...@gndrsh.dnsmgr.net> wrote:
> >
> > > > My understanding is that KTLS works very well with OpenSSL for
> sending,
> > > but
> > > > not as
> On Fri, Feb 26, 2021 at 9:24 AM Rodney W. Grimes <
> freebsd-...@gndrsh.dnsmgr.net> wrote:
>
> > > My understanding is that KTLS works very well with OpenSSL for sending,
> > but
> > > not as well for receiving, because there's nothing like a recvfile
> > > syscall. However, it works great for
On Fri, Feb 26, 2021 at 9:24 AM Rodney W. Grimes <
freebsd-...@gndrsh.dnsmgr.net> wrote:
> > My understanding is that KTLS works very well with OpenSSL for sending,
> but
> > not as well for receiving, because there's nothing like a recvfile
> > syscall. However, it works great for both send and
> My understanding is that KTLS works very well with OpenSSL for sending, but
> not as well for receiving, because there's nothing like a recvfile
> syscall. However, it works great for both send and receive with NFS, where
> all the data remains in the kernel. What about zfs recv? A very common
My understanding is that KTLS works very well with OpenSSL for sending, but
not as well for receiving, because there's nothing like a recvfile
syscall. However, it works great for both send and receive with NFS, where
all the data remains in the kernel. What about zfs recv? A very common
pattern