Konrad Rzeszutek Wilk
2012-Sep-21 13:28 UTC
Re: [PATCH] Xen backend support for paged out grant targets V4.
> >> Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> > > > > Acked-by: Ian Campbell <ian.campbell@citrix.com> > > > > 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.