Merge "Add testsuite "os-odl-ovs-noha""
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_l2fwd-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
19 no-output=no ; disable DPDK debug output
20
21 [port 0]
22 name=if0
23 mac=hardware
24 rx desc=2048
25 tx desc=2048
26 promiscuous=yes
27
28 [port 1]
29 name=if1
30 mac=hardware
31 rx desc=2048
32 tx desc=2048
33 promiscuous=yes
34
35 [defaults]
36 mempool size=8K
37 memcache size=512
38
39 [global]
40 start time=5
41 name=Handle None (2x)
42
43 [core 0]
44 mode=master
45
46 [core 1]
47 name=none
48 task=0
49 mode=l2fwd
50 rx port=if0
51 tx port=if1
52 drop=no
53
54 [core 2]
55 name=none
56 task=0
57 mode=l2fwd
58 rx port=if1
59 tx port=if0
60 drop=no