Re: [PATCH net-next 1/6] net: page_pool: support error injection

2024-04-30 Thread Jesper Dangaard Brouer
On 27/04/2024 01.23, Jakub Kicinski wrote: Because of caching / recycling using the general page allocation failures to induce errors in page pool allocation is very hard. Add direct error injection support to page_pool_alloc_pages(). Signed-off-by: Jakub Kicinski Sounds good to me :-) A

[PATCH net-next 1/6] net: page_pool: support error injection

2024-04-26 Thread Jakub Kicinski
Because of caching / recycling using the general page allocation failures to induce errors in page pool allocation is very hard. Add direct error injection support to page_pool_alloc_pages(). Signed-off-by: Jakub Kicinski --- CC: h...@kernel.org CC: ilias.apalodi...@linaro.org --- net/core/page_