summaryrefslogtreecommitdiffstats
path: root/VNFs/vFW/pipeline
diff options
context:
space:
mode:
authorAnand B Jyoti <anand.b.jyoti@intel.com>2017-06-22 02:26:55 +0530
committerANAND B JYOTI <anand.b.jyoti@intel.com>2017-06-22 04:19:19 +0000
commit59d5f45dd8999274a96389d211a585867d71d82d (patch)
treeafb42fd9061069c0b212b8e197e97aca68cc5c2a /VNFs/vFW/pipeline
parente65864efce7da482bc9f337189de5f8c49df5091 (diff)
vFW: Increase max number of VFW instances from 12 to 24
JIRA: SAMPLEVNF-41 Next generation platforms require more than 12 instances of VFW to support more number of ports and throughout. Increasing the max instances from 12 to 24 to support upto 200Gbps in next generation platforms. Change-Id: Ice4f84dfd4a96b84e7e5ef00349892d08e1d2348 Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
Diffstat (limited to 'VNFs/vFW/pipeline')
-rw-r--r--VNFs/vFW/pipeline/pipeline_vfw_be.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/vFW/pipeline/pipeline_vfw_be.h b/VNFs/vFW/pipeline/pipeline_vfw_be.h
index 7e90c7ce..cb418148 100644
--- a/VNFs/vFW/pipeline/pipeline_vfw_be.h
+++ b/VNFs/vFW/pipeline/pipeline_vfw_be.h
@@ -40,7 +40,7 @@ extern uint8_t firewall_flag;
extern uint8_t cnxn_tracking_is_active;
#define KEY_SIZE 10 /*IPV4 src_ip + dst_ip + src_port + dst_port */
#define IP_32BIT_SIZE 4
-#define MAX_VFW_INSTANCES 12 /* max number fw threads, actual usually less */
+#define MAX_VFW_INSTANCES 24 /* max number fw threads, actual usually less */
#define IPv4_HDR_VERSION 4
#define IPv6_HDR_VERSION 6
#define IP_VERSION_CHECK 4