[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45F63891.6040307@cosmosbay.com>
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