linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@au1.ibm.com>
To: Linas Vepstas <linas@austin.ibm.com>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org,
	Arnd Bergmann <arnd.bergmann@de.ibm.com>,
	Tim Schimke <tschimke@us.ibm.com>
Subject: Re: [PATCH] iommu virtual merge no longer experimental
Date: Wed, 18 Jul 2007 06:56:26 +1000	[thread overview]
Message-ID: <1184705786.25235.145.camel@localhost.localdomain> (raw)
In-Reply-To: <20070717160935.GE5771@austin.ibm.com>

On Tue, 2007-07-17 at 11:09 -0500, Linas Vepstas wrote:
> Per conversations with BenH, iommu virtual merging should no longer
> be considered to be an "experimental" feature. In particular, 
> CONFIG_VMERGE has been set to "y" in te defconfigs for quite a while.
> 
> Signed-off-by: Linas Vepstas <linas@austin.ibm.com>

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

> ----
>  arch/powerpc/Kconfig |   11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
> 
> Index: linux-2.6.22-git2/arch/powerpc/Kconfig
> ===================================================================
> --- linux-2.6.22-git2.orig/arch/powerpc/Kconfig	2007-07-08 18:32:17.000000000 -0500
> +++ linux-2.6.22-git2/arch/powerpc/Kconfig	2007-07-17 11:08:18.000000000 -0500
> @@ -430,16 +430,17 @@ config MATH_EMULATION
>  	  instructions to run.
>  
>  config IOMMU_VMERGE
> -	bool "Enable IOMMU virtual merging (EXPERIMENTAL)"
> -	depends on EXPERIMENTAL && PPC64
> -	default n
> +	bool "Enable IOMMU virtual merging"
> +	depends on PPC64
> +	default y
>  	help
>  	  Cause IO segments sent to a device for DMA to be merged virtually
>  	  by the IOMMU when they happen to have been allocated contiguously.
>  	  This doesn't add pressure to the IOMMU allocator. However, some
>  	  drivers don't support getting large merged segments coming back
> -	  from *_map_sg(). Say Y if you know the drivers you are using are
> -	  properly handling this case.
> +	  from *_map_sg().
> +
> +	  Most drivers don't have this problem; it is safe to say Y here.
>  
>  config HOTPLUG_CPU
>  	bool "Support for enabling/disabling CPUs"

      reply	other threads:[~2007-07-17 20:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-17 16:09 [PATCH] iommu virtual merge no longer experimental Linas Vepstas
2007-07-17 20:56 ` Benjamin Herrenschmidt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1184705786.25235.145.camel@localhost.localdomain \
    --to=benh@au1.ibm.com \
    --cc=arnd.bergmann@de.ibm.com \
    --cc=linas@austin.ibm.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    --cc=tschimke@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).