Added session debugger module for debugging session messages

This commit is contained in:
luwenpeng
2024-09-29 16:50:25 +08:00
parent 9e954386fd
commit c5d7208c11
15 changed files with 370 additions and 340 deletions

View File

@@ -228,7 +228,7 @@ static void packet_io_config_print(const struct packet_io_config *cfg)
PACKET_IO_LOG_INFO("packet_io.nr_worker_thread : %d", cfg->nr_worker_thread);
for (uint16_t i = 0; i < cfg->nr_worker_thread; i++)
{
PACKET_IO_LOG_INFO("packet_io.cpu_mask[%03d] : %d", i, cfg->cpu_mask[i]);
PACKET_IO_LOG_INFO("packet_io.cpu_mask[%03d] : %d", i, cfg->cpu_mask[i]);
}
PACKET_IO_LOG_INFO("packet_io.idle_yield_interval_ms : %lu", cfg->idle_yield_interval_ms);
}