summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-04-13 17:45:50 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-04-13 17:45:50 +0300
commiteb899d6876327b3a3f0e2ada53dd9fd0845b74e9 (patch)
treeed4c59e77891cda7dd808952a5afc542ebb2e592 /src/trex_defs.h
parent8076b8111991a790886537a5c1d7b54a01f479e4 (diff)
Fix to trex-199 Fdir counters stuck to 2^32
Diffstat (limited to 'src/trex_defs.h')
-rw-r--r--src/trex_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trex_defs.h b/src/trex_defs.h
index 4ecee1d5..50bb282a 100644
--- a/src/trex_defs.h
+++ b/src/trex_defs.h
@@ -20,7 +20,7 @@ limitations under the License.
#define TREX_MAX_PORTS 12
-#define MAX_FLOW_STATS 128
+#define MAX_FLOW_STATS 127
#ifndef UINT8_MAX
#define UINT8_MAX 255