Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_l2fwd_pktTouch-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 [port 1]
27 name=if1
28 mac=hardware
29 rx desc=2048
30 tx desc=2048
31
32 [defaults]
33 mempool size=8K
34 memcache size=512
35
36 [global]
37 start time=5
38 name=Touch (22x)
39
40 [core 0]
41 mode=master
42
43 [core 1]
44 name=none
45 task=0
46 mode=l2fwd
47 dst mac=@@tester_p1
48 rx port=if0
49 tx port=if1
50 drop=no
51
52 [core 2]
53 name=none
54 task=0
55 mode=l2fwd
56 dst mac=@@tester_p0
57 rx port=if1
58 tx port=if0
59 drop=no