login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
15
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andi Kleen <andi@...>
To: Muli Ben-Yehuda <muli@...>
Cc: FUJITA Tomonori <fujita.tomonori@...>, <andi@...>, <linux-kernel@...>, <akpm@...>, <alexisb@...>
Subject:
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
Date: Thursday, May 15, 2008 - 5:03 pm
On Thu, May 15, 2008 at 06:26:31PM +0300, Muli Ben-Yehuda wrote:
quoted text
> On Thu, May 15, 2008 at 06:41:26PM +0900, FUJITA Tomonori wrote: > > > I thought that KVM people want to do it per device (in the first > > case). So with my patchse, they can replace the dma_ops pointer in > > dev_archdata with what they want. > > That's my understanding too. We use stackable ops as a poor man's > replacement for per-device ops (depending on what kind of device it > is, call the original ops or our pvdma ops).
But in the KVM case you still need to support the underlying ops too, e.g. in case of bouncing through swiotlb needed -Andi --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Tue May 13, 2:04 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Andi Kleen
, (Thu May 15, 5:01 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Thu May 15, 5:16 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Alexis Bruemmer
, (Thu May 15, 2:25 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Andi Kleen
, (Thu May 15, 5:30 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Thu May 15, 5:41 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 11:26 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Andi Kleen
, (Thu May 15, 5:03 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 5:39 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Andi Kleen
, (Thu May 15, 5:45 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 5:53 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 6:05 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Andi Kleen
, (Thu May 15, 6:48 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Thu May 15, 11:44 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Andi Kleen
, (Fri May 16, 1:24 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Mon May 19, 2:32 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 11:32 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Wed May 14, 1:49 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Wed May 14, 9:12 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 11:15 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Alexis Bruemmer
, (Wed May 14, 10:00 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Muli Ben-Yehuda
, (Thu May 15, 11:17 am)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, FUJITA Tomonori
, (Wed May 14, 10:30 pm)
Re: [PATCH 0/2] x86: per-device dma_mapping_ops
, Alexis Bruemmer
, (Thu May 15, 2:21 pm)
[PATCH 1/2] add the device argument to dma_mapping_error
, FUJITA Tomonori
, (Tue May 13, 2:04 am)
Re: [PATCH 1/2] add the device argument to dma_mapping_error
, Randy Dunlap
, (Tue May 13, 11:39 am)
Re: [PATCH 1/2] add the device argument to dma_mapping_error
, FUJITA Tomonori
, (Wed May 14, 9:12 pm)
[PATCH 2/2] x86: per-device dma_mapping_ops support
, FUJITA Tomonori
, (Tue May 13, 2:04 am)
Re: [PATCH 2/2] x86: per-device dma_mapping_ops support
, Yinghai Lu
, (Thu May 15, 4:45 pm)
Re: [PATCH 2/2] x86: per-device dma_mapping_ops support
, FUJITA Tomonori
, (Thu May 15, 11:44 pm)
Re: [PATCH 2/2] x86: per-device dma_mapping_ops support
, Muli Ben-Yehuda
, (Wed May 14, 1:55 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Amit K. Arora
[RFC] Heads up on sys_fallocate()
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Linus Torvalds
Linux 2.6.25-rc4
Greg KH
Linux 2.6.25.10
git
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Ilpo Järvinen
Re: Strange Application bug, race in MSG_PEEK complaints (was: Bug#513695: fetchma...
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
568 guests
online.
Online users
strcmp
erikmurrayl
Syndicate