> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Wednesday, September 14, 2022 6:11 PM > To: Naga Harish K, S V <[email protected]> > Cc: [email protected]; [email protected]; Carrillo, Erik G > <[email protected]>; [email protected]; > [email protected] > Subject: Re: [PATCH v5 4/4] doc: remove deprecation notice > > On Wed, Sep 14, 2022 at 10:46 AM Naga Harish K S V > <[email protected]> wrote: > > > > This patch removes event timer expiry drop stat deprecation > > notification. > > > > Signed-off-by: Naga Harish K S V <[email protected]> > > --- > > doc/guides/rel_notes/deprecation.rst | 7 ------- > > Please squash this patch with 1/5. > Also, Please update "ABI Changes" in > doc/guides/rel_notes/release_22_11.rst. > See > https://patches.dpdk.org/project/dpdk/patch/dcd3cf0ec034632f97223bb9df > [email protected]/ > as example. > > V6 version is posted with requested changes.
> > 1 file changed, 7 deletions(-) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index e7583cae4c..fd8ef4dff7 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -186,13 +186,6 @@ Deprecation Notices > > Event will be one of the configuration fields, > > together with additional vector parameters. > > > > -* eventdev: The structure ``rte_event_timer_adapter_stats`` will be > > - extended by adding a new field ``evtim_drop_count``. > > - This counter will represent the number of times an event_timer > > expiry event > > - is dropped by the timer adapter. > > - This field will be used to add periodic mode support > > - to the software timer adapter in DPDK 22.11. > > - > > * eventdev: The function pointer declaration ``eventdev_stop_flush_t`` > > will be renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11. > > > > -- > > 2.25.1 > >

