Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_mpls_tag_untag-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
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
32 [defaults]
33 mempool size=8K
34 memcache size=512
35
36 [global]
37 start time=5
38 name=tag/untag
39
40 [core 0]
41 mode=master
42
43 [core 1]
44 name=untag1
45 task=0
46 mode=unmpls
47 rx port=taggd1
48 tx cores=1t1
49 drop=no
50
51 task=1
52 mode=l2fwd
53 dst mac=@@tester_p1
54 rx ring=yes
55 tx port=plain1
56 drop=no
57
58 [core 2]
59 name=tag1
60 task=0
61 mode=tagmpls
62 rx port=plain1
63 tx cores=2t1
64 drop=no
65
66 task=1
67 mode=l2fwd
68 dst mac=@@tester_p0
69 rx ring=yes
70 tx port=taggd1
71 drop=no
72