Skip to content

MTL lcore management gets into a bad state - fails to start #1176

Open
@cwhite102

Description

@cwhite102

MTL can get into a bad state - such that attempting to start a process that is configured with it's unique set of lcores will fail.
These lcores are not currently in use by any other MTL process.
It seems like there's an MTL shared memory structure that gets broken/stale, and thinks these lcores are unavailable.

A reboot is required to correct the situation, and be able to run all the processes again without failures.

We are not using the MTL manager and are attempting to manage the lcores ourselves as per the documentation.
However, it appears there may still be some sort of shared memory coordination (of lcores) between processes, despite the fact that we wish to manager them.

If so, and our analysis is correct, we suggest a configuration flag to disable the shared memory coordination, as it is not required and can lead to issues like we are seeing.

Log..

06-13 06:33:47.854 INFO Intel2110Config_GLOBAL [Main Run Stage-GraphStateNotifier-1][CH-B]: /: Initializing MTL... 
06-13 06:33:47.856 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: Logging thread started 
06-13 06:33:47.856 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_eal_init(0), port_param: 0000:12:01.2 
06-13 06:33:47.856 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_eal_init(1), port_param: 0000:12:11.2 
06-13 06:33:47.856 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_eal_init, main_lcore: 0 
06-13 06:33:47.856 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_eal_init, lcores: 52,
53,
54,
55 
06-13 06:33:47.856 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_eal_init, wait eal_init_thread done 
06-13 06:33:48.006 INFO Intel 2110 Audio Tx (V2) [Intel 2110 Audio Tx (V2) 0_BG-1][CH-A]: /Main Run Stage/Processing Stage/2110 Tx VB Block - 2110 Output/Injection audio 0/Intel 2110 Audio Tx (V2) 0: Frames processed (+3000): : aud_tx_frames 35470; aud_tx_errors 0 
06-13 06:33:48.033 INFO Intel 2110 Ancillary Tx (V2) [Intel 2110 Ancillary Tx (V2) 0_BG-1][CH-A]: /Main Run Stage/Processing Stage/2110 Tx VB Block - 2110 Output/Injection data 0/Intel 2110 Ancillary Tx (V2) 0: Frames processed (+899): : anc_tx_frames 10630; anc_tx_errors 0 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init, MTL version: 25.2.0.REL Thu Jun  5 12:09:57 2025 AG-build-25.02.04 gcc-11.4.0, dpdk version: DPDK 23.11.0 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init, MTL_HAS_USDT is defined for this build 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init, bind to socket 0, numa_nodes 2 
06-13 06:33:49.100 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Warn: mt_instance_init, connect to manager fail, assume single instance mode 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init(0), socket_id 0 port 0000:12:01.2 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init(1), socket_id 0 port 0000:12:11.2 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_stat_init, stat period 10s 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), use user ptp source 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), user request queues tx 11 rx 40 
06-13 06:33:49.100 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), deprecated sessions tx 0 rx 0 
06-13 06:33:49.101 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: stat_thread, start 
06-13 06:33:49.323 INFO PTP Lock Status [PTPLockStatus-1][CH-A]: /Main Run Stage/PTP Lock VB Block/PTPLockStatus: PTP status: Locked; Domain number: 115 
06-13 06:33:51.268 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_config_port(0), tx_q(41 with 512 desc) rx_q (41 with 2048 desc) 
06-13 06:33:51.271 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22004fdf00 size 4.310394m n 2047 d 2048 for T_P0_SYS_0 
06-13 06:33:51.271 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_if_init_tx_queues(0), tx_queues 41 malloc succ 
06-13 06:33:51.274 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220061da80 size 8.622894m n 4095 d 2048 for R_P0Q0_MBUF_1 
06-13 06:33:51.278 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22016fdf00 size 6.623383m n 4095 d 1536 for R_P0Q1_MBUF_2 
06-13 06:33:51.281 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22020fdf00 size 6.623383m n 4095 d 1536 for R_P0Q2_MBUF_3 
06-13 06:33:51.283 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2202afdf00 size 6.623383m n 4095 d 1536 for R_P0Q3_MBUF_4 
06-13 06:33:51.285 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22034fdf00 size 6.623383m n 4095 d 1536 for R_P0Q4_MBUF_5 
06-13 06:33:51.287 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2203efdf00 size 6.623383m n 4095 d 1536 for R_P0Q5_MBUF_6 
06-13 06:33:51.290 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22048fdf00 size 6.623383m n 4095 d 1536 for R_P0Q6_MBUF_7 
06-13 06:33:51.292 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22052fdf00 size 6.623383m n 4095 d 1536 for R_P0Q7_MBUF_8 
06-13 06:33:51.294 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2205cfdf00 size 6.623383m n 4095 d 1536 for R_P0Q8_MBUF_9 
06-13 06:33:51.296 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22066fdf00 size 6.623383m n 4095 d 1536 for R_P0Q9_MBUF_10 
06-13 06:33:51.298 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22070fdf00 size 6.623383m n 4095 d 1536 for R_P0Q10_MBUF_11 
06-13 06:33:51.300 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2207afdf00 size 6.623383m n 4095 d 1536 for R_P0Q11_MBUF_12 
06-13 06:33:51.303 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22084fdf00 size 6.623383m n 4095 d 1536 for R_P0Q12_MBUF_13 
06-13 06:33:51.305 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2208efdf00 size 6.623383m n 4095 d 1536 for R_P0Q13_MBUF_14 
06-13 06:33:51.307 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22098fdf00 size 6.623383m n 4095 d 1536 for R_P0Q14_MBUF_15 
06-13 06:33:51.309 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220a2fdf00 size 6.623383m n 4095 d 1536 for R_P0Q15_MBUF_16 
06-13 06:33:51.311 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220acfdf00 size 6.623383m n 4095 d 1536 for R_P0Q16_MBUF_17 
06-13 06:33:51.314 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220b6fdf00 size 6.623383m n 4095 d 1536 for R_P0Q17_MBUF_18 
06-13 06:33:51.316 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220c0fdf00 size 6.623383m n 4095 d 1536 for R_P0Q18_MBUF_19 
06-13 06:33:51.318 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220cafdf00 size 6.623383m n 4095 d 1536 for R_P0Q19_MBUF_20 
06-13 06:33:51.320 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220d4fdf00 size 6.623383m n 4095 d 1536 for R_P0Q20_MBUF_21 
06-13 06:33:51.322 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220defdf00 size 6.623383m n 4095 d 1536 for R_P0Q21_MBUF_22 
06-13 06:33:51.324 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220e8fdf00 size 6.623383m n 4095 d 1536 for R_P0Q22_MBUF_23 
06-13 06:33:51.326 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220f2fdf00 size 6.623383m n 4095 d 1536 for R_P0Q23_MBUF_24 
06-13 06:33:51.329 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x220fcfdf00 size 6.623383m n 4095 d 1536 for R_P0Q24_MBUF_25 
06-13 06:33:51.331 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22106fdf00 size 6.623383m n 4095 d 1536 for R_P0Q25_MBUF_26 
06-13 06:33:51.333 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22110fdf00 size 6.623383m n 4095 d 1536 for R_P0Q26_MBUF_27 
06-13 06:33:51.335 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2211afdf00 size 6.623383m n 4095 d 1536 for R_P0Q27_MBUF_28 
06-13 06:33:51.337 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22124fdf00 size 6.623383m n 4095 d 1536 for R_P0Q28_MBUF_29 
06-13 06:33:51.340 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2212efdf00 size 6.623383m n 4095 d 1536 for R_P0Q29_MBUF_30 
06-13 06:33:51.342 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22138fdf00 size 6.623383m n 4095 d 1536 for R_P0Q30_MBUF_31 
06-13 06:33:51.344 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22142fdf00 size 6.623383m n 4095 d 1536 for R_P0Q31_MBUF_32 
06-13 06:33:51.346 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2214cfdf00 size 6.623383m n 4095 d 1536 for R_P0Q32_MBUF_33 
06-13 06:33:51.348 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22156fdf00 size 6.623383m n 4095 d 1536 for R_P0Q33_MBUF_34 
06-13 06:33:51.351 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22160fdf00 size 6.623383m n 4095 d 1536 for R_P0Q34_MBUF_35 
06-13 06:33:51.353 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2216afdf00 size 6.623383m n 4095 d 1536 for R_P0Q35_MBUF_36 
06-13 06:33:51.355 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22174fdf00 size 6.623383m n 4095 d 1536 for R_P0Q36_MBUF_37 
06-13 06:33:51.357 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2217efdf00 size 6.623383m n 4095 d 1536 for R_P0Q37_MBUF_38 
06-13 06:33:51.359 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22188fdf00 size 6.623383m n 4095 d 1536 for R_P0Q38_MBUF_39 
06-13 06:33:51.361 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22192fdf00 size 6.623383m n 4095 d 1536 for R_P0Q39_MBUF_40 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2219cfdf00 size 6.623383m n 4095 d 1536 for R_P0Q40_MBUF_41 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_if_init_rx_queues(0), rx_queues 41 malloc succ 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), port_id 0 port_type 1 drv_type 4 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), dev_capa 0x0, offload 0x119fbf:0x9266f queue offload 0x0:0x0, rss : 0x3ffc 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), system_rx_queues_end 1 hdr_split_rx_queues_end 1 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), sip: 10.12.168.11 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), netmask: 255.255.255.0 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), gateway: 0.0.0.0 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(0), mac: fe:5c:68:60:4c:9c 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), use user ptp source 
06-13 06:33:51.364 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), user request queues tx 11 rx 40 
06-13 06:33:51.365 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), deprecated sessions tx 0 rx 0 
06-13 06:33:53.532 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_config_port(1), tx_q(41 with 512 desc) rx_q (41 with 2048 desc) 
06-13 06:33:53.535 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221a6fdf00 size 4.310394m n 2047 d 2048 for T_P1_SYS_42 
06-13 06:33:53.535 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_if_init_tx_queues(1), tx_queues 41 malloc succ 
06-13 06:33:53.538 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221a81da80 size 8.622894m n 4095 d 2048 for R_P1Q0_MBUF_43 
06-13 06:33:53.541 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221b8fdf00 size 6.623383m n 4095 d 1536 for R_P1Q1_MBUF_44 
06-13 06:33:53.544 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221c2fdf00 size 6.623383m n 4095 d 1536 for R_P1Q2_MBUF_45 
06-13 06:33:53.570 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221ccfdf00 size 6.623383m n 4095 d 1536 for R_P1Q3_MBUF_46 
06-13 06:33:53.572 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221d6fdf00 size 6.623383m n 4095 d 1536 for R_P1Q4_MBUF_47 
06-13 06:33:53.575 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221e0fdf00 size 6.623383m n 4095 d 1536 for R_P1Q5_MBUF_48 
06-13 06:33:53.578 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221eafdf00 size 6.623383m n 4095 d 1536 for R_P1Q6_MBUF_49 
06-13 06:33:53.580 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221f4fdf00 size 6.623383m n 4095 d 1536 for R_P1Q7_MBUF_50 
06-13 06:33:53.583 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x221fefdf00 size 6.623383m n 4095 d 1536 for R_P1Q8_MBUF_51 
06-13 06:33:53.585 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22208fdf00 size 6.623383m n 4095 d 1536 for R_P1Q9_MBUF_52 
06-13 06:33:53.587 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22212fdf00 size 6.623383m n 4095 d 1536 for R_P1Q10_MBUF_53 
06-13 06:33:53.589 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2221cfdf00 size 6.623383m n 4095 d 1536 for R_P1Q11_MBUF_54 
06-13 06:33:53.591 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22226fdf00 size 6.623383m n 4095 d 1536 for R_P1Q12_MBUF_55 
06-13 06:33:53.594 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22230fdf00 size 6.623383m n 4095 d 1536 for R_P1Q13_MBUF_56 
06-13 06:33:53.596 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2223afdf00 size 6.623383m n 4095 d 1536 for R_P1Q14_MBUF_57 
06-13 06:33:53.598 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22244fdf00 size 6.623383m n 4095 d 1536 for R_P1Q15_MBUF_58 
06-13 06:33:53.600 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2224efdf00 size 6.623383m n 4095 d 1536 for R_P1Q16_MBUF_59 
06-13 06:33:53.602 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22258fdf00 size 6.623383m n 4095 d 1536 for R_P1Q17_MBUF_60 
06-13 06:33:53.604 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22262fdf00 size 6.623383m n 4095 d 1536 for R_P1Q18_MBUF_61 
06-13 06:33:53.607 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2226cfdf00 size 6.623383m n 4095 d 1536 for R_P1Q19_MBUF_62 
06-13 06:33:53.609 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22276fdf00 size 6.623383m n 4095 d 1536 for R_P1Q20_MBUF_63 
06-13 06:33:53.611 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22280fdf00 size 6.623383m n 4095 d 1536 for R_P1Q21_MBUF_64 
06-13 06:33:53.613 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2228afdf00 size 6.623383m n 4095 d 1536 for R_P1Q22_MBUF_65 
06-13 06:33:53.616 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22294fdf00 size 6.623383m n 4095 d 1536 for R_P1Q23_MBUF_66 
06-13 06:33:53.618 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2229efdf00 size 6.623383m n 4095 d 1536 for R_P1Q24_MBUF_67 
06-13 06:33:53.620 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222a8fdf00 size 6.623383m n 4095 d 1536 for R_P1Q25_MBUF_68 
06-13 06:33:53.622 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222b2fdf00 size 6.623383m n 4095 d 1536 for R_P1Q26_MBUF_69 
06-13 06:33:53.624 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222bcfdf00 size 6.623383m n 4095 d 1536 for R_P1Q27_MBUF_70 
06-13 06:33:53.626 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222c6fdf00 size 6.623383m n 4095 d 1536 for R_P1Q28_MBUF_71 
06-13 06:33:53.629 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222d0fdf00 size 6.623383m n 4095 d 1536 for R_P1Q29_MBUF_72 
06-13 06:33:53.631 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222dafdf00 size 6.623383m n 4095 d 1536 for R_P1Q30_MBUF_73 
06-13 06:33:53.633 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222e4fdf00 size 6.623383m n 4095 d 1536 for R_P1Q31_MBUF_74 
06-13 06:33:53.635 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222eefdf00 size 6.623383m n 4095 d 1536 for R_P1Q32_MBUF_75 
06-13 06:33:53.638 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x222f8fdf00 size 6.623383m n 4095 d 1536 for R_P1Q33_MBUF_76 
06-13 06:33:53.640 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22302fdf00 size 6.623383m n 4095 d 1536 for R_P1Q34_MBUF_77 
06-13 06:33:53.642 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2230cfdf00 size 6.623383m n 4095 d 1536 for R_P1Q35_MBUF_78 
06-13 06:33:53.644 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22316fdf00 size 6.623383m n 4095 d 1536 for R_P1Q36_MBUF_79 
06-13 06:33:53.647 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22320fdf00 size 6.623383m n 4095 d 1536 for R_P1Q37_MBUF_80 
06-13 06:33:53.649 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2232afdf00 size 6.623383m n 4095 d 1536 for R_P1Q38_MBUF_81 
06-13 06:33:53.651 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x22334fdf00 size 6.623383m n 4095 d 1536 for R_P1Q39_MBUF_82 
06-13 06:33:53.653 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mempool_create_by_ops(0), succ at 0x2233efdf00 size 6.623383m n 4095 d 1536 for R_P1Q40_MBUF_83 
06-13 06:33:53.653 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_if_init_rx_queues(1), rx_queues 41 malloc succ 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), port_id 1 port_type 1 drv_type 4 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), dev_capa 0x0, offload 0x119fbf:0x9266f queue offload 0x0:0x0, rss : 0x3ffc 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), system_rx_queues_end 1 hdr_split_rx_queues_end 1 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), sip: 10.12.172.11 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), netmask: 255.255.255.0 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), gateway: 0.0.0.0 
06-13 06:33:53.654 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_if_init(1), mac: 8a:93:d0:58:d4:66 
06-13 06:33:53.786 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_start_port(0), rx_defer 0 
06-13 06:33:53.787 SEVERE Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_eth_link_dump(0), link_speed 25g link_status 1 link_duplex 1 link_autoneg 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_if_init_pacing(0), try rl as drv support TM 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_rl_shaper_add(0), bps 134217728 on shaper 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 0 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 1 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 2 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 3 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 4 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 5 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 6 link to shaper id 1 
06-13 06:33:53.787 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 7 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 8 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 9 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 10 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 11 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 12 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 13 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 14 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 15 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 16 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 17 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 18 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 19 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 20 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 21 link to shaper id 1 
06-13 06:33:53.788 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 22 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 23 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 24 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 25 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 26 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 27 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 28 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 29 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 30 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 31 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 32 link to shaper id 1 
06-13 06:33:53.789 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 33 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 34 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 35 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 36 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 37 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 38 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 39 link to shaper id 1 
06-13 06:33:53.790 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(0), q 40 link to shaper id 1 
06-13 06:33:53.793 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_create(0), feature 0x30, tx pacing ratelimit 
06-13 06:33:53.930 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_start_port(1), rx_defer 0 
06-13 06:33:53.931 SEVERE Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_eth_link_dump(1), link_speed 25g link_status 1 link_duplex 1 link_autoneg 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_if_init_pacing(1), try rl as drv support TM 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_rl_shaper_add(1), bps 134217728 on shaper 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 0 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 1 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 2 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 3 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 4 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 5 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 6 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 7 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 8 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 9 link to shaper id 1 
06-13 06:33:53.931 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 10 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 11 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 12 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 13 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 14 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 15 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 16 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 17 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 18 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 19 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 20 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 21 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 22 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 23 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 24 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 25 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 26 link to shaper id 1 
06-13 06:33:53.932 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 27 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 28 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 29 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 30 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 31 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 32 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 33 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 34 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 35 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 36 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 37 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 38 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 39 link to shaper id 1 
06-13 06:33:53.933 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: dev_init_ratelimit_all(1), q 40 link to shaper id 1 
06-13 06:33:53.938 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_create(1), feature 0x30, tx pacing ratelimit 
06-13 06:33:53.938 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: sch_lcore_shm_init, shared memory attached at 0x7f1062a81000 nattch 3 shm_id 32769 key 0x15050005 
06-13 06:33:53.939 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_sch_mrg_init, succ with data quota 31068 M 
06-13 06:33:53.939 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: sch_request(0), name sch_0 with 16 tasklets, type 0 socket 0 
06-13 06:33:53.939 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_sch_add_quota(0:0), quota 0 total now 0 
06-13 06:33:53.939 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_get_tx_queue(0), q 0 with speed 1.073742g bps 
06-13 06:33:53.939 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_get_tx_queue(1), q 0 with speed 1.073742g bps 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_mcast_init, report every 10 seconds 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_get_rx_queue(0), q 0 ip 0.0.0.0 port 0 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: cni_queues_init(0), rxq 0 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_dev_get_rx_queue(1), q 0 ip 0.0.0.0 port 0 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: cni_queues_init(1), rxq 0 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: cni_traffic_thread, start 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: admin_thread, start 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: st_plugins_init, succ 
06-13 06:33:53.941 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Warn: config_parse_json, open json file kahawai.json fail 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_ptp_port_id(0), port_number: 0000, clk_id: fe:5c:68:ff:fe:60:4c:9c 
06-13 06:33:53.941 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_main_create, succ 
06-13 06:33:53.942 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init, succ, tsc_hz 2500000000 
06-13 06:33:53.942 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_init, simd level avx512, flags 0x1 
06-13 06:33:53.942 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_set_log_prefix_formatter, new formatter 0x7f1058e5902e 
06-13 06:33:53.942 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mtl_set_log_printer, new printer 0x7f1058e58d2e 
06-13 06:33:54.954 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_calibrate_tsc, tscHz 2494169134 
06-13 06:33:54.954 SEVERE Intel2110Config_GLOBAL [Main Run Stage-GraphStateNotifier-1][CH-B]: /: mtl_start fail -5
 
