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: <CAEXQUezURzFPQzfsao93cHDWGXB3TwxrMfJJYjLsfi+=HeO3Eg@mail.gmail.com> Date: Fri, 17 Aug 2012 14:24:59 +0200 From: Daniel Nilsson <gnuffel@...il.com> To: netdev <netdev@...r.kernel.org> Subject: using netif_rx while NAPI is used? I have a special case (VPN router) where I sometimes need to bounce up a packet (after being marked) that is impossible to transmit using the netif_rx() callback. The interface normally uses NAPI and therefore is polled in the RX direction. Will it still work to pass a small amount of packets directly up to the kernel using the netif_rx() callback? /Daniel -- 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