Merge branch 'splice-net-handle-msg_splice_pages-in-chelsio-tls'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 1 Jun 2023 11:41:40 +0000 (13:41 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 1 Jun 2023 11:41:40 +0000 (13:41 +0200)
David Howells says:

====================
splice, net: Handle MSG_SPLICE_PAGES in Chelsio-TLS

Here are patches to make Chelsio-TLS handle the MSG_SPLICE_PAGES internal
sendmsg flag.  MSG_SPLICE_PAGES is an internal hint that tells the protocol
that it should splice the pages supplied if it can.  Its sendpage
implementation is then turned into a wrapper around that.
====================

Link: https://lore.kernel.org/r/20230531110008.642903-1-dhowells@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge