From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] Xen backend support for paged out grant targets. Date: Fri, 31 Aug 2012 17:10:56 +0100 Message-ID: <5040E210.2060702@citrix.com> References: <1346086287-17674-1-git-send-email-andres@lagarcavilla.org> <5040CAEA.7000600@citrix.com> <160CC375-2682-4CBF-B1EC-06A9F3E49A40@gridcentric.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andres Lagar-Cavilla Cc: Andres Lagar-Cavilla , Konrad Rzeszutek Wilk , "andres@lagarcavilla.org" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 31/08/12 16:42, Andres Lagar-Cavilla wrote: > Actually acted upon your feedback ipso facto: > > commit d5fab912caa1f0cf6be0a6773f502d3417a207b6 > Author: Andres Lagar-Cavilla > Date: Sun Aug 26 09:45:57 2012 -0400 > > Xen backend support for paged out grant targets. This looks mostly fine expect for the #define instead of inline functions. > +#define gnttab_map_grant_no_eagain(_gop) \ This name tripped me up previously. As I read this as: gnttab_map_grant_no_[retries_for]_eagain(). Perhaps gnttab_map_grant_with_retries() ? Or similar? David