DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: add event timer expiry drop stat
@ 2022-06-27 15:39 Naga Harish K S V
  2022-06-28  2:34 ` [PATCH v2] " Naga Harish K S V
  2022-06-30 19:13 ` [PATCH] " Carrillo, Erik G
  0 siblings, 2 replies; 9+ messages in thread
From: Naga Harish K S V @ 2022-06-27 15:39 UTC (permalink / raw)
  To: mdr, jerinj, pbhagavatula, sthotton, erik.g.carrillo; +Cc: dev

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(+)

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.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-17 11:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 15:39 [PATCH] doc: add event timer expiry drop stat Naga Harish K S V
2022-06-28  2:34 ` [PATCH v2] " Naga Harish K S V
2022-07-12 11:52   ` Jerin Jacob
2022-07-12 15:08     ` Hemant Agrawal
2022-07-14 11:20       ` Van Haaren, Harry
2022-07-17 11:43   ` Thomas Monjalon
2022-06-30 19:13 ` [PATCH] " Carrillo, Erik G
2022-07-11 14:55   ` Jerin Jacob
2022-07-12 15:07     ` Hemant Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).