add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_lb-4.cfg
1 # Copyright (c) 2016-2019 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
17 [eal options]
18 -n=4
19 no-output=no ; disable DPDK debug output
20
21 [lua]
22 dofile("tuples.lua")
23
24 [port 0]
25 name=if0
26 mac=hardware
27 rx desc=4096
28 tx desc=2048
29 promiscuous=yes
30
31 [port 1]
32 name=if1
33 mac=hardware
34 rx desc=2048
35 tx desc=2048
36 promiscuous=yes
37
38 [port 2]
39 name=if2
40 mac=hardware
41 rx desc=2048
42 tx desc=2048
43 promiscuous=yes
44
45 [port 3]
46 name=if3
47 mac=hardware
48 rx desc=2048
49 tx desc=2048
50 promiscuous=yes
51
52 [defaults]
53 memcache size=512
54 mempool size=16K
55
56 [global]
57 start time=5
58 name=Handle 5 Tuple Load Balance
59
60 [core 0]
61 mode=master
62
63 [core 1]
64 name=Handle_LB
65 task=0
66 mode=lb5tuple
67 rx port=if0
68 tx cores=5,6,7,8
69 drop=no
70
71 [core 2]
72 name=Handle_LB
73 task=0
74 mode=lb5tuple
75 rx port=if1
76 tx cores=5,6,7,8
77 drop=no
78
79 [core 3]
80 name=Handle_LB
81 task=0
82 mode=lb5tuple
83 rx port=if2
84 tx cores=5,6,7,8
85 drop=no
86
87 [core 4]
88 name=Handle_LB
89 task=0
90 mode=lb5tuple
91 rx port=if3
92 tx cores=5,6,7,8
93 drop=no
94
95 [core 5]
96 name=TX_p0
97 task=0
98 mode=l2fwd
99 dst mac=@@p0
100 rx ring=yes
101 tx port=if0
102 drop=no
103
104 [core 6]
105 name=TX_p1
106 task=0
107 mode=l2fwd
108 dst mac=@@p1
109 rx ring=yes
110 tx port=if1
111 drop=no
112
113 [core 7]
114 name=TX_p2
115 task=0
116 mode=l2fwd
117 dst mac=@@p2
118 rx ring=yes
119 tx port=if2
120 drop=no
121
122 [core 8]
123 name=TX_p3
124 task=0
125 mode=l2fwd
126 dst mac=@@p3
127 rx ring=yes
128 tx port=if3
129 drop=no
130