On Thu, 16 Jan 2025 15:16:51 -0800 David Wei wrote: > Add helpers for memory providers to interact with page pools. > net_mp_niov_{set,clear}_page_pool() serve to [dis]associate a net_iov > with a page pool. If used, the memory provider is responsible to match > "set" calls with "clear" once a net_iov is not going to be used by a page > pool anymore, changing a page pool, etc. > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> > Signed-off-by: David Wei <dw@xxxxxxxxxxx> Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>