From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19F52A0032; Tue, 12 Jul 2022 13:53:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD5BB41109; Tue, 12 Jul 2022 13:53:13 +0200 (CEST) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by mails.dpdk.org (Postfix) with ESMTP id B2554400D4 for ; Tue, 12 Jul 2022 13:53:12 +0200 (CEST) Received: by mail-qt1-f182.google.com with SMTP id i21so7854631qtw.12 for ; Tue, 12 Jul 2022 04:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oqcMfNNcBOdobOHpBoePBBckc0DWAQY9lrN8Ne+VA1o=; b=lBYcREymPd9eJu3IwCBW2RSMxdW1CVcVeepcdFTk4XbPbUbZHKKFo1AU7SVMe9h51r UrzsKEcEQJX8CNLmxu0xkRD14UfQifARisXiuAEIbAFSHb7eJQkLOSFKsmRj+iafZ44u cuntQhKubp9deELApkTSwcZdZGEJbJ+ZVt4AGMCe7s35I0J7kz8CQa21GI0lPndlaMD+ saNBzipXAzwMmZXCScUlRz7bnWL5okZkRPPjk1N87BMK9GDQ6CsZg1m9U8J7uO7kN6Fd pI1CsWQ8rkD0Ez24MKxKqtcGcXOxMDhabC3EtLEu2iVZQAH/Hb/Qous+e8/UlEoEgreN otLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oqcMfNNcBOdobOHpBoePBBckc0DWAQY9lrN8Ne+VA1o=; b=uJWnhw/NixgIXft3adV1nI34jZU4odogCeo/vKO9XFhBsGxjaYmOk64CTYT6TQxz08 Ha3u53mxMUhWJTW3XNqHcgrf/i3sTxYC/mMCU4L3imT1ktt/16yl5quOS3h9dnAwGteq FWQodsU3okgWHn9oCE2f5a2pYVMNidN8ENIlfoKuM/oChPccppZDfywOMfSBHuWAUXiT n1VVCdjwZlvdR2Yy7mHU7ni3+b0qMfQVFfHoIgBgQoo6qI1kpJtjJJQKhjm66OKqNJS3 nhzVQhoAKmDhg7hHSweuC+geTQfNXeUgJya6XUsky5MquvHqxlK9crk9o89ahytTvRit C6Yg== X-Gm-Message-State: AJIora+1MEpvQ3uZDihgO4Hlb+Uhrp1KCaYWrcbCv5E1j5iF2NwwKlic Q99H7+loxWpxASgY5r/bsyopQ1meVV7cbT89ltGy15yxDPxiLA== X-Google-Smtp-Source: AGRyM1vPGtImZPurai4H8qHA5JPFebsvzDz5vwwzkhJChkvGF8UzrLX3cgsnKqnsJ8aGBKFpw/3D7cbZAY0o5bkrhbA= X-Received: by 2002:a05:622a:204:b0:31e:abb6:85c1 with SMTP id b4-20020a05622a020400b0031eabb685c1mr12543307qtx.458.1657626792117; Tue, 12 Jul 2022 04:53:12 -0700 (PDT) MIME-Version: 1.0 References: <20220627153951.2399801-1-s.v.naga.harish.k@intel.com> <20220628023458.2401715-1-s.v.naga.harish.k@intel.com> In-Reply-To: <20220628023458.2401715-1-s.v.naga.harish.k@intel.com> From: Jerin Jacob Date: Tue, 12 Jul 2022 17:22:46 +0530 Message-ID: Subject: Re: [PATCH v2] doc: add event timer expiry drop stat To: Naga Harish K S V Cc: dpdk-dev , Erik Gabriel Carrillo , Jerin Jacob , Ray Kinsella , Pavan Nikhilesh , Shijith Thotton Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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. > > Signed-off-by: Naga Harish K S V Acked-by: Jerin Jacob > --- > 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 >