projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f280c
)
ofproto-dpif: Remove redundant commit_odp_actions() call.
author
Ethan Jackson
<ethan@nicira.com>
Mon, 28 Nov 2011 22:08:11 +0000
(14:08 -0800)
committer
Ethan Jackson
<ethan@nicira.com>
Mon, 28 Nov 2011 22:46:12 +0000
(14:46 -0800)
ofproto/ofproto-dpif.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index 1b7bc44800c5702c559d03a5b8a03ca97662df4c..88032bf175900f25c928685572f01cbdf82fd91f 100644
(file)
--- 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;