From: Timo Teräs Date: Wed, 7 Apr 2010 00:30:07 +0000 (+0000) Subject: flow: delayed deletion of flow cache entries X-Git-Tag: v2.6.35-rc1~473^2~546 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4795605d1e1b39113818ad7c147b8a867a1f6a;p=pandora-kernel.git flow: delayed deletion of flow cache entries Speed up lookups by freeing flow cache entries later. After virtualizing flow cache entry operations, the flow cache may now end up calling policy or bundle destructor which can be slowish. As gc_list is more effective with double linked list, the flow cache is converted to use common hlist and list macroes where appropriate. Signed-off-by: Timo Teras Signed-off-by: David S. Miller --- Reading git-diff-tree failed