> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Tuesday, July 12, 2022 9:57 AM
> To: Pavan Nikhilesh <[email protected]>
> Cc: [email protected]; Jerin Jacob <[email protected]>; Ray Kinsella
> <[email protected]>; Jerin Jacob <[email protected]>; Jayatheerthan, Jay
> <[email protected]>; Carrillo, Erik G <[email protected]>;
> Gujjar, Abhinandan S <[email protected]>; McDaniel, Timothy
> <[email protected]>; [email protected]; Van Haaren, Harry
> <[email protected]>; mattias.ronnblom
> <[email protected]>; [email protected]
> Subject: Re: [PATCH] doc: announce changes to event vector structure
> 
> Tip to get more reviews: add interested maintainers in Cc.
> Adding Jay, Erik, Abhinandan, Timothy, Hemant, Harry, Mattias and Liang.
> 
> 
> 11/07/2022 16:56, Jerin Jacob:
> > On Tue, Jun 28, 2022 at 5:01 PM <[email protected]> wrote:
> > >
> > > From: Pavan Nikhilesh <[email protected]>
> > >
> > > The structure ``rte_event_vector`` will be modified to include
> > > ``elem_offset:12`` bits taken from ``rsvd:15``.
> > > The ``elem_offset`` defines the offset into the vector array from
> > > which valid elements are present.
> > >
> > > Signed-off-by: Pavan Nikhilesh <[email protected]>
> >
> >
> > Acked-by: Jerin Jacob <[email protected]>
> >
> >
> > > ---
> > >  doc/guides/rel_notes/deprecation.rst | 7 +++++++
> > >  1 file changed, 7 insertions(+)
> > >
> > > diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> > > index 4e5b23c53d..d7933629f2 100644
> > > --- a/doc/guides/rel_notes/deprecation.rst
> > > +++ b/doc/guides/rel_notes/deprecation.rst
> > > @@ -125,3 +125,10 @@ Deprecation Notices
> > >    applications should be updated to use the ``dmadev`` library instead,
> > >    with the underlying HW-functionality being provided by the ``ioat`` or
> > >    ``idxd`` dma drivers
> > > +
> > > +* eventdev: The structure ``rte_event_vector`` will be modified to 
> > > include
> > > +  ``elem_offset:12`` bits taken from ``rsvd:15``. The ``elem_offset`` 
> > > defines
> > > +  the offset into the vector array from which valid elements are present.
> > > +  The difference between ``rte_event_vector::nb_elem`` and
> > > +  ``rte_event_vector::elem_offset`` gives the number of valid elements 
> > > left
> to
> > > +  process from the ``rte_event_vector::elem_offset``.
> > > --
> > > 2.25.1
> > >

Looks good to me.

Acked-by: Timothy McDaniel <[email protected]>

Reply via email to