Merge "Test case description and configuration file for yardstick_tc090:Control Node...
[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
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 [port 1]
26 name=if1
27 mac=hardware
28
29 [defaults]
30 mempool size=4K
31
32 [lua]
33 lpm4 = dofile("ipv4-2port.lua")
34
35 [global]
36 start time=5
37 name=Routing (2x)
38
39 [core 0]
40 mode=master
41
42 [core 1]
43 name=Routing
44 task=0
45 mode=routing
46 route table=lpm4
47 rx port=if0
48 tx port=if0,if1
49 drop=no
50
51 [core 2]
52 name=Routing
53 task=0
54 mode=routing
55 route table=lpm4
56 rx port=if1
57 tx port=if0,if1
58 drop=no