Re: [PATCH net-next 2/3] rhashtable: allow lookup function to have compare function agument

2015-07-14 Thread Tom Herbert
On Tue, Jul 14, 2015 at 2:44 AM, Thomas Graf wrote: > On 07/13/15 at 05:39pm, Tom Herbert wrote: >> Added rhashtable_lookup_fast_cmpfn which does a lookup in an rhash table >> with the compare function being taken from an argument. This allows >> different compare functions to be used on the same

Re: [PATCH net-next 2/3] rhashtable: allow lookup function to have compare function agument

2015-07-14 Thread Thomas Graf
On 07/13/15 at 05:39pm, Tom Herbert wrote: > Added rhashtable_lookup_fast_cmpfn which does a lookup in an rhash table > with the compare function being taken from an argument. This allows > different compare functions to be used on the same table. > > Signed-off-by: Tom Herbert Does this preserv