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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Mar 2007 00:25:16 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	dada1@...mosbay.com
Cc:	bcrl@...ck.org, shemminger@...ux-foundation.org,
	netdev@...r.kernel.org
Subject: Re: [patch 1/4] network dev read_mostly

From: Eric Dumazet <dada1@...mosbay.com>
Date: Thu, 15 Mar 2007 07:28:35 +0100

> One problem with your patch is that all read_always() of pointers are going to 
> use 3 bytes more of code, thus raising icache pressure.
> 
> 48 b8 c3 08 e8 8c af    mov    $0x71af8ce808c3,%rax
> 71 00 00
> 
> instead of %rip relative addressing
> 
> 48 8b 05 99 f3 09 00    mov    652185(%rip),%rax

Could we obtain %rip relative addressing with the ELF
relocation approach I mentioned?
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