Re: [PATCH v7] xen/grant-table: Avoid m2p_override during mapping

2014-02-04 Thread Zoltan Kiss
On 04/02/14 06:36, Matt Wilson wrote: On Mon, Feb 03, 2014 at 01:24:58PM +, Zoltan Kiss wrote: Signed-off-by: Zoltan Kiss Suggested-by: David Vrabel You're still forgetting that this was originally proposed by Anthony Liguori . https://lkml.kernel.org/r/1384307336-5328-1-git-send-email-

Re: [PATCH v7] xen/grant-table: Avoid m2p_override during mapping

2014-02-03 Thread Matt Wilson
On Mon, Feb 03, 2014 at 01:24:58PM +, Zoltan Kiss wrote: > The grant mapping API does m2p_override unnecessarily: only gntdev needs it, > for blkback and future netback patches it just cause a lock contention, as > those pages never go to userspace. Therefore this series does the following: > -

[PATCH v7] xen/grant-table: Avoid m2p_override during mapping

2014-02-03 Thread Zoltan Kiss
The grant mapping API does m2p_override unnecessarily: only gntdev needs it, for blkback and future netback patches it just cause a lock contention, as those pages never go to userspace. Therefore this series does the following: - the original functions were renamed to __gnttab_[un]map_refs, with a