From 2903a180e547e79b576c45e484330ea2b4e09248 Mon Sep 17 00:00:00 2001 From: Anand B Jyoti Date: Fri, 28 Jul 2017 12:58:04 +0530 Subject: vnf_common: Correcting the max number of ports supported JIRA: SAMPLEVNF-69 Causing memory corruption due to wrong value. Correcting to 64 from 16. Change-Id: I0a6634398fd6f0f1e56aab63c88a48c97586d9d4 Signed-off-by: Anand B Jyoti --- common/vnf_common/vnf_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/vnf_common/vnf_common.h b/common/vnf_common/vnf_common.h index a6b1aaa2..2ba51482 100644 --- a/common/vnf_common/vnf_common.h +++ b/common/vnf_common/vnf_common.h @@ -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 -- cgit 1.2.3-korg