vACL: changes for gateway packet forwarding
[samplevnf.git] / VNFs / vACL / config / IPv4_hwlb_acl_1LB_1t.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 [EAL]
16 # add pci whitelist eg below
17 w = 05:00.0
18 w = 05:00.1
19
20 [PIPELINE0]
21 type = MASTER
22 core = 0
23 [PIPELINE1]
24 type = ARPICMP
25 core = 1
26 pktq_in  = SWQ0
27 pktq_out = TXQ0.0 TXQ1.0
28 pktq_in_prv =  RXQ0.0
29 prv_to_pub_map = (0,1)
30 prv_que_handler = (0)
31 [PIPELINE2]
32 type = ACL
33 core = 2
34 pktq_in  = RXQ0.0 RXQ1.0
35 pktq_out = TXQ0.1 TXQ1.1 SWQ0
36 n_flows = 1000000
37 pkt_type = ipv4
38 traffic_type = 4 
39