netfilter: arp_tables: unfold two critical loops in arp_packet_match()
authorEric Dumazet <dada1@cosmosbay.com>
Wed, 18 Feb 2009 16:47:50 +0000 (17:47 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 18 Feb 2009 16:47:50 +0000 (17:47 +0100)
x86 and powerpc can perform long word accesses in an efficient maner.
We can use this to unroll two loops in arp_packet_match(), to
perform arithmetic on long words instead of bytes. This is a win
on x86_64 for example.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found