On 25 September 2012 16:06, Viresh Kumar viresh.kumar@linaro.org wrote:
Test case 2:
I have created a small module, which does following:
- Create one work for each CPU (using queue_work_on(), so must schedule on that cpu)
- Above work, will queue "n" works for each cpu with queue_work(). These works are tracked within the module and results are printed at the end.
This gave similar results, with n ranging from 10 to 1000.
http://git.linaro.org/gitweb?p=people/vireshk/module.git%3Ba=summary
Source of this module can be found at above repo.
-- viresh