add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / gen_l3fwd-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 ; force number of memory channels
19 no-output=no ; disable DPDK debug output
20
21 [port 0]
22 name=p0
23 mac=hardware
24 [port 1]
25 name=p1
26 mac=hardware
27
28 [defaults]
29 mempool size=4K
30
31 [variables]
32 $sut_mac0=@@dst_mac0
33 $sut_mac1=@@dst_mac1
34 $tester_mac0=@@src_mac0
35 $tester_mac1=@@src_mac1
36
37 [global]
38 start time=5
39 name=Routing Gen
40
41 [core 0]
42 mode=master
43
44 [core 1]
45 name=p0
46 task=0
47 mode=gen
48 tx port=p0
49 bps=1250000000
50 pkt inline=${sut_mac0} ${tester_mac0} 08 00 45 00 00 24 00 01 00 00 40 11 f7 7d c0 a8 01 01 0a 00 00 00 13 88 13 88 00 10 55 7b 00 01 02 03 04 05 06 07
51 random=0000101XXXXXXXXXXXXX0000XXXXXXX1
52 rand_offset=30
53 lat pos=42
54 signature pos=46
55 signature=0xcafedeca
56
57
58 [core 2]
59 name=p1
60 task=0
61 mode=gen
62 tx port=p1
63 bps=1250000000
64 pkt inline=${sut_mac1} ${tester_mac1} 08 00 45 00 00 24 00 01 00 00 40 11 f7 7d c0 a8 01 01 0a 00 00 00 13 88 13 88 00 10 55 7b 00 01 02 03 04 05 06 07
65 random=0000101XXXXXXXXXXXXX0000XXXXXXX1
66 rand_offset=30
67 lat pos=42
68 signature pos=46
69 signature=0xcafedeca
70
71 [core 3]
72 name=REC_P0
73 task=0
74 mode=lat
75 rx port=p0
76 lat pos=42
77 signature pos=46
78 signature=0xcafedeca
79
80 [core 4]
81 name=REC_P1
82 task=0
83 mode=lat
84 rx port=p1
85 lat pos=42
86 signature pos=46
87 signature=0xcafedeca