[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 09/13] xen-netfront: move grant_{ref, page} to struct grant
On 12/05/15 18:18, Joao Martins wrote: > Refactors a little bit how grants are stored by moving > grant_rx_ref/grant_tx_ref and grant_tx_page to its > own structure, namely struct grant. Reviewed-by: David Vrabel <david.vrabel@xxxxxxxxxx> Although... > --- a/drivers/net/xen-netfront.c > +++ b/drivers/net/xen-netfront.c > @@ -87,6 +87,11 @@ struct netfront_cb { > /* IRQ name is queue name with "-tx" or "-rx" appended */ > #define IRQ_NAME_SIZE (QUEUE_NAME_SIZE + 3) > > +struct grant { > + grant_ref_t ref; > + struct page *page; > +}; Is this sort of structure (and the following patch) useful for other frontends? David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |