Re: Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-21 Thread Richi Dubey
I understand! Thank you for the clarification. On Wed, Jan 20, 2021 at 11:20 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 20/01/2021 17:46, Joel Sherrill wrote: > > > > > On Wed, Jan 20, 2021 at 1:50 AM Richi Dubey > > wrote: > > > > Appen

Re: Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-20 Thread Sebastian Huber
On 20/01/2021 17:46, Joel Sherrill wrote: On Wed, Jan 20, 2021 at 1:50 AM Richi Dubey > wrote: Appending an item to its priority group means adding the item to the end of the priority queue of items with the same priority, but when/why do we do this? D

Re: Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-20 Thread Joel Sherrill
On Wed, Jan 20, 2021 at 1:50 AM Richi Dubey wrote: > Appending an item to its priority group means adding the item to the end > of the priority queue of items with the same priority, but when/why do we > do this? Do all classic tasks have their SCHEDULER_PRIORITY_APPEND_FLAG set > to 1? > There

Re: Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-19 Thread Richi Dubey
Appending an item to its priority group means adding the item to the end of the priority queue of items with the same priority, but when/why do we do this? Do all classic tasks have their SCHEDULER_PRIORITY_APPEND_FLAG set to 1? On Mon, Jan 18, 2021 at 12:39 PM Sebastian Huber < sebastian.hu...@em

Re: Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-17 Thread Sebastian Huber
On 18/01/2021 07:30, Richi Dubey wrote: Hi, Can someone please explain to me why we add 1 to the priority in SCHEDULER_PRIORITY_APPEND? /**  * @brief Returns the priority control with the append indicator bit set.  */ #define SCHEDULER_PRIORITY_APPEND( priority )  \   ( ( priority ) | SCHEDU