lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20070827121853.GA2854@ff.dom.local> Date: Mon, 27 Aug 2007 14:18:53 +0200 From: Jarek Poplawski <jarkao2@...pl> To: Stephen Hemminger <shemminger@...ux-foundation.org> Cc: "David S\. Miller" <davem@...emloft.net>, netdev@...r.kernel.org Subject: Re: [PATCH] netdevice: kernel docbook addition 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 majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists