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: Tue, 13 Mar 2007 06:37:21 +0100 From: Eric Dumazet <dada1@...mosbay.com> To: Stephen Hemminger <shemminger@...ux-foundation.org> CC: David Miller <davem@...emloft.net>, netdev@...r.kernel.org Subject: Re: [patch 1/4] network dev read_mostly Stephen Hemminger a écrit : > For Eric, mark packet type and network device watermarks > as read mostly. ;) > > static DEFINE_SPINLOCK(ptype_lock); > -static struct list_head ptype_base[16]; /* 16 way hashed list */ > -static struct list_head ptype_all; /* Taps */ > +static struct list_head ptype_base[16] __read_mostly; /* 16 way hashed list */ > +static struct list_head ptype_all __read_mostly; /* Taps */ what about netdev_nit ? - 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