Merge "ansible: disable Extra cloud image kernel stub"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_lb-4.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
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 mempool size=13K
54 memcache size=512
55 mempool size=16K
56
57 [global]
58 start time=5
59 name=Handle 5 Tuple Load Balance 1-to-4
60
61 [core 0]
62 mode=master
63
64 [core 1]
65 name=Handle_LB
66 task=0
67 mode=lb5tuple
68 rx port=if0
69 tx cores=2,3,4,5
70 drop=no
71
72 [core 2]
73 name=TX_p0
74 task=0
75 mode=l2fwd
76 dst mac=@@p0
77 rx ring=yes
78 tx port=if0
79 drop=no
80
81 [core 3]
82 name=TX_p1
83 task=0
84 mode=l2fwd
85 dst mac=@@p1
86 rx ring=yes
87 tx port=if1
88 drop=no
89
90 [core 4]
91 name=TX_p2
92 task=0
93 mode=l2fwd
94 dst mac=@@p2
95 rx ring=yes
96 tx port=if2
97 drop=no
98
99 [core 5]
100 name=TX_p3
101 task=0
102 mode=l2fwd
103 dst mac=@@p3
104 rx ring=yes
105 tx port=if3
106 drop=no
107