Re: [PATCH net-next v16 00/14] Replace page_frag with page_frag_cache for sk_page_frag()

From: Yunsheng Lin
Date: Mon Sep 02 2024 - 07:05:29 EST


On 2024/8/30 19:18, Yunsheng Lin wrote:

...

> Change log:
> V16:
> 1. Add test_page_frag.sh to handle page_frag_test.ko and add testing
> for prepare API.

It seems I missed to add the below in Makefile to copy test_page_frag.sh
when doing a 'make install'.

TEST_FILES += test_page_frag.sh

Will send a new version shortly when workers are not busy in netdev CI.

> 2. Move inline helper unneeded outside of the page_frag_cache.c to
> page_frag_cache.c.
> 3. Reset nc->offset when reusing an old page.
>
>