Merge "add scenario opnfv_os-nosdn-bar-ha_daily.yaml for Barometer"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_l2fwd-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 [port 0]
22 name=if0
23 mac=hardware
24 rx desc=2048
25 tx desc=2048
26 promiscuous=yes
27
28 [port 1]
29 name=if1
30 mac=hardware
31 rx desc=2048
32 tx desc=2048
33 promiscuous=yes
34
35 [port 2]
36 name=if2
37 mac=hardware
38 rx desc=2048
39 tx desc=2048
40 promiscuous=yes
41
42 [port 3]
43 name=if3
44 mac=hardware
45 rx desc=2048
46 tx desc=2048
47 promiscuous=yes
48
49 [defaults]
50 mempool size=8K
51 memcache size=512
52
53 [global]
54 start time=5
55 name=Handle None (4x)
56
57 [core 0]
58 mode=master
59
60 [core 1]
61 name=none
62 task=0
63 mode=l2fwd
64 rx port=if0
65 tx port=if1
66 drop=no
67
68 [core 2]
69 name=none
70 task=0
71 mode=l2fwd
72 rx port=if1
73 tx port=if0
74 drop=no
75
76 [core 3]
77 name=none
78 task=0
79 mode=l2fwd
80 rx port=if2
81 tx port=if3
82 drop=no
83
84 [core 4]
85 name=none
86 task=0
87 mode=l2fwd
88 rx port=if3
89 tx port=if2
90 drop=no