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

2022-07-17 Thread Thomas Monjalon
28/06/2022 04:34, 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 event > is dropped by the event timer adapter. > > Signed-off-by: Naga Harish

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

2022-07-14 Thread Van Haaren, Harry
> -Original Message- > From: Hemant Agrawal > Sent: Tuesday, July 12, 2022 4:08 PM > To: dev@dpdk.org > Subject: Re: [PATCH v2] doc: add event timer expiry drop stat > > > On 7/12/2022 5:22 PM, Jerin Jacob wrote: > > On Tue, Jun 28, 2022 at 8:38 A

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

2022-07-12 Thread Hemant Agrawal
On 7/12/2022 5:22 PM, Jerin Jacob wrote: On Tue, Jun 28, 2022 at 8:38 AM Naga Harish K S V wrote: 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 event is dropped b

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

2022-07-12 Thread Jerin Jacob
On Tue, Jun 28, 2022 at 8:38 AM Naga Harish K S V wrote: > > 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 event > is dropped by the event timer adapter. > > Signe