From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 29 Nov 2010 18:00:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201011291800.02971.lindner_marek@yahoo.de> Subject: [B.A.T.M.A.N.] performance patches (v2) 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 Hi, I continued improving the the performance patches which results in the first usable version. I tested it in a VM environment as well as on real hardware and did not encounter problematic behavior anymore. Changes since v1: * code rebased on top of the trunk * orig_node NULL pointer dereference fixed (thanks Linus) * bcast_own / bcast_own_sum are now protected by a spinlock * orig_node reference count had to be increased in transtable_search() Known issues: * bonding / alternating candidates are not secured by refcounting [see find_router()] - ideas welcome Give this code a try and let me know what you find. Regards, Marek