Merge "Bugfix: ha test case criteria pass when sla not pass"
[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
35 [global]
36 start time=5
37 name=Routing Gen
38
39 [core 0]
40 mode=master
41
42 [core 1]
43 name=p0
44 task=0
45 mode=gen
46 tx port=p0
47 bps=1250000000
48 pkt inline=00 00 01 00 00 01 00 00 02 00 00 02 08 00 45 00 00 1c 00 01 00 00 40 11 f7 7d c0 a8 01 01 0a 00 00 00 13 88 13 88 00 08 55 7b
49 random=0000101XXXXXXXXXXXXX0000XXXXXXXX
50 rand_offset=30
51
52 [core 2]
53 name=p1
54 task=0
55 mode=gen
56 tx port=p1
57 bps=1250000000
58 pkt inline=00 00 01 00 00 01 00 00 02 00 00 02 08 00 45 00 00 1c 00 01 00 00 40 11 f7 7d c0 a8 01 01 0a 00 00 00 13 88 13 88 00 08 55 7b
59 random=0000101XXXXXXXXXXXXX0000XXXXXXXX
60 rand_offset=30
61
62 [core 3]
63 task=0
64 mode=lat
65 rx port=p0
66 lat pos=42
67
68 [core 4]
69 task=0
70 mode=lat
71 rx port=p1
72 lat pos=42
73