From: Ethan Jackson Date: Mon, 28 Nov 2011 22:08:11 +0000 (-0800) Subject: ofproto-dpif: Remove redundant commit_odp_actions() call. X-Git-Tag: v1.4.0~67 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ecfcbf515d77a954885b85b957967853df9e37cc;p=sliver-openvswitch.git ofproto-dpif: Remove redundant commit_odp_actions() call. --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 1b7bc4480..88032bf17 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -4308,7 +4308,6 @@ flood_packets(struct action_xlate_ctx *ctx, bool all) { struct ofport_dpif *ofport; - commit_odp_actions(ctx); HMAP_FOR_EACH (ofport, up.hmap_node, &ctx->ofproto->up.ports) { uint16_t ofp_port = ofport->up.ofp_port;