Merge "update yardstick ha test cases dashboard"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_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 [lua]
18 lpm4 = dofile("ipv4.lua")
19
20 [eal options]
21 -n=4 ; force number of memory channels
22 no-output=no ; disable DPDK debug output
23
24 [port 0]
25 name=if0
26 mac=hardware
27 rx desc=2048
28 tx desc=2048
29
30 [port 1]
31 name=if1
32 mac=hardware
33 rx desc=2048
34 tx desc=2048
35
36 [defaults]
37 mempool size=4K
38
39 [global]
40 start time=5
41 name=Routing (2x)
42
43 [core 0]
44 mode=master
45
46 [core 1]
47 name=Routing
48 task=0
49 mode=routing
50 route table=lpm4
51 rx port=if0
52 tx port=if0,if1
53 drop=no
54
55 [core 2]
56 name=Routing
57 task=0
58 mode=routing
59 route table=lpm4
60 rx port=if1
61 tx port=if0,if1
62 drop=no