From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: Intel IOMMU (and IOMMU for Virtualization) performances Date: Mon, 09 Jun 2008 10:17:11 +0200 Message-ID: <87lk1fqayg.fsf@basil.nowhere.org> References: <20080604235053K.fujita.tomonori@lab.ntt.co.jp> <20080606202119.GQ15085@il.ibm.com> <20080606213659.GC15085@il.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp-out04.alice-dsl.net ([88.44.63.6]:17723 "EHLO smtp-out04.alice-dsl.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675AbYFIISv (ORCPT ); Mon, 9 Jun 2008 04:18:51 -0400 In-Reply-To: (Grant Grundler's message of "Fri, 6 Jun 2008 14:51:17 -0700") Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Grant Grundler Cc: Muli Ben-Yehuda , FUJITA Tomonori , linux-kernel@vger.kernel.org, mgross@linux.intel.com, linux-scsi@vger.kernel.org "Grant Grundler" writes: > > The historical DMA mapping "failure mode" is a kernel panic. Resizing or Hasn't been for a long time, except in some extreme cases. All drivers are expected to check return values for a long time now. -Andi