Re: [dpdk-dev] [PATCH 0/2] fix segfault seen with performance-thread example

2019-07-18 Thread Thomas Monjalon
15/07/2019 17:39, Erik Gabriel Carrillo: > A crash occurs in the examples/performance-thread/l3fwd-thread when it calls > into rte_timer_manage() from the LThread library it utilizes. This happens > because the application omitted a call to rte_timer_subsystem_init(), which > leaves a pointer set

[dpdk-dev] [PATCH 0/2] fix segfault seen with performance-thread example

2019-07-15 Thread Erik Gabriel Carrillo
A crash occurs in the examples/performance-thread/l3fwd-thread when it calls into rte_timer_manage() from the LThread library it utilizes. This happens because the application omitted a call to rte_timer_subsystem_init(), which leaves a pointer set to null in the timer library. This pointer is de