aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/page_pool.c
diff options
context:
space:
mode:
authorPavel Begunkov <[email protected]>2025-02-04 21:56:14 +0000
committerJakub Kicinski <[email protected]>2025-02-07 00:27:30 +0000
commit7d60fa9e1ab1e4618b2342d54b2035a0e44d19c6 (patch)
tree458e80e326fd5a3a126c4514e9a4eff3d059d47e /net/core/page_pool.c
parentnet: prefix devmem specific helpers (diff)
downloadkernel-7d60fa9e1ab1e4618b2342d54b2035a0e44d19c6.tar.gz
kernel-7d60fa9e1ab1e4618b2342d54b2035a0e44d19c6.zip
net: generalise net_iov chunk owners
Currently net_iov stores a pointer to struct dmabuf_genpool_chunk_owner, which serves as a useful abstraction to share data and provide a context. However, it's too devmem specific, and we want to reuse it for other memory providers, and for that we need to decouple net_iov from devmem. Make net_iov to point to a new base structure called net_iov_area, which dmabuf_genpool_chunk_owner extends. Reviewed-by: Mina Almasry <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Signed-off-by: Pavel Begunkov <[email protected]> Signed-off-by: David Wei <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/core/page_pool.c')
0 files changed, 0 insertions, 0 deletions