add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_l3fwd-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
18 [eal options]
19 -n=4 ; force number of memory channels
20 no-output=no ; disable DPDK debug output
21
22 [port 0]
23 name=if0
24 mac=hardware
25 rx desc=2048
26 tx desc=2048
27 [port 1]
28 name=if1
29 mac=hardware
30 rx desc=2048
31 tx desc=2048
32 [port 2]
33 name=if2
34 mac=hardware
35 rx desc=2048
36 tx desc=2048
37 [port 3]
38 name=if3
39 mac=hardware
40 rx desc=2048
41 tx desc=2048
42
43 [defaults]
44 mempool size=8K
45
46 [lua]
47 lpm4 = dofile("ipv4.lua")
48
49 [global]
50 start time=5
51 name=Routing (4x)
52
53 [core 0]
54 mode=master
55
56 [core 1]
57 name=Routing
58 task=0
59 mode=routing
60 route table=lpm4
61 rx port=if0
62 tx port=if0,if1
63 drop=no
64
65 [core 2]
66 name=Routing
67 task=0
68 mode=routing
69 route table=lpm4
70 rx port=if1
71 tx port=if0,if1
72 drop=no
73
74 [core 3]
75 name=Routing
76 task=0
77 mode=routing
78 route table=lpm4
79 rx port=if2
80 tx port=if2,if3
81 drop=no
82
83 [core 4]
84 name=Routing
85 task=0
86 mode=routing
87 route table=lpm4
88 rx port=if3
89 tx port=if2,if3
90 drop=no