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: <20100913.200326.232747308.davem@davemloft.net> Date: Mon, 13 Sep 2010 20:03:26 -0700 (PDT) From: David Miller <davem@...emloft.net> To: eric.dumazet@...il.com Cc: netdev@...r.kernel.org Subject: Re: [PATCH net-next-2.6] flow: better memory management From: Eric Dumazet <eric.dumazet@...il.com> Date: Fri, 10 Sep 2010 19:00:25 +0200 > Allocate hash tables for every online cpus, not every possible ones. > > NUMA aware allocations. > > Dont use a full page on arches where PAGE_SIZE > 1024*sizeof(void *) > > misc: > __percpu , __read_mostly, __cpuinit annotations > flow_compare_t is just an "unsigned long" > > Signed-off-by: Eric Dumazet <eric.dumazet@...il.com> Applied, thanks Eric. > + return notifier_from_errno(res); Trailing whitespace, tsk tsk :-) -- 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