Re: [PATCH] [next-next-2.6] net: configurable device name hash

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Octavian Purdila
Date: Wednesday, November 11, 2009 - 2:47 pm

On Wednesday 11 November 2009 23:33:42 you wrote:

Thanks Stephen.

I was actually taking a look at that but I see that the device hash is 
allocated per net namespace which means we can't use 
alloc_large_system_hash().

We could use a similar function that will work in the per namespace 
initialization context, but this might upset net namespace folks since we will 
get a large hash for every namespace.

Not sure what can be done to address that problem now except using a boot 
parameter to override the defaults. A better solution would be to be able to 
use "namespace create" parameters but it appears we don't have this 
possibility, yet.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [next-next-2.6] net: configurable device name hash, Octavian Purdila, (Wed Nov 11, 12:16 pm)
Re: [PATCH] [next-next-2.6] net: configurable device name hash, Octavian Purdila, (Wed Nov 11, 12:38 pm)
Re: [PATCH] [next-next-2.6] net: configurable device name hash, Stephen Hemminger, (Wed Nov 11, 2:33 pm)
Re: [PATCH] [next-next-2.6] net: configurable device name hash, Octavian Purdila, (Wed Nov 11, 2:47 pm)
Re: [PATCH] [next-next-2.6] net: configurable device name hash, Stephen Hemminger, (Wed Nov 11, 3:24 pm)