Acked-by: Jay Jayatheerthan <[email protected]>
> -----Original Message----- > From: Pavan Nikhilesh Bhagavatula <[email protected]> > Sent: Tuesday, July 12, 2022 11:46 PM > To: Jerin Jacob <[email protected]> > Cc: Jerin Jacob Kollanukkaran <[email protected]>; Ray Kinsella > <[email protected]>; dpdk-dev <[email protected]>; McDaniel, Timothy > <[email protected]>; [email protected]; > [email protected]; mattias.ronnblom > <[email protected]>; Jerin Jacob Kollanukkaran > <[email protected]>; [email protected]; Mccarthy, Peter > <[email protected]>; Van Haaren, Harry <[email protected]>; > Carrillo, Erik G <[email protected]>; Gujjar, > Abhinandan S <[email protected]>; Jayatheerthan, Jay > <[email protected]>; [email protected]; Burakov, Anatoly > <[email protected]> > Subject: RE: [EXT] Re: [PATCH] doc: announce change in event vector structure > > +cc > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > [email protected]; > > > -----Original Message----- > > From: Jerin Jacob <[email protected]> > > Sent: Monday, July 11, 2022 8:22 PM > > To: Pavan Nikhilesh Bhagavatula <[email protected]> > > Cc: Jerin Jacob Kollanukkaran <[email protected]>; Ray Kinsella > > <[email protected]>; dpdk-dev <[email protected]> > > Subject: [EXT] Re: [PATCH] doc: announce change in event vector structure > > > > External Email > > > > ---------------------------------------------------------------------- > > On Fri, Jun 24, 2022 at 2:42 PM <[email protected]> wrote: > > > > > > From: Pavan Nikhilesh <[email protected]> > > > > > > The field `*u64s` in the structure `rte_event_vector` will > > > be replaced with `u64s`. > > > > > > Signed-off-by: Pavan Nikhilesh <[email protected]> > > > > > > Acked-by: Jerin Jacob <[email protected]> > > > > > > > --- > > > doc/guides/rel_notes/deprecation.rst | 3 +++ > > > 1 file changed, 3 insertions(+) > > > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > > index a3c4f4ac09..6b50ec4865 100644 > > > --- a/doc/guides/rel_notes/deprecation.rst > > > +++ b/doc/guides/rel_notes/deprecation.rst > > > @@ -128,3 +128,6 @@ Deprecation Notices > > > > > > * eventdev: The function pointer declaration ``eventdev_stop_flush_t`` > > will be > > > renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11. > > > + > > > +* eventdev: The element ``*u64s`` in the structure ``rte_event_vector`` > > > is > > > + deprecated and will be replaced with ``u64s`` in DPDK 22.11. > > > -- > > > 2.25.1 > > >

