From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 2/3] grant-table: refactor grant copy to reduce duplicate code Date: Fri, 23 Jan 2015 16:26:38 +0000 Message-ID: <54C2844E0200007800058FF3@mail.emea.novell.com> References: <1422009827-12881-1-git-send-email-david.vrabel@citrix.com> <1422009827-12881-3-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YEh4B-0000eP-Hu for xen-devel@lists.xenproject.org; Fri, 23 Jan 2015 16:26:39 +0000 In-Reply-To: <1422009827-12881-3-git-send-email-david.vrabel@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: xen-devel@lists.xenproject.org, Keir Fraser , Ian Campbell , Tim Deegan List-Id: xen-devel@lists.xenproject.org >>> On 23.01.15 at 11:43, wrote: > Much of the grant copy operation is identical for the source and > destination buffers. Refactor the code into per-buffer functions. > > Signed-off-by: David Vrabel Reviewed-by: Jan Beulich