Merge "utils: create TASK_LOG_DIR if it doesn't exist"
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_none-2.cfg
1 ; Copyright (c) 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 [eal options]
16 -n=4 ; force number of memory channels
17 no-output=no ; disable DPDK debug output
18
19 [port 0]
20 name=if0
21 mac=50:00:00:00:00:01
22 [port 1]
23 name=if1
24 mac=50:00:00:00:00:02
25
26 [defaults]
27 mempool size=4K
28
29 [global]
30 start time=5
31 name=Handle None (4x)
32
33 [core 0]
34 mode=master
35
36 [core 1]
37 name=none
38 task=0
39 mode=none
40 rx port=if0
41 tx port=if1
42 drop=no
43
44 [core 2]
45 name=none
46 task=0
47 mode=none
48 rx port=if1
49 tx port=if0
50 drop=no