]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitdf24129567f8458de3c0c7e08f9f0f1563f5dc75
tree2c8f5ae2334627be50237bfae3f7dd63835da7ef
parent2d859aff775df5486667aa895a7e4b9c2e98e348
parent2e5e0932dff5dbda657de6f4b661cdab46cf7c1b
Merge branch 'gve-adopt-page-pool'

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>