[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH net v2 1/3] xen-netback: move NAPI add/remove calls
On Mon, Aug 11, 2014 at 02:59:52PM +0100, David Vrabel wrote: > On 11/08/14 14:43, Wei Liu wrote: > > In short, there's no need to reorder disconnect logic and no need have a > > dedicated loop for netif_napi_del. > > Not for now. But I would prefer it if it was re-ordered. And similarly > in xenvif_down(), irq_disable() should be before napi_disable(). > Something for another day then. In any case, even if napi_disable goes before irq_disable, it's still safe if a tx interrupt takes place in between. napi_schedule has no effect on a disabled instance. Wei. > David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |