[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110704.213613.685614847140856200.davem@davemloft.net>
Date: Mon, 04 Jul 2011 21:36:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: victor@...iniac.net, netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] packet: Add fanout support.
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Tue, 05 Jul 2011 06:33:49 +0200
> Le lundi 04 juillet 2011 à 21:20 -0700, David Miller a écrit :
>> +#define PACKET_FANOUT_MAX 2048
...
>> + struct sock *arr[PACKET_FANOUT_MAX];
>
> Thats about 16Kbytes, yet you use kzalloc()
>
>> + spinlock_t lock;
>> + atomic_t sk_ref;
>> + struct packet_type prot_hook ____cacheline_aligned_in_smp;
>> +};
>> +
>
> Maybe use a dynamic array ? I suspect most uses wont even reach 16
> sockets anyway...
True. Another option, for now, is to just make PACKET_FANOUT_MAX more
reasonable. I'll make it something like 256.
Thanks!
--
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