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: <CAGXJAmy-0_GV7pR5_3NNArWZumunRijHeSJnY=VEf8RjmegZZw@mail.gmail.com> Date: Fri, 3 Nov 2023 16:55:35 -0700 From: John Ousterhout <ouster@...stanford.edu> To: netdev@...r.kernel.org Cc: John Ousterhout <ouster@...stanford.edu> Subject: Bypass qdiscs? Is there a way to mark an skb (or its socket) before invoking ip_queue_xmit/ip6_xmit so that the packet will bypass the qdiscs and be transmitted immediately? Is doing such a thing considered bad practice? (Homa has its own packet scheduling mechanism so the qdiscs are just getting in the way and adding delays) -John-