summaryrefslogtreecommitdiffstats
path: root/common/vnf_common/pipeline_be.h
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-06-01 04:46:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-01 04:46:31 +0000
commit7c3d41940456132c801ecd30cfc7422066fab5fa (patch)
tree56e512cac21f3d1027632d3b3b233470b2077bb8 /common/vnf_common/pipeline_be.h
parentf3fb6d939337b4ff68fc60103634d46652587eca (diff)
parent10745be7adb099f559ba1b00b8d97fda59f75d62 (diff)
Merge "[SAMPLEVNF] Adding support to handle more than 16 ports"
Diffstat (limited to 'common/vnf_common/pipeline_be.h')
-rw-r--r--common/vnf_common/pipeline_be.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/vnf_common/pipeline_be.h b/common/vnf_common/pipeline_be.h
index 006a415e..fad6b25f 100644
--- a/common/vnf_common/pipeline_be.h
+++ b/common/vnf_common/pipeline_be.h
@@ -183,31 +183,31 @@ pipeline_port_out_params_get_ops(struct pipeline_port_out_params *p)
}
#ifndef PIPELINE_NAME_SIZE
-#define PIPELINE_NAME_SIZE 32
+#define PIPELINE_NAME_SIZE 64
#endif
#ifndef PIPELINE_MAX_PORT_IN
-#define PIPELINE_MAX_PORT_IN 16
+#define PIPELINE_MAX_PORT_IN 64
#endif
#ifndef PIPELINE_MAX_PORT_OUT
-#define PIPELINE_MAX_PORT_OUT 16
+#define PIPELINE_MAX_PORT_OUT 64
#endif
#ifndef PIPELINE_MAX_TABLES
-#define PIPELINE_MAX_TABLES 16
+#define PIPELINE_MAX_TABLES 64
#endif
#ifndef PIPELINE_MAX_MSGQ_IN
-#define PIPELINE_MAX_MSGQ_IN 16
+#define PIPELINE_MAX_MSGQ_IN 64
#endif
#ifndef PIPELINE_MAX_MSGQ_OUT
-#define PIPELINE_MAX_MSGQ_OUT 16
+#define PIPELINE_MAX_MSGQ_OUT 64
#endif
#ifndef PIPELINE_MAX_ARGS
-#define PIPELINE_MAX_ARGS 32
+#define PIPELINE_MAX_ARGS 64
#endif
struct pipeline_params {