Files
linux/net/ipv4
Stephen Hemminger c0b8c32b1c IPV4: use xor rather than multiple ands for route compare
The comparison in ip_route_input is a hot path, by recoding the C
"and" as bit operations, fewer conditional branches get generated
so the code should be faster. Maybe someday Gcc will be smart
enough to do this?

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-10 04:00:28 -07:00
..
2008-01-28 14:58:15 -08:00
2008-01-08 23:30:18 -08:00
2008-03-06 16:22:02 -08:00
2008-03-06 16:22:02 -08:00
2008-01-28 15:01:48 -08:00
2008-03-04 14:17:41 -08:00
2008-03-23 22:54:03 -07:00
2008-03-26 16:51:09 -07:00
2008-03-26 16:51:09 -07:00