Re: [PATCH] eventdev: add weight and affinity attributes to queue conf

2022-09-15 Thread Jerin Jacob
On Wed, Sep 14, 2022 at 6:04 PM Jerin Jacob wrote: > > On Wed, Aug 10, 2022 at 1:13 PM Shijith Thotton wrote: > > > > Added new fields to represent event queue weight and affinity in > > rte_event_queue_conf structure. Internal op to get queue attribute is > > removed as it is no longer needed. U

Re: [PATCH] eventdev: add weight and affinity attributes to queue conf

2022-09-14 Thread Jerin Jacob
On Wed, Aug 10, 2022 at 1:13 PM Shijith Thotton wrote: > > Added new fields to represent event queue weight and affinity in > rte_event_queue_conf structure. Internal op to get queue attribute is > removed as it is no longer needed. Updated driver to use the new field. > > Signed-off-by: Shijith T

[PATCH] eventdev: add weight and affinity attributes to queue conf

2022-08-10 Thread Shijith Thotton
Added new fields to represent event queue weight and affinity in rte_event_queue_conf structure. Internal op to get queue attribute is removed as it is no longer needed. Updated driver to use the new field. Signed-off-by: Shijith Thotton --- doc/guides/rel_notes/deprecation.rst | 3 -- doc/gu