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