From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH net-next 0/6] use pci_zalloc_consistent Date: Tue, 5 Jun 2018 15:39:16 +0300 Message-ID: References: <20180605122851.23912-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "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 To: YueHaibing , Christoph Hellwig Return-path: In-Reply-To: <20180605122851.23912-1-yuehaibing@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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() ? > YueHaibing (6): > net: hippi: use pci_zalloc_consistent > net: atheros: use pci_zalloc_consistent > net: neterion: use pci_zalloc_consistent > netxen_nic: use pci_zalloc_consistent > net: tlan: use pci_zalloc_consistent > enic: use pci_zalloc_consistent > > drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +- > drivers/net/ethernet/atheros/atlx/atl1.c | 8 +++---- > drivers/net/ethernet/atheros/atlx/atl2.c | 5 ++-- > drivers/net/ethernet/cisco/enic/vnic_dev.c | 3 +-- > drivers/net/ethernet/neterion/s2io.c | 10 ++++---- > .../net/ethernet/qlogic/netxen/netxen_nic_ctx.c | 26 ++++++++------------ > drivers/net/ethernet/ti/tlan.c | 7 +++--- > drivers/net/hippi/rrunner.c | 28 +++++++++------------- > 8 files changed, 35 insertions(+), 54 deletions(-) > > -- > 2.7.0 > > -- With Best Regards, Andy Shevchenko