Merge "Yardstick TC082: move sample test case perf.yaml"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_mpls_tag_untag-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=taggd1
23 mac=hardware
24 rx desc=2048
25 tx desc=2048
26 [port 1]
27 name=plain1
28 mac=hardware
29 rx desc=2048
30 tx desc=2048
31 [port 2]
32 name=plain2
33 mac=hardware
34 rx desc=2048
35 tx desc=2048
36 [port 3]
37 name=taggd2
38 mac=hardware
39 rx desc=2048
40 tx desc=2048
41
42 [defaults]
43 mempool size=8K
44 memcache size=512
45
46 [global]
47 start time=5
48 name=tag/untag
49
50 [core 0]
51 mode=master
52
53 [core 1]
54 name=untag1
55 task=0
56 mode=unmpls
57 rx port=taggd1
58 tx cores=1t1
59 drop=no
60
61 task=1
62 mode=l2fwd
63 dst mac=@@tester_p1
64 rx ring=yes
65 tx port=plain1
66 drop=no
67
68 [core 2]
69 name=tag1
70 task=0
71 mode=tagmpls
72 rx port=plain1
73 tx cores=2t1
74 drop=no
75
76 task=1
77 mode=l2fwd
78 dst mac=@@tester_p0
79 rx ring=yes
80 tx port=taggd1
81 drop=no
82
83 [core 3]
84 name=tag2
85 task=0
86 mode=tagmpls
87 rx port=plain2
88 tx cores=3t1
89 drop=no
90
91 task=1
92 mode=l2fwd
93 dst mac=@@tester_p3
94 rx ring=yes
95 tx port=taggd2
96 drop=no
97
98 [core 4]
99 name=untag2
100 task=0
101 mode=unmpls
102 rx port=taggd2
103 tx cores=4t1
104 drop=no
105
106 task=1
107 mode=l2fwd
108 dst mac=@@tester_p2
109 rx ring=yes
110 tx port=plain2
111 drop=no
112