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: <20080122233733.404145234@linux-foundation.org> Date: Tue, 22 Jan 2008 15:37:33 -0800 From: Stephen Hemminger <shemminger@...ux-foundation.org> To: David Miller <davem@...emloft.net> Cc: netdev@...r.kernel.org Subject: [IPV4 0/9] TRIE performance patches Time to handle a full BGP load (163K of routes). Before: Load Dump Flush hash 3.5 0.5 0.7 2.6.23.14 3.4 19.3 10.3 net-2.6.25 3.4 18.7 9.8 After: kmem_cache 3.8 13.0 7.2 iter 3.9 12.3 6.9 unordered 3.1 11.9 4.9 find_node 3.1 0.3 1.2 Load: ip -batch iproute-table Dump: ip route >/dev/null Flush: ip route flush table main -- Stephen Hemminger <stephen.hemminger@...tta.com> -- 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