Re: [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
Pranjal Shrivastava <[email protected]> Thu, 30 Jul 2026 16:45:59 +0000
| Newsgroups | org.kernel.vger.linux-pci,org.freedesktop.lists.dri-devel,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 15, 2026 at 06:47:24PM +0100, Matt Evans wrote: > Preparing for a refactor in a subsequent patch, split the pool-related > release code into a new pci_p2pdma_release_pool() function. > > This allows future compile-time selection of a null implementation for > pci_p2pdma_release_pool(), when p2pdma.c is refactored into core- and > P2P-related files. > > Signed-off-by: Matt Evans <[email protected]> > Acked-by: Bjorn Helgaas <[email protected]> > Reviewed-by: Logan Gunthorpe <[email protected]> Reviewed-by: Pranjal Shrivastava <[email protected]> Thanks, Praan