26a0aac26009aca8f40dbf744714ce46a5f91155
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_none-4.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 [port 2]
26 name=if2
27 mac=50:00:00:00:00:03
28 [port 3]
29 name=if3
30 mac=50:00:00:00:00:04
31
32 [defaults]
33 mempool size=4K
34
35 [global]
36 start time=5
37 name=Handle None (4x)
38
39 [core 0]
40 mode=master
41
42 [core 1]
43 name=none
44 task=0
45 mode=none
46 rx port=if0
47 tx port=if1
48 drop=no
49
50 [core 2]
51 name=none
52 task=0
53 mode=none
54 rx port=if1
55 tx port=if0
56 drop=no
57
58 [core 3]
59 name=none
60 task=0
61 mode=none
62 rx port=if2
63 tx port=if3
64 drop=no
65
66 [core 4]
67 name=none
68 task=0
69 mode=none
70 rx port=if3
71 tx port=if2
72 drop=no