Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755074Ab0DIGFR (ORCPT ); Fri, 9 Apr 2010 02:05:17 -0400 Received: from smtp-out003.kontent.com ([81.88.40.217]:43779 "EHLO smtp-out003.kontent.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062Ab0DIGEs (ORCPT ); Fri, 9 Apr 2010 02:04:48 -0400 From: Oliver Neukum To: Alan Stern Subject: Re: USB transfer_buffer allocations on 64bit systems Date: Fri, 9 Apr 2010 08:04:35 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34-rc3-0.1-default; KDE/4.3.5; x86_64; ; ) Cc: Daniel Mack , linux-kernel@vger.kernel.org, Pedro Ribeiro , akpm@linux-foundation.org, Greg KH , alsa-devel@alsa-project.org, linux-usb@vger.kernel.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004090804.36213.oliver@neukum.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1132 Lines: 24 Am Freitag, 9. April 2010 00:20:36 schrieb Alan Stern: > > > That would work, but it doesn't match the way existing drivers use the > > > interface. For example, the audio driver allocates a 16-byte coherent > > > buffer and then uses four bytes from it for each of four different > > > URBs. > > > > That will not work with any fallback that does not yield a coherent buffer. > > What you mean isn't entirely clear. But it certainly does work in > various circumstances that don't yield coherent buffers. For example, > it works if the controller uses PIO instead of DMA. It also works if > the controller uses DMA and the URBs have to be bounced. It'll work on x86. On incoherent architectures this violates the cacheline rules for DMA-mapping if you have to bounce. So it seems to me that if you want to share a buffer between URBs, it must be coherent. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/