ofproto-dpif: Avoid calling get_ofp_port() twice in xlate_normal().
authorBen Pfaff <blp@nicira.com>
Mon, 16 Apr 2012 22:22:52 +0000 (15:22 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Apr 2012 03:37:59 +0000 (20:37 -0700)
commit70c2fd5633aaac5ba266b29a1904db92ba3ecd35
tree438de7ac6b005b3785536e219f4ffdaa75997eff
parent9d6ac44e2b584b34bc7e14f2daa7bb0bdfab16ab
ofproto-dpif: Avoid calling get_ofp_port() twice in xlate_normal().

This was showing up in profiles.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c