RE: [PATCH 2/6] eventdev: add weight and affinity to queue attributes

2022-04-04 Thread Shijith Thotton
>> Extended eventdev queue QoS attributes to support weight and affinity. >> If queues are of same priority, events from the queue with highest >> weight will be scheduled first. Affinity indicates the number of times, >> the subsequent schedule calls from an event port will use the same event >> q

Re: [PATCH 2/6] eventdev: add weight and affinity to queue attributes

2022-03-30 Thread Mattias Rönnblom
On 2022-03-29 15:11, Shijith Thotton wrote: > Extended eventdev queue QoS attributes to support weight and affinity. > If queues are of same priority, events from the queue with highest > weight will be scheduled first. Affinity indicates the number of times, > the subsequent schedule calls from an

[PATCH 2/6] eventdev: add weight and affinity to queue attributes

2022-03-29 Thread Shijith Thotton
Extended eventdev queue QoS attributes to support weight and affinity. If queues are of same priority, events from the queue with highest weight will be scheduled first. Affinity indicates the number of times, the subsequent schedule calls from an event port will use the same event queue. Schedule