From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755685Ab2IUNjo (ORCPT ); Fri, 21 Sep 2012 09:39:44 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:17244 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755415Ab2IUNjn (ORCPT ); Fri, 21 Sep 2012 09:39:43 -0400 Date: Fri, 21 Sep 2012 09:28:36 -0400 From: Konrad Rzeszutek Wilk To: davem@davemloft.net Cc: Ian Campbell , Andres Lagar-Cavilla , xen-devel , David Vrabel , David Miller , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" Subject: Re: [PATCH] Xen backend support for paged out grant targets V4. Message-ID: <20120921132836.GA13090@phenom.dumpdata.com> References: <1347632819-13684-1-git-send-email-andres@lagarcavilla.org> <1347869865.14977.15.camel@zakaz.uk.xensource.com> <5B5132A4-93B2-41D0-B1A6-048810565DB5@gridcentric.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5B5132A4-93B2-41D0-B1A6-048810565DB5@gridcentric.ca> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > >> Signed-off-by: Andres Lagar-Cavilla > > > > Acked-by: Ian Campbell > > > > Since this is more about grant tables than netback this should probably > > go via Konrad rather than Dave, is that OK with you Dave? > > If that is the case hopefully Konrad can deal with the two typos? Otherwise happy to re-spin the patch. > Thanks! David, I pulled it in my tree since the only changes it does to drivers/net/xen-* is change the name of the function to call in the bowels of grant API. HYPERVISOR_grant_table_op(GNTTABOP_copy, netbk->tx_copy_ops, nr_gops); to gnttab_batch_copy(netbk->tx_copy_ops, nr_gops); Hope that is OK - if not I can prep a branch that has patches that this depends on that you can pull.