Re: [PATCH v3] doc: announce change in event queue conf structure

2022-07-17 Thread Thomas Monjalon
15/05/2022 12:24, Shijith Thotton: > Structure rte_event_queue_conf will be extended to include fields to > support weight and affinity attribute. Once it gets added in DPDK 22.11, > eventdev internal op, queue_attr_get can be removed. > > Signed-off-by: Shijith Thotton Acked-by: Jerin Jacob

RE: [PATCH v3] doc: announce change in event queue conf structure

2022-07-13 Thread Pavan Nikhilesh Bhagavatula
> On 2022-07-12 16:05, Jerin Jacob wrote: > > On Sun, May 15, 2022 at 3:56 PM Shijith Thotton > wrote: > >> > >> Structure rte_event_queue_conf will be extended to include fields to > >> support weight and affinity attribute. Once it gets added in DPDK 22.11, > >> eventdev internal op, queue_attr_

Re: [PATCH v3] doc: announce change in event queue conf structure

2022-07-13 Thread Mattias Rönnblom
On 2022-07-12 16:05, Jerin Jacob wrote: > On Sun, May 15, 2022 at 3:56 PM Shijith Thotton wrote: >> >> Structure rte_event_queue_conf will be extended to include fields to >> support weight and affinity attribute. Once it gets added in DPDK 22.11, >> eventdev internal op, queue_attr_get can be rem

RE: [EXT] Re: [PATCH v3] doc: announce change in event queue conf structure

2022-07-12 Thread Pavan Nikhilesh Bhagavatula
; ; Ray Kinsella > Subject: [EXT] Re: [PATCH v3] doc: announce change in event queue conf > structure > > External Email > > -- > On Sun, May 15, 2022 at 3:56 PM Shijith Thotton > wrote: > > >

Re: [PATCH v3] doc: announce change in event queue conf structure

2022-07-12 Thread Jerin Jacob
On Sun, May 15, 2022 at 3:56 PM Shijith Thotton wrote: > > Structure rte_event_queue_conf will be extended to include fields to > support weight and affinity attribute. Once it gets added in DPDK 22.11, > eventdev internal op, queue_attr_get can be removed. > > Signed-off-by: Shijith Thotton Ac

[PATCH v3] doc: announce change in event queue conf structure

2022-05-15 Thread Shijith Thotton
Structure rte_event_queue_conf will be extended to include fields to support weight and affinity attribute. Once it gets added in DPDK 22.11, eventdev internal op, queue_attr_get can be removed. Signed-off-by: Shijith Thotton --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 in