On Fri, 2006-03-10 at 10:04 -0800, Sean Hefty wrote:
> The closest equivalent functionality to index.h in the kernel is
> radix_tree.h.
> However, radix_tree supports a fixed key size of 'unsigned long'. Index.h
> supports a variable sized key.
Fair enough. It seems like it would be more accurate to say that
index.h supports a fixed-size key per table, but different tables can
have keys of different sizes.
By the way, if that's the case, the keys should be void *, and not u8 *,
since the former implies more strongly that they're opaque. The
key_length should probably be size_t, too.
<b
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general