Re: [PATCH] doc: add event timer expiry drop stat

2022-07-12 Thread Hemant Agrawal
Cc: dev@dpdk.org Subject: [PATCH] doc: add event timer expiry drop stat The structure ``rte_event_timer_adapter_stats`` will be extended by adding a new field, ``evtim_drop_count``. This stat will represent the number of times an event timer expiry is dropped by the event timer adapter. Signed

Re: [PATCH] doc: add event timer expiry drop stat

2022-07-11 Thread Jerin Jacob
llo, Erik G > > Cc: dev@dpdk.org > > Subject: [PATCH] doc: add event timer expiry drop stat > > > > The structure ``rte_event_timer_adapter_stats`` will be extended by adding > > a new field, ``evtim_drop_count``. This stat will represent the number of > &

RE: [PATCH] doc: add event timer expiry drop stat

2022-06-30 Thread Carrillo, Erik G
> -Original Message- > From: Naga Harish K, S V > Sent: Monday, June 27, 2022 10:40 AM > To: m...@ashroe.eu; jer...@marvell.com; pbhagavat...@marvell.com; > sthot...@marvell.com; Carrillo, Erik G > Cc: dev@dpdk.org > Subject: [PATCH] doc: add event timer expi

[PATCH] doc: add event timer expiry drop stat

2022-06-27 Thread Naga Harish K S V
The structure ``rte_event_timer_adapter_stats`` will be extended by adding a new field, ``evtim_drop_count``. This stat will represent the number of times an event timer expiry is dropped by the event timer adapter. Signed-off-by: Naga Harish K S V --- doc/guides/rel_notes/deprecation.rst | 6 ++