doc: add event timer expiry drop stat

Message ID 20220627153951.2399801-1-s.v.naga.harish.k@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc: add event timer expiry drop stat |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

Naga Harish K, S V June 27, 2022, 3:39 p.m. UTC
  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 <s.v.naga.harish.k@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Carrillo, Erik G June 30, 2022, 7:13 p.m. UTC | #1
> -----Original Message-----
> From: Naga Harish K, S V <s.v.naga.harish.k@intel.com>
> Sent: Monday, June 27, 2022 10:40 AM
> To: mdr@ashroe.eu; jerinj@marvell.com; pbhagavatula@marvell.com;
> sthotton@marvell.com; Carrillo, Erik G <erik.g.carrillo@intel.com>
> 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-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
Reviewed-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
  
Jerin Jacob July 11, 2022, 2:55 p.m. UTC | #2
On Fri, Jul 1, 2022 at 12:43 AM Carrillo, Erik G
<erik.g.carrillo@intel.com> wrote:
>
> > -----Original Message-----
> > From: Naga Harish K, S V <s.v.naga.harish.k@intel.com>
> > Sent: Monday, June 27, 2022 10:40 AM
> > To: mdr@ashroe.eu; jerinj@marvell.com; pbhagavatula@marvell.com;
> > sthotton@marvell.com; Carrillo, Erik G <erik.g.carrillo@intel.com>
> > 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-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
> Reviewed-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>
  
Hemant Agrawal July 12, 2022, 3:07 p.m. UTC | #3
On 7/11/2022 8:25 PM, Jerin Jacob wrote:
> On Fri, Jul 1, 2022 at 12:43 AM Carrillo, Erik G
> <erik.g.carrillo@intel.com> wrote:
>>> -----Original Message-----
>>> From: Naga Harish K, S V <s.v.naga.harish.k@intel.com>
>>> Sent: Monday, June 27, 2022 10:40 AM
>>> To: mdr@ashroe.eu; jerinj@marvell.com; pbhagavatula@marvell.com;
>>> sthotton@marvell.com; Carrillo, Erik G <erik.g.carrillo@intel.com>
>>> 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-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
>> Reviewed-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 4e5b23c53d..ab4ea67115 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,3 +125,9 @@  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/timer: 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 timer adapter. This field will be used by a future patch adding
+  support for periodic mode to the software timer adapter in DPDK 22.11.