summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-trace.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-05-10 16:21:50 -0700
committerBen Pfaff <blp@ovn.org>2018-05-17 08:16:08 -0700
commitfac4786a1b94ffc85eeb32a2b6b98f7b40740975 (patch)
tree8ca0a2cd956931c251c4a2274b0db1ab8178faeb /ofproto/ofproto-dpif-trace.h
parente428148a1fb0f2bf8e7d2829220b849a82cd081c (diff)
downloadopenvswitch-fac4786a1b94ffc85eeb32a2b6b98f7b40740975.tar.gz
ofproto-dpif-xlate: Improve tracing through groups.
This makes it clear which buckets from a group are executed and why. The update to nsh.at provides an example. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-trace.h')
-rw-r--r--ofproto/ofproto-dpif-trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/ofproto-dpif-trace.h b/ofproto/ofproto-dpif-trace.h
index ea6cb3fc0..63dbb50ba 100644
--- a/ofproto/ofproto-dpif-trace.h
+++ b/ofproto/ofproto-dpif-trace.h
@@ -39,6 +39,7 @@ enum oftrace_node_type {
/* Nodes that may have children (nonterminal nodes). */
OFT_BRIDGE, /* Packet travel through an OpenFlow switch. */
OFT_TABLE, /* Packet travel through a flow table. */
+ OFT_BUCKET, /* Executing a bucket in an OpenFlow group. */
OFT_THAW, /* Thawing a frozen state. */
/* Nodes that never have children (terminal nodes). */