Merge "Fix "./docker/Dockerfile.aarch64.patch""
[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 [port 1]
28 name=if1
29 mac=hardware
30
31 [defaults]
32 mempool size=4K
33
34 [global]
35 start time=5
36 name=Routing (2x)
37
38 [core 0]
39 mode=master
40
41 [core 1]
42 name=Routing
43 task=0
44 mode=routing
45 route table=lpm4
46 rx port=if0
47 tx port=if0,if1
48 drop=no
49
50 [core 2]
51 name=Routing
52 task=0
53 mode=routing
54 route table=lpm4
55 rx port=if1
56 tx port=if0,if1
57 drop=no