Cc: netfilter-devel ---------- Forwarded message ---------- From: Changli Gao <xiaosuo@xxxxxxxxx> Date: Mon, Nov 8, 2010 at 2:32 PM Subject: RFC: netfilter: cache dst_entry in conntrack To: Patrick McHardy <kaber@xxxxxxxxx> Cc: netfilter-devel@xxxxxxxxxxxxxxxxxxx When conntrack is enabled, we can cache dst_entry into the corresponding conntrack to eliminate the subsequence ip_route_input_noref() calls for the same connection. The current implementation is a standalone module. If this idea is welcomed, I'll try to push it up. Thanks. Here it is: https://github.com/xiaosuo/xiaosuo/tree/master/nf_rtcache/ -- Regards, Changli Gao(xiaosuo@xxxxxxxxx) -- Regards, Changli Gao(xiaosuo@xxxxxxxxx) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html