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