* [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
* [PATCH v2] doc: add event timer expiry drop stat
2022-06-27 15:39 [PATCH] doc: add event timer expiry drop stat Naga Harish K S V
@ 2022-06-28 2:34 ` Naga Harish K S V
2022-07-12 11:52 ` Jerin Jacob
2022-07-17 11:43 ` Thomas Monjalon
2022-06-30 19:13 ` [PATCH] " Carrillo, Erik G
1 sibling, 2 replies; 9+ messages in thread
From: Naga Harish K S V @ 2022-06-28 2:34 UTC (permalink / raw)
To: s.v.naga.harish.k
Cc: dev, erik.g.carrillo, jerinj, mdr, pbhagavatula, sthotton
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 K S V <s.v.naga.harish.k@intel.com>
---
v2:
* update commit message
---
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..597a457a37 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 event 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
* RE: [PATCH] doc: add event timer expiry drop stat
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-06-30 19:13 ` Carrillo, Erik G
2022-07-11 14:55 ` Jerin Jacob
1 sibling, 1 reply; 9+ messages in thread
From: Carrillo, Erik G @ 2022-06-30 19:13 UTC (permalink / raw)
To: Naga Harish K, S V, mdr, jerinj, pbhagavatula, sthotton; +Cc: dev
> -----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>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] doc: add event timer expiry drop stat
2022-06-30 19:13 ` [PATCH] " Carrillo, Erik G
@ 2022-07-11 14:55 ` Jerin Jacob
2022-07-12 15:07 ` Hemant Agrawal
0 siblings, 1 reply; 9+ messages in thread
From: Jerin Jacob @ 2022-07-11 14:55 UTC (permalink / raw)
To: Carrillo, Erik G
Cc: Naga Harish K, S V, mdr, jerinj, pbhagavatula, sthotton, dev
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>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] doc: add event timer expiry drop stat
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-17 11:43 ` Thomas Monjalon
1 sibling, 1 reply; 9+ messages in thread
From: Jerin Jacob @ 2022-07-12 11:52 UTC (permalink / raw)
To: Naga Harish K S V
Cc: dpdk-dev, Erik Gabriel Carrillo, Jerin Jacob, Ray Kinsella,
Pavan Nikhilesh, Shijith Thotton
On Tue, Jun 28, 2022 at 8:38 AM Naga Harish K S V
<s.v.naga.harish.k@intel.com> 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.
>
> Signed-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
> ---
> v2:
> * update commit message
> ---
> 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..597a457a37 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 event 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
* Re: [PATCH] doc: add event timer expiry drop stat
2022-07-11 14:55 ` Jerin Jacob
@ 2022-07-12 15:07 ` Hemant Agrawal
0 siblings, 0 replies; 9+ messages in thread
From: Hemant Agrawal @ 2022-07-12 15:07 UTC (permalink / raw)
To: Jerin Jacob, Carrillo, Erik G
Cc: Naga Harish K, S V, mdr, jerinj, pbhagavatula, sthotton, dev
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>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] doc: add event timer expiry drop stat
2022-07-12 11:52 ` Jerin Jacob
@ 2022-07-12 15:08 ` Hemant Agrawal
2022-07-14 11:20 ` Van Haaren, Harry
0 siblings, 1 reply; 9+ messages in thread
From: Hemant Agrawal @ 2022-07-12 15:08 UTC (permalink / raw)
To: dev
On 7/12/2022 5:22 PM, Jerin Jacob wrote:
> On Tue, Jun 28, 2022 at 8:38 AM Naga Harish K S V
> <s.v.naga.harish.k@intel.com> 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.
>>
>> Signed-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
>> ---
>> v2:
>> * update commit message
>> ---
>> 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..597a457a37 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 event 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
* RE: [PATCH v2] doc: add event timer expiry drop stat
2022-07-12 15:08 ` Hemant Agrawal
@ 2022-07-14 11:20 ` Van Haaren, Harry
0 siblings, 0 replies; 9+ messages in thread
From: Van Haaren, Harry @ 2022-07-14 11:20 UTC (permalink / raw)
To: hemant.agrawal, dev
> -----Original Message-----
> From: Hemant Agrawal <hemant.agrawal@oss.nxp.com>
> 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 AM Naga Harish K S V
> > <s.v.naga.harish.k@intel.com> 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.
> >>
> >> Signed-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
> >
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Adding a statistic seems reasonable;
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] doc: add event timer expiry drop stat
2022-06-28 2:34 ` [PATCH v2] " Naga Harish K S V
2022-07-12 11:52 ` Jerin Jacob
@ 2022-07-17 11:43 ` Thomas Monjalon
1 sibling, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2022-07-17 11:43 UTC (permalink / raw)
To: s.v.naga.harish.k
Cc: dev, erik.g.carrillo, jerinj, mdr, pbhagavatula, sthotton
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 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>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Applied, thanks.
^ 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).