vFW: Remove unused pkt_type parameter from example cfg files 75/37475/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Thu, 13 Jul 2017 23:56:49 +0000 (05:26 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Thu, 13 Jul 2017 23:59:01 +0000 (05:29 +0530)
JIRA: SAMPLEVNF-53

Removing the unused pkt_type parameter. The traffic_type
is used to identify the traffic type as IPv4 or IPv6.

Change-Id: I22654ab9f04e2d0aa9ede3a83c68398ac2c83c63
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
16 files changed:
VNFs/vFW/config/VFW_HWLB_IPV4_MultiPortPair_1Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV4_MultiPortPair_4Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV4_SinglePortPair_1Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV4_SinglePortPair_4Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV6_MultiPortPair_1Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV6_MultiPortPair_4Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV6_SinglePortPair_1Thread.cfg
VNFs/vFW/config/VFW_HWLB_IPV6_SinglePortPair_4Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV4_MultiPortPair_1Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV4_MultiPortPair_4Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV4_SinglePortPair_1Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV4_SinglePortPair_4Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV6_MultiPortPair_1Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV6_MultiPortPair_4Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV6_SinglePortPair_1Thread.cfg
VNFs/vFW/config/VFW_SWLB_IPV6_SinglePortPair_4Thread.cfg

index a274506..067ffc3 100644 (file)
@@ -45,7 +45,6 @@ pktq_out = TXQ0.1 TXQ1.1 TXQ2.1 TXQ3.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
index 7d543c8..0454a6e 100644 (file)
@@ -45,7 +45,6 @@ pktq_out = TXQ0.1 TXQ1.1 TXQ2.1 TXQ3.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -66,7 +65,6 @@ pktq_out = TXQ0.2 TXQ1.2 TXQ2.2 TXQ3.2 SWQ1
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -87,7 +85,6 @@ pktq_out = TXQ0.3 TXQ1.3 TXQ2.3 TXQ3.3 SWQ2
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -107,7 +104,6 @@ pktq_out = TXQ0.4 TXQ1.4 TXQ2.4 TXQ3.4 SWQ3
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index b90fad1..315c0da 100644 (file)
@@ -47,7 +47,6 @@ pktq_out = TXQ0.1 TXQ1.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 4000000
-pkt_type = ipv4
 traffic_type = 4
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
index dee9d97..49436dd 100644 (file)
@@ -47,7 +47,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -67,7 +66,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -87,7 +85,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -108,7 +105,6 @@ n_rules = 4096
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index ddf746e..bb35083 100644 (file)
@@ -47,7 +47,6 @@ pktq_out = TXQ0.1 TXQ1.1 TXQ2.1 TXQ3.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
index 5b1a1cd..7af5a45 100644 (file)
@@ -47,7 +47,6 @@ pktq_out = TXQ0.1 TXQ1.1 TXQ2.1 TXQ3.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -67,7 +66,6 @@ pktq_out = TXQ0.2 TXQ1.2 TXQ2.2 TXQ3.2 SWQ1
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -87,7 +85,6 @@ pktq_out = TXQ0.3 TXQ1.3 TXQ2.3 TXQ3.3 SWQ2
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -107,7 +104,6 @@ pktq_out = TXQ0.4 TXQ1.4 TXQ2.4 TXQ3.4 SWQ3
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
index ed2e842..0fc3ec2 100644 (file)
@@ -47,7 +47,6 @@ pktq_out = TXQ0.1 TXQ1.1 SWQ0;TXQ2.1 TXQ3.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
index fd9da8f..960af41 100644 (file)
@@ -47,7 +47,6 @@ pktq_out = TXQ0.1 TXQ1.1 SWQ0;TXQ2.1 TXQ3.1 SWQ0
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 
 ; tcp_time_wait controls timeout for closed connection, normally 120
@@ -68,7 +67,6 @@ pktq_out = TXQ0.2 TXQ1.2 SWQ1;TXQ2.2 TXQ3.2 SWQ1
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -89,7 +87,6 @@ pktq_out = TXQ0.3 TXQ1.3 SWQ2;TXQ2.3 TXQ3.3 SWQ2
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -109,7 +106,6 @@ pktq_out = TXQ0.4 TXQ1.4 SWQ3;TXQ2.3 TXQ3.3 SWQ2
 ;n_flows gets round up to power of 2
 
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index 8e26c28..6952749 100644 (file)
@@ -64,7 +64,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -105,7 +104,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index adcce34..b1a0d2f 100644 (file)
@@ -66,7 +66,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -84,7 +83,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -123,7 +121,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -141,7 +138,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index 5499ea8..51a0101 100644 (file)
@@ -63,7 +63,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 4096000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index abb4735..4e37529 100644 (file)
@@ -62,7 +62,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -80,7 +79,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -98,7 +96,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -116,7 +113,6 @@ n_rules = 4096
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv4
 traffic_type = 4
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index aefb37a..f5bd020 100644 (file)
@@ -65,7 +65,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -106,7 +105,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index bc30db8..29bd478 100644 (file)
@@ -64,7 +64,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -82,7 +81,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -120,7 +118,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -138,7 +135,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index 4fb0fad..da263c4 100644 (file)
@@ -63,7 +63,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
index 4c372f7..2ab3e50 100644 (file)
@@ -63,7 +63,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -81,7 +80,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -99,7 +97,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10
@@ -117,7 +114,6 @@ n_rules = 10000
 
 ;n_flows gets round up to power of 2
 n_flows = 1000000
-pkt_type = ipv6
 traffic_type = 6
 ; tcp_time_wait controls timeout for closed connection, normally 120
 tcp_time_wait = 10