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: Fri, 11 Apr 2014 08:40:42 +0000 From: David Laight <David.Laight@...LAB.COM> To: 'Eric Dumazet' <eric.dumazet@...il.com>, Hannes Frederic Sowa <hannes@...essinduktion.org> CC: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>, David Miller <davem@...emloft.net>, Francois WELLENREITER <f.wellenreiter@...il.com>, "netdev@...r.kernel.org" <netdev@...r.kernel.org> Subject: RE: [PATCH] ipv6: Limit mtu to 65572 bytes From: Eric Dumazet > Yes, recent Intel cpus have really fast mem copy, even with different > alignments for source/dest. Yes, they've finally thrown a small amount of logic at it. Probably a cache line sized barrel shifter. 'rep movsb' has also been optimised for short transfers (but is slower for longer ones). At least the zero length 'rep movsb' at the end of the inlined memcpy will not take 40+ clocks on those cpus. David
Powered by blists - more mailing lists