I send a patch that corrected this, but not sure what happened to it. -Petri
From: lng-odp [mailto:[email protected]] On Behalf Of ext Radu-Andrei Bulie Sent: Thursday, May 28, 2015 3:54 PM To: [email protected] Subject: [lng-odp] odp_classifier issue Hi, There is a problem in the odp_classifier demo application. Each time an odp_thread is created, inside the thread function an odp_init_local is done which is not ok. Init_local is already done in the odp_thread helper, when a thread is created, so there is no need in calling again odp_init_local on the existing thread. Regards, Radu
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
