Merge "task: use CONF_FILE from constants"
[yardstick.git] / samples / vnf_samples / nsut / vfw / vfw.cfg
1 # Copyright (c) 2016-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 pktq_in  = SWQ4
22 pktq_out = TXQ0.0 TXQ1.0 TXQ2.0 TXQ3.0
23 pktq_in_prv =  RXQ0.0
24 prv_to_pub_map = (0,1)
25 [PIPELINE2]
26 type = TXRX
27 core = 2
28 pipeline_txrx_type = RXRX
29 dest_if_offset = 176
30 pktq_in  = RXQ0.0 RXQ1.0 RXQ2.0 RXQ3.0
31 pktq_out = SWQ0   SWQ1   SWQ2   SWQ3   SWQ4
32 [PIPELINE3]
33 type = LOADB
34 core = 3
35 pktq_in  = SWQ0 SWQ1 SWQ2 SWQ3
36 pktq_out = SWQ4 SWQ5 SWQ6 SWQ7 SWQ8 SWQ9 SWQ10 SWQ11
37 outport_offset = 136
38 n_vnf_threads = 2
39 n_lb_tuples = 5
40 loadb_debug = 0
41 lib_arp_debug = 0
42 [PIPELINE4]
43 type = VFW
44 core = 4
45 pktq_in  = SWQ2 SWQ3
46 pktq_out = SWQ4 SWQ5
47 n_rules = 10
48 prv_que_handler = (0)
49 n_flows = 2000000
50 traffic_type = 4
51 pkt_type = ipv4
52 tcp_be_liberal = 0
53 [PIPELINE5]
54 type = TXRX
55 core = 5
56 pipeline_txrx_type = TXTX
57 dest_if_offset = 176
58 pktq_in  = SWQ8 SWQ9 SWQ10 SWQ11 SWQ12 SWQ13
59 pktq_out = TXQ0.0 TXQ1.0 TXQ0.1 TXQ1.1 TXQ0.2 TXQ1.2
60