On Tue, 17 Dec 2024 16:37:27 -0800 David Wei wrote: > From: Pavel Begunkov <asml.silence@xxxxxxxxx> > > page_pool_check_memory_provider() is a generic path and shouldn't assume > anything about the actual type of the memory provider argument. It's > fine while devmem is the only provider, but cast away the devmem > specific binding types to avoid confusion. Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>