Re: [PATCH net-next] page_pool: split types and declarations from page_pool.h
From: Alexander Lobakin
Date: Wed Jul 19 2023 - 12:44:22 EST
From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
Date: Wed, 19 Jul 2023 20:13:37 +0800
> Split types and pure function declarations from page_pool.h
> and add them in page_page_types.h, so that C sources can
> include page_pool.h and headers should generally only include
> page_pool_types.h as suggested by jakub.
>
> Signed-off-by: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
> Suggested-by: Jakub Kicinski <kuba@xxxxxxxxxx>
> CC: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
Nice!
Let me take it into my tree, I assume it's safe to say it will be
accepted sooner than my patches :D
BTW, what do you think: is it better to have those two includes in the
root include/net/ folder or do something like
include/net/page_pool/
* types.h
* <some meaningful name>.h (let's say driver.h)
like it's done e.g. for GPIO (see include/linux/gpio/)?
Thanks,
Olek