From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752020AbeFEMmW (ORCPT ); Tue, 5 Jun 2018 08:42:22 -0400 Received: from verein.lst.de ([213.95.11.211]:60135 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbeFEMmV (ORCPT ); Tue, 5 Jun 2018 08:42:21 -0400 Date: Tue, 5 Jun 2018 14:49:29 +0200 From: Christoph Hellwig To: Andy Shevchenko Cc: YueHaibing , Christoph Hellwig , "David S. Miller" , netdev , Linux Kernel Mailing List , jcliburn@gmail.com, chris.snook@gmail.com, benve@cisco.com, Jon Mason , chessman@tux.org, jes@trained-monkey.org, rahul.verma@cavium.com Subject: Re: [PATCH net-next 0/6] use pci_zalloc_consistent Message-ID: <20180605124929.GA13305@lst.de> References: <20180605122851.23912-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 05, 2018 at 03:39:16PM +0300, Andy Shevchenko wrote: > On Tue, Jun 5, 2018 at 3:28 PM, YueHaibing 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.