Re: [PATCH net-next] page_pool: split types and declarations from page_pool.h

From: Jakub Kicinski
Date: Fri Jul 21 2023 - 21:29:50 EST


On Fri, 21 Jul 2023 17:51:17 +0200 Alexander Lobakin wrote:
> >> More specificly, yon means the below, right?
> >> include/net/page_pool.h
> >> include/net/page_pool/types.h
> >
> > Yes.
>
> What I meant is
>
> include/net/page_pool/types.h
> include/net/page_pool/driver.h
>
> I'm not insisting, just to be clear :)

I thought we already talked about naming headers after the user :S
Unless you're _defining_ a driver in driver.h that's not a good name.
types.h, helpers.h, functions.h, dma.h are good names.