From: patchwork-bot+netdevbpf@kernel.org
To: David Howells <dhowells@redhat.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, marc.dionne@auristor.com,
linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/13] rxrpc: Increasing SACK size and moving away from softirq, part 5
Date: Thu, 02 Feb 2023 12:10:19 +0000 [thread overview]
Message-ID: <167533981908.1062.9553023107876708277.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230131171227.3912130-1-dhowells@redhat.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David Howells <dhowells@redhat.com>:
On Tue, 31 Jan 2023 17:12:14 +0000 you wrote:
> Here's the fifth part of patches in the process of moving rxrpc from doing
> a lot of its stuff in softirq context to doing it in an I/O thread in
> process context and thereby making it easier to support a larger SACK
> table.
>
> The full description is in the description for the first part[1] which is
> now upstream. The second and third parts are also upstream[2]. A subset
> of the original fourth part[3] got applied as a fix for a race[4].
>
> [...]
Here is the summary with links:
- [net-next,01/13] rxrpc: Fix trace string
https://git.kernel.org/netdev/net-next/c/8395406b3495
- [net-next,02/13] rxrpc: Remove whitespace before ')' in trace header
https://git.kernel.org/netdev/net-next/c/371e68ba0306
- [net-next,03/13] rxrpc: Shrink the tabulation in the rxrpc trace header a bit
https://git.kernel.org/netdev/net-next/c/828bebc80a03
- [net-next,04/13] rxrpc: Convert call->recvmsg_lock to a spinlock
https://git.kernel.org/netdev/net-next/c/223f59016fa2
- [net-next,05/13] rxrpc: Allow a delay to be injected into packet reception
https://git.kernel.org/netdev/net-next/c/af094824f20b
- [net-next,06/13] rxrpc: Generate extra pings for RTT during heavy-receive call
https://git.kernel.org/netdev/net-next/c/84e28aa513af
- [net-next,07/13] rxrpc: De-atomic call->ackr_window and call->ackr_nr_unacked
https://git.kernel.org/netdev/net-next/c/5bbf953382be
- [net-next,08/13] rxrpc: Simplify ACK handling
https://git.kernel.org/netdev/net-next/c/f21e93485bcb
- [net-next,09/13] rxrpc: Don't lock call->tx_lock to access call->tx_buffer
https://git.kernel.org/netdev/net-next/c/b30d61f4b128
- [net-next,10/13] rxrpc: Remove local->defrag_sem
https://git.kernel.org/netdev/net-next/c/e7f40f4a701b
- [net-next,11/13] rxrpc: Show consumed and freed packets as non-dropped in dropwatch
https://git.kernel.org/netdev/net-next/c/f20fe3ff82b3
- [net-next,12/13] rxrpc: Change rx_packet tracepoint to display securityIndex not type twice
https://git.kernel.org/netdev/net-next/c/83836eb4df75
- [net-next,13/13] rxrpc: Kill service bundle
https://git.kernel.org/netdev/net-next/c/550130a0ce30
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-02-02 12:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-31 17:12 [PATCH net-next 00/13] rxrpc: Increasing SACK size and moving away from softirq, part 5 David Howells
2023-01-31 17:12 ` [PATCH net-next 01/13] rxrpc: Fix trace string David Howells
2023-01-31 17:12 ` [PATCH net-next 02/13] rxrpc: Remove whitespace before ')' in trace header David Howells
2023-01-31 17:12 ` [PATCH net-next 03/13] rxrpc: Shrink the tabulation in the rxrpc trace header a bit David Howells
2023-01-31 17:12 ` [PATCH net-next 04/13] rxrpc: Convert call->recvmsg_lock to a spinlock David Howells
2023-01-31 17:12 ` [PATCH net-next 05/13] rxrpc: Allow a delay to be injected into packet reception David Howells
2023-01-31 17:12 ` [PATCH net-next 06/13] rxrpc: Generate extra pings for RTT during heavy-receive call David Howells
2023-01-31 17:12 ` [PATCH net-next 07/13] rxrpc: De-atomic call->ackr_window and call->ackr_nr_unacked David Howells
2023-01-31 17:12 ` [PATCH net-next 08/13] rxrpc: Simplify ACK handling David Howells
2023-01-31 17:12 ` [PATCH net-next 09/13] rxrpc: Don't lock call->tx_lock to access call->tx_buffer David Howells
2023-01-31 17:12 ` [PATCH net-next 10/13] rxrpc: Remove local->defrag_sem David Howells
2023-01-31 17:12 ` [PATCH net-next 11/13] rxrpc: Show consumed and freed packets as non-dropped in dropwatch David Howells
2023-02-02 10:42 ` Paolo Abeni
2023-01-31 17:12 ` [PATCH net-next 12/13] rxrpc: Change rx_packet tracepoint to display securityIndex not type twice David Howells
2023-01-31 17:12 ` [PATCH net-next 13/13] rxrpc: Kill service bundle David Howells
2023-02-02 12:10 ` 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=167533981908.1062.9553023107876708277.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=dhowells@redhat.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-afs@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.dionne@auristor.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox