Re: [PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-23 Thread Sebastian Huber
On 17/11/2021 17:16, Sebastian Huber wrote: On 17/11/2021 17:07, Ryan Long wrote: On 11/17/2021 10:01 AM, Sebastian Huber wrote: On 17/11/2021 16:33, Ryan Long wrote: For this patchset we - Added the ability to pin/unpin a thread using affinity to the priority    SMP scheduler. - Changed t

Re: [PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Sebastian Huber
On 17/11/2021 17:07, Ryan Long wrote: On 11/17/2021 10:01 AM, Sebastian Huber wrote: On 17/11/2021 16:33, Ryan Long wrote: For this patchset we - Added the ability to pin/unpin a thread using affinity to the priority    SMP scheduler. - Changed the state that was being checked in    _Schedule

Re: [PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Ryan Long
On 11/17/2021 10:01 AM, Sebastian Huber wrote: On 17/11/2021 16:33, Ryan Long wrote: For this patchset we - Added the ability to pin/unpin a thread using affinity to the priority    SMP scheduler. - Changed the state that was being checked in    _Scheduler_priority_affinity_SMP_Set_affinity()

Re: [PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Sebastian Huber
On 17/11/2021 16:33, Ryan Long wrote: For this patchset we - Added the ability to pin/unpin a thread using affinity to the priority SMP scheduler. - Changed the state that was being checked in _Scheduler_priority_affinity_SMP_Set_affinity() to be the thread's scheduler's state. This was

[PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Ryan Long
Hi, For this patchset we - Added the ability to pin/unpin a thread using affinity to the priority SMP scheduler. - Changed the state that was being checked in _Scheduler_priority_affinity_SMP_Set_affinity() to be the thread's scheduler's state. This was done because that is where the thread