netmem: introduce struct netmem_desc mirroring struct page
To simplify struct page, the page pool members of struct page should be moved to other, allowing these members to be removed from struct page. Introduce a network memory descriptor to store the members, struct netmem_desc, and make it union'ed with the existing fields in struct net_iov, allowing to organize the fields of struct net_iov. Signed-off-by:Byungchul Park <byungchul@sk.com> Reviewed-by:
Toke Høiland-Jørgensen <toke@redhat.com> Reviewed-by:
Pavel Begunkov <asml.silence@gmail.com> Reviewed-by:
Mina Almasry <almasrymina@google.com> Reviewed-by:
Vlastimil Babka <vbabka@suse.cz> Acked-by:
Harry Yoo <harry.yoo@oracle.com> Link: https://patch.msgid.link/20250721021835.63939-2-byungchul@sk.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
Loading
Please sign in to comment