Eric Dumazet writes:
> With 2^20 entries, your actual limit of 2^19 entries in root node will
> probably show us quite different numbers for order-1,2,3,4... tnodes
Yeep trie will get deeper and lookup more costly as insert and delete.
The 2^19 was that was getting memory alloction problem that I never
sorted out.
> Yes, numbers you gave us basically showed a big root node, and mainly leaves
> and very few tnodes.
>
> I was interested to see the distribution in case the root-node limit is hit,
> and we load into the table a *lot* of entries.
Maxlength etc... well maybe root-restriction should be removed and just have
maxsize instead.
Cheers
--ro
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html