]> git.dujemihanovic.xyz Git - linux.git/commitdiff
Merge branch 'gve-queue-api'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 May 2024 13:35:48 +0000 (14:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 May 2024 13:35:48 +0000 (14:35 +0100)
Shailend Chand says:

====================
gve: Implement queue api

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.

Changes since v1: clang warning fixes, kdoc warning fix, and addressed
review comments.
====================

Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge