OSDN Git Service

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)
commit4ff3dfc91c8458f65366f283167d1cd6f16be06f
treedc8bda1f1b16dd2fb670d9081b751bb82efcb410
parent735c9ee9a374769b78c716de3c19a6c9440ede85
parent26acc982c1c5c2835b0c6981d896329efa3557c3
Merge branch 'splice-net-handle-msg_splice_pages-in-chelsio-tls'

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>