From: patchwork-bot+netdevbpf@kernel.org
To: David Howells <dhowells@redhat.com>
Cc: netdev@vger.kernel.org, herbert@gondor.apana.org.au,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, willemdebruijn.kernel@gmail.com,
dsahern@kernel.org, willy@infradead.org, axboe@kernel.dk,
linux-crypto@vger.kernel.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
Date: Thu, 08 Jun 2023 13:40:23 +0000 [thread overview]
Message-ID: <168623162357.14295.11722855983065901274.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230606130856.1970660-1-dhowells@redhat.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 6 Jun 2023 14:08:46 +0100 you wrote:
> Here are patches to make AF_ALG 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. The sendpage functions
> are then turned into wrappers around that.
>
> This set consists of the following parts:
>
> [...]
Here is the summary with links:
- [net-next,v3,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
https://git.kernel.org/netdev/net-next/c/0d7aeb68700f
- [net-next,v3,02/10] Fix a couple of spelling mistakes
https://git.kernel.org/netdev/net-next/c/3b9e9f72badf
- [net-next,v3,03/10] Wrap lines at 80
https://git.kernel.org/netdev/net-next/c/936dc763c52e
- [net-next,v3,04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
https://git.kernel.org/netdev/net-next/c/f5f82cd18732
- [net-next,v3,05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
https://git.kernel.org/netdev/net-next/c/f9e7a5fa51fb
- [net-next,v3,06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
https://git.kernel.org/netdev/net-next/c/c1abe6f570af
- [net-next,v3,07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
https://git.kernel.org/netdev/net-next/c/73d7409cfdad
- [net-next,v3,08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
https://git.kernel.org/netdev/net-next/c/bf63e250c4b1
- [net-next,v3,09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
https://git.kernel.org/netdev/net-next/c/fb800fa4c1f5
- [net-next,v3,10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
https://git.kernel.org/netdev/net-next/c/c662b043cdca
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-06-08 13:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 13:08 [PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES) David Howells
2023-06-06 13:08 ` [PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() David Howells
2023-06-06 13:08 ` [PATCH net-next v3 02/10] Fix a couple of spelling mistakes David Howells
2023-06-06 13:08 ` [PATCH net-next v3 03/10] Wrap lines at 80 David Howells
2023-06-06 13:08 ` [PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c David Howells
2023-06-06 13:08 ` [PATCH net-next v3 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate David Howells
2023-06-07 8:40 ` Herbert Xu
2023-06-06 13:08 ` [PATCH net-next v3 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists David Howells
2023-06-07 8:41 ` Herbert Xu
2023-06-06 13:08 ` [PATCH net-next v3 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg() David Howells
2023-06-07 8:41 ` Herbert Xu
2023-06-06 13:08 ` [PATCH net-next v3 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES David Howells
2023-06-07 8:41 ` Herbert Xu
2023-06-06 13:08 ` [PATCH net-next v3 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES David Howells
2023-06-07 8:41 ` Herbert Xu
2023-06-06 13:08 ` [PATCH net-next v3 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES David Howells
2023-06-07 8:48 ` Herbert Xu
2023-06-08 13:40 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=168623162357.14295.11722855983065901274.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=axboe@kernel.dk \
--cc=davem@davemloft.net \
--cc=dhowells@redhat.com \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=herbert@gondor.apana.org.au \
--cc=kuba@kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=willemdebruijn.kernel@gmail.com \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.