vnf_common: Correcting the max number of ports supported 45/38345/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Fri, 28 Jul 2017 07:28:04 +0000 (12:58 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Fri, 28 Jul 2017 07:28:04 +0000 (12:58 +0530)
JIRA: SAMPLEVNF-69

Causing memory corruption due to wrong value.
Correcting to 64 from 16.

Change-Id: I0a6634398fd6f0f1e56aab63c88a48c97586d9d4
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
common/vnf_common/vnf_common.h

index a6b1aaa..2ba5148 100644 (file)
@@ -45,7 +45,7 @@
 #define PKT_EGR_DIR 1
 
 #ifndef PIPELINE_MAX_PORT_IN
-#define PIPELINE_MAX_PORT_IN 16
+#define PIPELINE_MAX_PORT_IN 64
 #endif
 
 #define RTE_PIPELINE_MAX_NAME_SZ 124