Re: [Xen-devel] [RFC PATCH 10/13] xen-netfront: refactor claim/release grant

2015-05-19 Thread Joao Martins
On 18 May 2015, at 17:48, David Vrabel wrote: > On 12/05/15 18:18, Joao Martins wrote: >> Refactors how grants are claimed/released/revoked by moving that code >> into claim_grant and release_grant helpers routines that can be shared >> in both TX/RX path. > > Reviewed-by: David Vrabel > > But

Re: [Xen-devel] [RFC PATCH 10/13] xen-netfront: refactor claim/release grant

2015-05-18 Thread David Vrabel
On 12/05/15 18:18, Joao Martins wrote: > Refactors how grants are claimed/released/revoked by moving that code > into claim_grant and release_grant helpers routines that can be shared > in both TX/RX path. Reviewed-by: David Vrabel But should this be generic? Is it useful to other frontends? A