From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] myri10ge: use the DMA state API instead of the pci equivalents Date: Tue, 13 Apr 2010 02:54:59 -0700 (PDT) Message-ID: <20100413.025459.138666984.davem@davemloft.net> References: <1271118734-28353-1-git-send-email-fujita.tomonori@lab.ntt.co.jp> <1271118734-28353-2-git-send-email-fujita.tomonori@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, gallatin@myri.com, brice@myri.com To: fujita.tomonori@lab.ntt.co.jp Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:45829 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675Ab0DMJyz (ORCPT ); Tue, 13 Apr 2010 05:54:55 -0400 In-Reply-To: <1271118734-28353-2-git-send-email-fujita.tomonori@lab.ntt.co.jp> Sender: netdev-owner@vger.kernel.org List-ID: From: FUJITA Tomonori Date: Tue, 13 Apr 2010 09:32:10 +0900 > This replace the PCI DMA state API (include/linux/pci-dma.h) with the > DMA equivalents since the PCI DMA state API will be obsolete. > > No functional change. > > For further information about the background: > > http://marc.info/?l=linux-netdev&m=127037540020276&w=2 > > Signed-off-by: FUJITA Tomonori Applied.