06-13 06:33:54.954 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Error: mt_sch_get_lcore, no available lcore, type lib_sch tried 5 
06-13 06:33:54.954 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Error: sch_start(0), get lcore fail -5 
06-13 06:33:54.954 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Error: mt_sch_start_all(0), sch_start fail -5 
06-13 06:33:54.954 INFO Intel2110Config_GLOBAL [Main Run Stage-GraphStateNotifier-1][CH-B]: /: Initializing MTL FAILED 
06-13 06:33:54.954 INFO Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: mt_sch_stop_all, succ 
06-13 06:33:54.954 INFO Intel2110Config_GLOBAL [Main Run Stage-GraphStateNotifier-1][CH-B]: /: Clients=1 
06-13 06:33:54.955 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Error: mt_dev_start, start all sch fail -5 
06-13 06:33:54.955 WARNING Intel2110Config_GLOBAL [Intel2110_Logging_BG-1][CH-B]: /: MTL: Error: _mt_start, mt_dev_start fail -5 
06-13 06:33:54.955 SEVERE Intel 2110 Config [Main Run Stage-GraphStateNotifier-1][CH-B]: /Main Run Stage/MTL 2110 Config: Failed to initialize MTL 
06-13 06:33:54.955 SEVERE Zenium Graph Stage [Main Run Stage-GraphStateNotifier-1][CH-B]: /Main Run Stage: Failed to initialize MTL 
06-13 06:33:54.955 SEVERE Remote Execution Graph (KS) [Main Run Stage-GraphStateNotifier-1][CH-B]: /: Failed to initialize MTL 
06-13 06:33:54.964 INFO Zenium Graph Stage [Main Run Stage-GraphStateNotifier-1][CH-B]: /Main Run Stage: State Transition to realize took: 7220ms for /Main Run Stage/MTL 2110 Config

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions