ofproto-dpif: Don't do an extra flow translation when removing facets.
authorBen Pfaff <blp@nicira.com>
Thu, 5 Apr 2012 20:43:24 +0000 (13:43 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Apr 2012 03:28:42 +0000 (20:28 -0700)
commit3de9590b77ceb6a0a7e4e9ca1a46273006c87eab
tree6292fe92da7d3fa675c16b95cd43549991dbf5f7
parent407556ac6c902d060202f5e1aa3b92849b8f99ed
ofproto-dpif: Don't do an extra flow translation when removing facets.

When we remove a facet, it seems superfluous to translate the flow
once more just to update the MAC learning table, since we know that
it was done within a second or so anyway (e.g. when the flow stats
were last updated).

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