From d3b66fddf9840272b367f42e26ce16198eeadaf6 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 11 Apr 2016 10:34:23 +0300 Subject: payload tx stat work --- src/trex_defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/trex_defs.h') 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 -- cgit 1.2.3-korg