From: Thomas Monjalon <hidden> Date: 2017-06-29 20:18:46
29/06/2017 18:35, Van Haaren, Harry:
3) The problem;
If a service core runs the SW PMD schedule() function (option 2) *AND*
the application lcore runs schedule() func (option 1), the result is that
two threads are concurrently running a multi-thread unsafe function.
Which function is multi-thread unsafe?
Why the same function would be run by the service and by the scheduler?