summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-04-11 10:34:23 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-05-18 19:20:21 +0300
commitd3b66fddf9840272b367f42e26ce16198eeadaf6 (patch)
tree9c132a4133adf1a674a565676a13a58ed3f28560 /src/trex_defs.h
parent8b1d07ff4019df739a233cdcb812048ee44ae554 (diff)
payload tx stat work
Diffstat (limited to 'src/trex_defs.h')
-rw-r--r--src/trex_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trex_defs.h b/src/trex_defs.h
index 50bb282a..665c1edc 100644
--- a/src/trex_defs.h
+++ b/src/trex_defs.h
@@ -20,7 +20,10 @@ limitations under the License.
#define TREX_MAX_PORTS 12
+// maximum number of IP ID type flow stats we support
#define MAX_FLOW_STATS 127
+// maximum number of payload type flow stats we support
+#define MAX_FLOW_STATS_PAYLOAD 128
#ifndef UINT8_MAX
#define UINT8_MAX 255