From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH RFC] fix problems with NETIF_F_HIGHDMA in networking drivers v2 Date: Thu, 25 Mar 2010 20:35:20 -0700 (PDT) Message-ID: <20100325.203520.234306178.davem@davemloft.net> References: <20100304135738C.fujita.tomonori@lab.ntt.co.jp> <51f3faa71003251803q7ccec5d5x82bc277c590e2848@mail.gmail.com> <20100326123250A.fujita.tomonori@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: hancockrwd@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, bzolnier@gmail.com To: fujita.tomonori@lab.ntt.co.jp Return-path: In-Reply-To: <20100326123250A.fujita.tomonori@lab.ntt.co.jp> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: FUJITA Tomonori Date: Fri, 26 Mar 2010 12:33:12 +0900 > On Thu, 25 Mar 2010 19:03:37 -0600 > Robert Hancock wrote: > >> This seems like it could be a reasonable approach. The only thing is >> that in this code you're returning 1 if the parent device has no DMA >> mask set. Wouldn't it make more sense to return 0 in this case? I'm >> assuming that in that situation it's a virtual device not backed by >> any hardware and there should be no DMA mask restriction... > > I chose the safer option because I don't know enough how net_device > structure is used. If returning zero in such case is always safe, it's > fine by me. any example of such virtual device driver? Like Fujita I'd rather play it safe here. Even for virtual devices, DMA information up to the root bus ought to be sane.