On 17-01-23 11:13:04, Dietmar Eggemann wrote:
On 21/01/17 01:32, Olav Haugan wrote:
Hi Dietmar,
On 17-01-19 17:54:19, Dietmar Eggemann wrote:
Hi Olav and Stephen,
[...]
Realized that "global" is not the right description. By global I meant at the task level. So you can specify either inside the phase (not supported before) or at task level (existing behavior). The example above is what I intended to support. Do you want me to change the description to say task level?
- phase cpuset
- task level cpuset
- Default cpuset
Would be nice. BTW, where do we document these changes for the humble rt-app user?
Absolutely. Let me improve doc/tutorial.txt and add a json example.
Another thing, by default we spit out a <notice> level log for each phase we change the affinity. Can we make this less noisy?
Will do.
Couldn't you call parse_cpuset_data() from inside parse_thread_phase_data() instead of parse_thread_data() (for each phases or phase0)?
Will do.
[...]