P4ELTE / t4p4s

Retargetable compiler for the P4 language
http://p4.elte.hu/
Apache License 2.0
119 stars 42 forks source link

bugfix: fix undefined lcore_id #34

Closed rst0git closed 2 years ago

rst0git commented 3 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.