From: Jamal Hadi Salim Date: Tue, 5 Dec 2006 04:02:37 +0000 (-0800) Subject: [XFRM] Optimize policy dumping X-Git-Tag: v2.6.20-rc1~145^2^2~7^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf5d743d1b8783fdbd5c1260ada2926e5bbaaee;p=pandora-kernel.git [XFRM] Optimize policy dumping This change optimizes the dumping of Security policies. 1) Before this change .. speedopolis:~# time ./ip xf pol real 0m22.274s user 0m0.000s sys 0m22.269s 2) Turn off sub-policies speedopolis:~# ./ip xf pol real 0m13.496s user 0m0.000s sys 0m13.493s i suppose the above is to be expected 3) With this change .. speedopolis:~# time ./ip x policy real 0m7.901s user 0m0.008s sys 0m7.896s --- Reading git-diff-tree failed