add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / gen_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 ; force number of memory channels
19 no-output=no ; disable DPDK debug output
20
21 [port 0]
22 name=p0
23 mac=hardware
24
25 [port 1]
26 name=p1
27 mac=hardware
28
29 [port 2]
30 name=p2
31 mac=hardware
32
33 [port 3]
34 name=p3
35 mac=hardware
36
37 [defaults]
38 mempool size=4K
39
40 [variables]
41 $sut_mac0=@@dst_mac0
42 $sut_mac1=@@dst_mac1
43 $sut_mac2=@@dst_mac2
44 $sut_mac3=@@dst_mac3
45
46 [global]
47 start time=5
48 name=Basic Gen
49
50 [core 0]
51 mode=master
52
53 [core 1]
54 name=p0
55 task=0
56 mode=gen
57 tx port=p0
58 bps=1250000000
59 ; Ethernet + IP + UDP
60 pkt inline=${sut_mac0} 70 00 00 00 00 01 08 00 45 00 00 20 00 01 00 00 40 11 f7 7d c0 a8 01 01 c0 a8 01 01 13 88 13 88 00 0c 55 7b 42 43 44 45
61 lat pos=42
62
63 [core 2]
64 name=p1
65 task=0
66 mode=gen
67 tx port=p1
68 bps=1250000000
69 ; Ethernet + IP + UDP
70 pkt inline=${sut_mac1} 70 00 00 00 00 02 08 00 45 00 00 20 00 01 00 00 40 11 f7 7d c0 a8 01 01 c0 a8 01 01 13 88 13 88 00 0c 55 7b 42 43 44 45
71 lat pos=42
72
73 [core 3]
74 name=p2
75 task=0
76 mode=gen
77 tx port=p2
78 bps=1250000000
79 ; Ethernet + IP + UDP
80 pkt inline=${sut_mac2} 70 00 00 00 00 03 08 00 45 00 00 20 00 01 00 00 40 11 f7 7d c0 a8 01 01 c0 a8 01 01 13 88 13 88 00 0c 55 7b 42 43 44 45
81 lat pos=42
82
83 [core 4]
84 name=p3
85 task=0
86 mode=gen
87 tx port=p3
88 bps=1250000000
89 ; Ethernet + IP + UDP
90 pkt inline=${sut_mac3} 70 00 00 00 00 04 08 00 45 00 00 20 00 01 00 00 40 11 f7 7d c0 a8 01 01 c0 a8 01 01 13 88 13 88 00 0c 55 7b 42 43 44 45
91 lat pos=42
92
93 [core 5]
94 task=0
95 mode=lat
96 rx port=p0
97 lat pos=42
98
99 [core 6]
100 task=0
101 mode=lat
102 rx port=p1
103 lat pos=42
104
105 [core 7]
106 task=0
107 mode=lat
108 rx port=p2
109 lat pos=42
110
111 [core 8]
112 task=0
113 mode=lat
114 rx port=p3
115 lat pos=42