Merge "[l2l3 stack] implements new nd state machine & nd buffering"
[samplevnf.git] / VNFs / vFW / config / VFW_HWLB_IPV4_SinglePortPair_1Thread.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
19 [PIPELINE1]
20 type =  ARPICMP
21 core = 1
22
23 pktq_in  = SWQ0
24 pktq_out = TXQ0.0 TXQ1.0
25 ; ARP route table entries (ip, mask, if_port, nh) hex values with no 0x
26 arp_route_tbl = (ac102814,ff000000,1,ac102814) (ca106414,ff000000,0,ca106414)
27 ;arp_route_tbl = (ac102814,ff000000,3,ac102814) (ca106414,ff000000,1,ca106414)
28 ; Link MAC addresses in order aa:bb:cc:dd:ee:ff separated by space
29 ;
30 ; Hex values with no leading 0x, MACs in ascending port order starting @P0
31 ports_mac_list = 00:cb:10:64:14:00 00:ad:10:28:14:00
32 ;
33 ; egress (private interface) info
34 pktq_in_prv =  RXQ0.0
35 ;
36 ;for pub port <-> prv port mapping (prv, pub)
37 prv_to_pub_map = (0,1)
38 prv_que_handler = (0)
39
40 [PIPELINE2]
41 type = VFW
42 core = 2
43 pktq_in  = RXQ0.0 RXQ1.0
44 pktq_out = TXQ0.1 TXQ1.1 SWQ0
45
46 ;n_rules = 4096
47
48 ;n_flows gets round up to power of 2
49 n_flows = 4000000
50 traffic_type = 4
51
52 ; tcp_time_wait controls timeout for closed connection, normally 120
53 tcp_time_wait = 10
54 tcp_be_liberal = 0
55 ;udp_unreplied and udp_replied controls udp "connection" timeouts, normally 30/180
56 ;udp_unreplied = 20
57 ;udp_replied = 20
58