Re: [PATCH] netfilter: unfold two critical loops in ip_packet_match()
From: Patrick McHardy <hidden>
Date: 2009-02-20 10:04:29
Also in:
netfilter-devel
From: Patrick McHardy <hidden>
Date: 2009-02-20 10:04:29
Also in:
netfilter-devel
Eric Dumazet wrote:
While doing oprofile tests I noticed two loops are not properly unrolled by gcc Using a hand coded unrolled loop provides nice speedup : ipt_do_table credited of 2.52 % of cpu instead of 3.29 % in tbench.
Applied, thanks Eric.