ofproto-dpif: Avoid calling eth_addr_is_reserved().
authorEthan Jackson <ethan@nicira.com>
Wed, 6 Jun 2012 22:06:15 +0000 (15:06 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 7 Jun 2012 01:22:56 +0000 (18:22 -0700)
commit614ec445172f05128b54e20ba6aebc1f35668b67
tree676a501453dd55560279606a73977746bff20f20
parentc93f9a78c349dee759524861a6e80694675283fc
ofproto-dpif: Avoid calling eth_addr_is_reserved().

eth_addr_is_reserved() is a bit more expensive than it used to be,
so it makes sense to avoid calling it when convenient as an
optimization.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c