commit | c2368e795cec561229ef66a04ac51629b918a9e8 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Sun Aug 22 17:35:32 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 22 21:09:04 2010 -0700 |
tree | 2fd08484e8948dc2969ac2d01b00af175b93abb5 | |
parent | fcb12fd2236f49aa8fdc1568ed4ebdfe4fddc6b5 [diff] |
bridge: is PACKET_LOOPBACK unlikely()? While looking at using netdev_rx_handler_register for openvswitch Jesse Gross suggested that an unlikely() might be worthwhile in that code. I'm interested to see if its appropriate for the bridge code. Cc: Jesse Gross <jesse@nicira.com> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>