From: David S. Miller Date: Fri, 27 Feb 2015 21:06:21 +0000 (-0500) Subject: Merge branch 'rhashtable' X-Git-Tag: v4.0-rc3~25^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0eebfa3233ef59109aa314ef19451d2156a2635;p=platform%2Fkernel%2Flinux-exynos.git Merge branch 'rhashtable' Daniel Borkmann says: ==================== rhashtable updates As discussed, I'm sending out rhashtable fixups for -net. I have a couple of more patches I was working on last week pending, i.e. to get rid of ht->nelems and ht->shift atomic operations which speed-up pure insertions/deletions, e.g. on my laptop I have 2 threads, inserting 7M entries each, that will reduce insertion time from ~1,450 ms to 865 ms (performance should even be better after removing the grow/shrink indirections). I guess that however is rather something for net-next. ==================== Signed-off-by: David S. Miller --- c0eebfa3233ef59109aa314ef19451d2156a2635