Re: [PATCH 01/24] net, diet: Reduce netdev name hash table for CONFIG_BASE_SMALL

2014-05-05 Thread David Miller
From: Andi Kleen Date: Mon, 5 May 2014 15:25:50 -0700 > Small systems typically only have two network devices, so use > hash shift 2. Maybe in terms of physical interfaces, but they may also have lots of software interfaces. Sorry, this doesn't make any sense, I'm not applying this. -- To unsu

[PATCH 01/24] net, diet: Reduce netdev name hash table for CONFIG_BASE_SMALL

2014-05-05 Thread Andi Kleen
From: Andi Kleen Small systems typically only have two network devices, so use hash shift 2. Signed-off-by: Andi Kleen --- include/net/net_namespace.h | 4 1 file changed, 4 insertions(+) diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 5f9eb26..d2b8c6c 100644