Closed rst0git closed 2 years ago
In commit 721c576 the RTE_LOG() call was moved out of dpdk_main_loop() into initial_check(), however, the variable lcore_id is not declared in the scope of this function.
RTE_LOG()
dpdk_main_loop()
initial_check()
lcore_id
In commit 721c576 the
RTE_LOG()
call was moved out ofdpdk_main_loop()
intoinitial_check()
, however, the variablelcore_id
is not declared in the scope of this function.