On 22-08-2007 21:33, Stephen Hemminger wrote: > Add more kernel doc's for part of the network device API. > This is only a start, and needs more work. > > Applies against net-2.6.24 ... > +/** > + * napi_disable - prevent NAPI from scheduling > + * @n: napi context > + * > + * Resume NAPI from being scheduled on this context. > + * Must be paired with napi_disable. > + */ > static inline void napi_enable(struct napi_struct *n) > {
It looks like small fix is needed here (I hope it would be faster without my patch, thanks). Jarek P. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html