Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761214AbXKBRMr (ORCPT ); Fri, 2 Nov 2007 13:12:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757323AbXKBRMf (ORCPT ); Fri, 2 Nov 2007 13:12:35 -0400 Received: from mtagate7.de.ibm.com ([195.212.29.156]:59945 "EHLO mtagate7.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756754AbXKBRMd (ORCPT ); Fri, 2 Nov 2007 13:12:33 -0400 Date: Fri, 2 Nov 2007 19:12:27 +0200 From: Muli Ben-Yehuda To: FUJITA Tomonori Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, James.Bottomley@SteelEye.com, jens.axboe@oracle.com, jeff@garzik.org, anil.s.keshavamurthy@intel.com, paulus@samba.org, anton@samba.org, olof@lixom.net, tony.luck@intel.com, davem@davemloft.net, kyle@parisc-linux.org, fujita.tomonori@lab.ntt.co.jp Subject: Re: [PATCH -mm 0/3] convert IOMMUs to use iova Message-ID: <20071102171227.GH7975@rhun.haifa.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 28 On Sat, Nov 03, 2007 at 02:05:39AM +0900, FUJITA Tomonori wrote: > This patchset convert the PPC64 IOMMU to use the iova code for free > area management. > > The IOMMUs ignores low level drivers' restrictions, the maximum > segment size and segment boundary. > > I fixed the former: > > http://thread.gmane.org/gmane.linux.scsi/35602 > > The latter makes the free area management complicated. I'd like to > convert IOMMUs to use the iova code (that intel-iommu introduced) > for free area management and enable iova to handle segment boundary > restrictions, rather than fixing all the IOMMUs' free area > management, In general it sounds like a great idea, but have you looked at what impact this has on the performance of the IO path? Cheers, Muli - 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/