Looks good, Tested/Acked-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
Thanks, Simon
On Fri, Jun 14, 2013 at 07:50:06PM +0200, Linus Lüssing wrote:
This is the sixth revision of the basic multicast optimization patches.
It simplifies and speeds-up the new batadv_tt_global_hash_count():
- We now use batadv_tt_global_hash_find() instead of our custom look-up.
- A counter for the orig_list was added, so that we won't need to recount with every multicast packet.
Cheers, Linus