Update to odulow per maintenance bronze
[o-du/phy.git] / fapi_5g / bin / oran_5g_fapi.cfg
1 ;******************************************************************************
2 ;
3 ;   Copyright (c) 2019 Intel.
4 ;
5 ;   Licensed under the Apache License, Version 2.0 (the "License");
6 ;   you may not use this file except in compliance with the License.
7 ;   You may obtain a copy of the License at
8 ;
9 ;       http://www.apache.org/licenses/LICENSE-2.0
10 ;
11 ;   Unless required by applicable law or agreed to in writing, software
12 ;   distributed under the License is distributed on an "AS IS" BASIS,
13 ;   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ;   See the License for the specific language governing permissions and
15 ;   limitations under the License.
16 ;
17 ;******************************************************************************
18
19
20 ; FAPI TM CFG
21 ; Core configuration
22 ; Note:
23 ; Schedule Policy [1: SCHED_FIFO 2: SCHED_RR]
24 [MAC2PHY_WORKER]
25 core_id = 11
26 thread_sched_policy = 1
27 thread_priority = 89
28
29 [PHY2MAC_WORKER]
30 core_id = 12
31 thread_sched_policy = 1
32 thread_priority = 89
33
34 [WLS_CFG]
35 device_name = /dev/wls0
36
37 shmem_size = 2126512128
38
39 ; Log level
40 ; none
41 ; info
42 ; error
43 ; trace
44 [LOGGER]
45 level = info
46
47 [DPDK]
48 ; IOVA Mode 
49 ; 0 - PA
50 ; 1 - VA
51 dpdk_iova_mode = 0
52
53 ; URRLC Not Supported
54 ; [URLLC_WORKER]
55 ; core_id = 12
56 ; thread_priority = 96
57 ; thread_sched_policy = 0