[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH net-next v4 1/9] xen-netback: Introduce TX grant map definitions
On 16/01/14 00:00, Wei Liu wrote: There is a stray blank line change in xenvif_tx_create_gop. (I removed that part too early and didn't bother to paste it back...) Ok, fixed +static inline bool tx_dealloc_work_todo(struct xenvif *vif) +{ + if (vif->dealloc_cons != vif->dealloc_prod) + return true; + + return false;This can be simplified as return vif->dealloc_cons != vif->dealloc_prod; Indeed, done. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |