Re: [PATCH v2 2/5] nouveau/dmem: HMM P2P DMA for private dev pages

From: Christoph Hellwig
Date: Mon Jul 21 2025 - 03:01:11 EST


On Fri, Jul 18, 2025 at 02:51:09PM +0300, Yonatan Maman wrote:
> + .get_dma_pfn_for_device = nouveau_dmem_get_dma_pfn,

Please don't shorten the method name prefix in the implementation
symbol name, as that makes reading / refactoring the code a pain.

This might also be a hint that your method name is too long.