Re: [PATCH net-next 0/6] use pci_zalloc_consistent

From: Christoph Hellwig
Date: Tue Jun 05 2018 - 08:42:26 EST


On Tue, Jun 05, 2018 at 03:39:16PM +0300, Andy Shevchenko wrote:
> On Tue, Jun 5, 2018 at 3:28 PM, YueHaibing <yuehaibing@xxxxxxxxxx> wrote:
> >
>
> Hmm... Is PCI case anyhow special or it's a simple wrapper on top of
> dma.*alloc() ?

All drivers should move from pci_dma* to dma_* eventually. Converting
from one flavor of deprecated to another is completely pointless.