From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 23 Oct 2010 03:41:15 +0200 References: <1286626600-23439-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1286626600-23439-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201010230341.15802.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] Polishing of the hash implementation 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: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday 09 October 2010 14:16:35 Sven Eckelmann wrote: > David S. Miller wasn't amused[1] by our hash implementation. Instead he > proposed some changes we should make. I tried to implement most of them, > but don't think we should really manually inline every functionality > currently provided by the hash implementation. I would rather keep the > heavily used functions as compiler inlineable functions and do the rest > using standard kernel hlist_*. Applied in revision 1838-1842. Thanks, Marek