]> www.infradead.org Git - users/hch/misc.git/commit
eth: fbnic: link NAPIs to page pools
authorJakub Kicinski <kuba@kernel.org>
Thu, 6 Mar 2025 14:51:48 +0000 (06:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Mar 2025 03:37:37 +0000 (19:37 -0800)
commitc1aacad30614dc1f8e7564c1350d4e7de4dd10b5
tree29281bd789d8ac1460ec7b69c5bbb279564d3f67
parenta3cc3f424de70e0261d1bd7ba9dde3327f051277
eth: fbnic: link NAPIs to page pools

The lifetime of page pools is tied to NAPI instances,
and they are destroyed before NAPI is deleted.
It's safe to link them up.

Acked-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20250306145150.1757263-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c