Adding cmdline parameters to run setup script in intreactive and non-interative
[samplevnf.git] / VNFs / vFW / config / VFW_HWLB_IPV4_MultiPortPair_4Thread.cfg
1 ; Copyright (c) 2017 Intel Corporation
2 ;
3 ; Licensed under the Apache License, Version 2.0 (the "License");
4 ; you may not use this file except in compliance with the License.
5 ; You may obtain a copy of the License at
6 ;
7 ;      http:#www.apache.org/licenses/LICENSE-2.0
8 ;
9 ; Unless required by applicable law or agreed to in writing, software
10 ; distributed under the License is distributed on an "AS IS" BASIS,
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ; See the License for the specific language governing permissions and
13 ; limitations under the License.
14
15 [PIPELINE0]
16 type = MASTER
17 core = 0
18 [PIPELINE1]
19 type =  ARPICMP
20 core = 1
21
22 pktq_in  = SWQ0 SWQ1 SWQ2 SWQ3
23 pktq_out = TXQ0.0 TXQ1.0 TXQ2.0 TXQ3.0
24 ; ARP route table entries (ip, mask, if_port, nh) hex values with no 0x
25 arp_route_tbl = (ad102814,ff000000,2,ad102814) (cb106414,ff000000,0,cb106414)
26 arp_route_tbl = (ac102814,ff000000,3,ac102814) (ca106414,ff000000,1,ca106414)
27 ; Link MAC addresses in order aa:bb:cc:dd:ee:ff separated by space
28 ;
29 ; Hex values with no leading 0x, MACs in ascending port order starting @P0
30 ports_mac_list = 00:cb:10:64:14:00 00:ca:10:64:14:00 00:ad:10:28:14:00 00:ac:10:28:14:00
31 ;
32 ; egress (private interface) info
33 pktq_in_prv =  RXQ0.0 RXQ1.0
34 ;
35 ;for pub port <-> prv port mapping (prv, pub)
36 prv_to_pub_map = (0,2)(1,3)
37 prv_que_handler = (0,1)
38 [PIPELINE2]
39 type = VFW
40 core = 2
41 pktq_in  = RXQ0.0 RXQ1.0 RXQ2.0 RXQ3.0
42 pktq_out = TXQ0.1 TXQ1.1 TXQ2.1 TXQ3.1 SWQ0
43
44 ;n_rules = 10000
45
46 ;n_flows gets round up to power of 2
47 n_flows = 1000000
48 traffic_type = 4
49
50 ; tcp_time_wait controls timeout for closed connection, normally 120
51 tcp_time_wait = 10
52 tcp_be_liberal = 0
53 ;udp_unreplied and udp_replied controls udp "connection" timeouts, normally 30/180
54 ;udp_unreplied = 20
55 ;udp_replied = 20
56
57 [PIPELINE3]
58 type = VFW
59 core = 3
60 pktq_in  = RXQ0.1 RXQ1.1 RXQ2.1 RXQ3.1
61 pktq_out = TXQ0.2 TXQ1.2 TXQ2.2 TXQ3.2 SWQ1
62 ;
63 ;
64 ;n_rules = 10000
65 ;n_flows gets round up to power of 2
66
67 n_flows = 1000000
68 traffic_type = 4
69 ; tcp_time_wait controls timeout for closed connection, normally 120
70 tcp_time_wait = 10
71
72 tcp_be_liberal = 0
73 ;udp_unreplied and udp_replied controls udp "connection" timeouts, normally 30/180
74 ;udp_unreplied = 20
75 ;udp_replied = 20
76
77 [PIPELINE4]
78 type = VFW
79 core = 4
80 pktq_in  = RXQ0.2 RXQ1.2 RXQ2.2 RXQ3.2
81 pktq_out = TXQ0.3 TXQ1.3 TXQ2.3 TXQ3.3 SWQ2
82 ;
83 ;
84 ;n_rules = 10000
85 ;n_flows gets round up to power of 2
86
87 n_flows = 1000000
88 traffic_type = 4
89 ; tcp_time_wait controls timeout for closed connection, normally 120
90 tcp_time_wait = 10
91
92 tcp_be_liberal = 0
93 ;udp_unreplied and udp_replied controls udp "connection" timeouts, normally 30/180
94 ;udp_unreplied = 20
95 ;udp_replied = 20
96 [PIPELINE5]
97 type = VFW
98 core = 5
99 pktq_in  = RXQ0.3 RXQ1.3 RXQ2.3 RXQ3.3
100 pktq_out = TXQ0.4 TXQ1.4 TXQ2.4 TXQ3.4 SWQ3
101 ;
102 ;
103 ;n_rules = 10000
104 ;n_flows gets round up to power of 2
105
106 n_flows = 1000000
107 traffic_type = 4
108 ; tcp_time_wait controls timeout for closed connection, normally 120
109 tcp_time_wait = 10
110
111 tcp_be_liberal = 0
112 ;udp_unreplied and udp_replied controls udp "connection" timeouts, normally 30/180
113 ;udp_unreplied = 20
114 ;udp_replied = 20
115