Message ID | 20230531110008.642903-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | splice, net: Handle MSG_SPLICE_PAGES in Chelsio-TLS | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Wed, 31 May 2023 12:00:06 +0100 you wrote: > 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. > > I've pushed the patches here also: > > [...] Here is the summary with links: - [net-next,v2,1/2] chelsio: Support MSG_SPLICE_PAGES https://git.kernel.org/netdev/net-next/c/116f7b361ebb - [net-next,v2,2/2] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES https://git.kernel.org/netdev/net-next/c/26acc982c1c5 You are awesome, thank you!