From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: =?UTF-8?q?Linus=20L=C3=BCssing?= Date: Fri, 14 Jun 2013 19:50:06 +0200 Message-Id: <1371232209-7808-1-git-send-email-linus.luessing@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [B.A.T.M.A.N.] Basic Multicast Optimizations Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org 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