]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ice: access @pp through netmem_desc instead of page
authorByungchul Park <byungchul@sk.com>
Fri, 1 May 2026 06:37:23 +0000 (23:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 3 May 2026 02:12:46 +0000 (19:12 -0700)
commitb9fa4b9e051bd888907b0366bbd3d88dd9281372
tree062ada6b6c5c84415e3d7c3649c888a54c771bbc
parent3f923a48dac0584270c32296d49e0c70b067e4f3
ice: access @pp through netmem_desc instead of page

To eliminate the use of struct page in page pool, the page pool users
should use netmem descriptor and APIs instead.

Make ice driver access @pp through netmem_desc instead of page.

Signed-off-by: Byungchul Park <byungchul@sk.com>
Tested-by: Alexander Nowlin <alexander.nowlin@intel.com>
Tested-by: Rinitha S <sx.rinitha@intel.com>
Reviewed-by: David Hildenbrand (Arm) <david@kernel.org>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20260430-jk-iwl-net-next-2026-04-30-v1-12-6f27ae1cd073@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ice/ice_ethtool.c