From: patchwork-bot+netdevbpf@kernel•org
To: Shailend Chand <shailend@google•com>
Cc: netdev@vger•kernel.org, almasrymina@google•com,
davem@davemloft•net, edumazet@google•com, hramamurthy@google•com,
jeroendb@google•com, kuba@kernel•org, pabeni@redhat•com,
pkaligineedi@google•com, rushilg@google•com, willemb@google•com,
ziweixiao@google•com
Subject: Re: [PATCH net-next v2 00/10] gve: Implement queue api
Date: Sun, 05 May 2024 13:40:28 +0000 [thread overview]
Message-ID: <171491642897.19257.15217395970936349981.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240501232549.1327174-1-shailend@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft•net>:
On Wed, 1 May 2024 23:25:39 +0000 you wrote:
> Following the discussion on
> https://patchwork.kernel.org/project/linux-media/patch/20240305020153.2787423-2-almasrymina@google.com/,
> the queue api defined by Mina is implemented for gve.
>
> The first patch is just Mina's introduction of the api. The rest of the
> patches make surgical changes in gve to enable it to work correctly with
> only a subset of queues present (thus far it had assumed that either all
> queues are up or all are down). The final patch has the api
> implementation.
>
> [...]
Here is the summary with links:
- [net-next,v2,01/10] queue_api: define queue api
https://git.kernel.org/netdev/net-next/c/087b24de5c82
- [net-next,v2,02/10] gve: Make the GQ RX free queue funcs idempotent
https://git.kernel.org/netdev/net-next/c/dcecfcf21bd1
- [net-next,v2,03/10] gve: Add adminq funcs to add/remove a single Rx queue
https://git.kernel.org/netdev/net-next/c/242f30fe692e
- [net-next,v2,04/10] gve: Make gve_turn(up|down) ignore stopped queues
https://git.kernel.org/netdev/net-next/c/5abc37bdcbc5
- [net-next,v2,05/10] gve: Make gve_turnup work for nonempty queues
https://git.kernel.org/netdev/net-next/c/864616d97a45
- [net-next,v2,06/10] gve: Avoid rescheduling napi if on wrong cpu
https://git.kernel.org/netdev/net-next/c/9a5e0776d11f
- [net-next,v2,07/10] gve: Reset Rx ring state in the ring-stop funcs
https://git.kernel.org/netdev/net-next/c/770f52d5a0ed
- [net-next,v2,08/10] gve: Account for stopped queues when reading NIC stats
https://git.kernel.org/netdev/net-next/c/af9bcf910b1f
- [net-next,v2,09/10] gve: Alloc and free QPLs with the rings
https://git.kernel.org/netdev/net-next/c/ee24284e2a10
- [net-next,v2,10/10] gve: Implement queue api
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-05-05 13:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 23:25 [PATCH net-next v2 00/10] gve: Implement queue api Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 01/10] queue_api: define " Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 02/10] gve: Make the GQ RX free queue funcs idempotent Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 03/10] gve: Add adminq funcs to add/remove a single Rx queue Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 04/10] gve: Make gve_turn(up|down) ignore stopped queues Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 05/10] gve: Make gve_turnup work for nonempty queues Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 06/10] gve: Avoid rescheduling napi if on wrong cpu Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 07/10] gve: Reset Rx ring state in the ring-stop funcs Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 08/10] gve: Account for stopped queues when reading NIC stats Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 09/10] gve: Alloc and free QPLs with the rings Shailend Chand
2024-05-01 23:25 ` [PATCH net-next v2 10/10] gve: Implement queue api Shailend Chand
2024-05-06 18:09 ` David Wei
2024-05-06 18:47 ` Mina Almasry
2024-05-07 21:06 ` David Wei
2024-05-08 17:09 ` Mina Almasry
2024-05-09 17:46 ` David Wei
2024-05-02 15:15 ` [PATCH net-next v2 00/10] " Willem de Bruijn
2024-05-05 13:40 ` patchwork-bot+netdevbpf [this message]
2024-05-06 17:41 ` Shailend Chand
2024-05-06 18:07 ` Shailend Chand
2024-05-07 1:25 ` Jakub Kicinski
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=171491642897.19257.15217395970936349981.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=almasrymina@google$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=hramamurthy@google$(echo .)com \
--cc=jeroendb@google$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=pkaligineedi@google$(echo .)com \
--cc=rushilg@google$(echo .)com \
--cc=shailend@google$(echo .)com \
--cc=willemb@google$(echo .)com \
--cc=ziweixiao@google$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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