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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 11 Sep 2007 12:14:03 +0200 From: "Primiano Tucci" <p.tucci@...il.com> To: netdev@...r.kernel.org Subject: calling dev_queue_xmit from softirq Hi all, just a simple question here: can dev_queue_xmit be called from atomic context (a softirq for instance) or do i have to put the dev_queue_xmit call in a separate tasklet and call it from tasklet? Kernel 2.6.22 Thanks in advance Primiano Tucci - 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