]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'gve-adopt-page-pool'
authorJakub Kicinski <kuba@kernel.org>
Wed, 16 Oct 2024 01:50:14 +0000 (18:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Oct 2024 01:50:14 +0000 (18:50 -0700)
Harshitha Ramamurthy says:

====================
gve: adopt page pool

This patchset implements page pool support for gve.
The first patch deals with movement of code to make
page pool adoption easier in the next patch. The
second patch adopts the page pool API. The third patch
adds basic per queue stats which includes page pool
allocation failures as well.
====================

Link: https://patch.msgid.link/20241014202108.1051963-1-pkaligineedi@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge