Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_acl-2.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
16 [lua]
17 acl_table = dofile("acl_rules-2.lua")
18
19 [eal options]
20 -n=4 ; force number of memory channels
21 no-output=no ; disable DPDK debug output
22
23 [port 0]
24 name=if0
25 mac=hardware
26 rx desc=2048
27 tx desc=2048
28 [port 1]
29 name=if1
30 mac=hardware
31 rx desc=2048
32 tx desc=2048
33
34 [defaults]
35 mempool size=65K
36 memcache size=512
37 qinq tag=0xa888
38
39 [global]
40 start time=5
41 name=ACL handle
42
43 [core 0]
44 task=0
45 mode=master
46
47 [core 1]
48 name=W-up
49 task=0
50 mode=acl
51 max rules=32768
52 rules=acl_table
53 rx port=if0
54 tx cores=1t1
55 drop=no
56
57 task=1
58 mode=l2fwd
59 dst mac=00:00:00:00:00:01
60 rx ring=yes
61 tx port=if0
62 drop=no
63
64 [core 2]
65 name=W-up
66 task=0
67 mode=acl
68 max rules=32768
69 rules=acl_table
70 rx port=if1
71 tx cores=2t1
72 drop=no
73
74 task=1
75 mode=l2fwd
76 dst mac=00:00:00:00:00:02
77 rx ring=yes
78 tx port=if1
79 drop=no
80