Merge "Yardstick TC083: Move sample test case netperf"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_l2fwd_pktTouch-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 [port 1]
27 name=if1
28 mac=hardware
29 rx desc=2048
30 tx desc=2048
31 [port 2]
32 name=if2
33 mac=hardware
34 rx desc=2048
35 tx desc=2048
36 [port 3]
37 name=if3
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=Touch (4x)
49
50 [core 0]
51 mode=master
52
53 [core 1]
54 name=none
55 task=0
56 mode=l2fwd
57 dst mac=@@tester_p1
58 rx port=if0
59 tx port=if1
60 drop=no
61
62 [core 2]
63 name=none
64 task=0
65 mode=l2fwd
66 dst mac=@@tester_p0
67 rx port=if1
68 tx port=if0
69 drop=no
70
71 [core 3]
72 name=none
73 task=0
74 mode=l2fwd
75 dst mac=@@tester_p3
76 rx port=if2
77 tx port=if3
78 drop=no
79
80 [core 4]
81 name=none
82 task=0
83 mode=l2fwd
84 dst mac=@@tester_p2
85 rx port=if3
86 tx port=if2
87 drop=no
88