On Thu, 2023-12-14 at 15:29 +0100, Lorenzo Bianconi wrote: > Allocate percpu page_pools in softnet_data. > Moreover add cpuid filed in page_pool struct in order to recycle the > page in the page_pool "hot" cache if napi_pp_put_page() is running on > the same cpu. > This is a preliminary patch to add xdp multi-buff support for xdp running > in generic mode. > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > include/linux/netdevice.h | 1 + > include/net/page_pool/helpers.h | 5 +++++ > include/net/page_pool/types.h | 1 + > net/core/dev.c | 39 ++++++++++++++++++++++++++++++++- > net/core/page_pool.c | 5 +++++ > net/core/skbuff.c | 5 +++-- > 6 files changed, 53 insertions(+), 3 deletions(-) @Jesper, @Ilias: could you please have a look at the pp bits? Thanks! Paolo