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

2022-05-09 Thread Jerin Jacob
On Tue, Apr 5, 2022 at 11:11 AM 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 the same priority > weight will be scheduled first. Affinity indicates the number of times, > the

[PATCH v2 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 queue. Schedule