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 71B20A0032; Wed, 14 Sep 2022 07:09:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 21BF64281E; Wed, 14 Sep 2022 07:09:08 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id C02B64281B for ; Wed, 14 Sep 2022 07:09:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663132147; x=1694668147; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Hw/McWcFLYV4oXMD6R9wTAJw9VTAxAx7qz3ZYWyqk7E=; b=gZXtrg5GOG7ybA63vZdny+69RghTzqx7vx4FdTcqQ+f9OQ8gy+rimNFm sHp8tlV5+7gSAR2EtzEJRkkyfvQ+uVGhPOqxktYECBR/j0F5R6CxeSR73 pc3Lq7cGdOWbV7JJW9EEQdS+ReGIxtBSoBEugo+wY6boTPvTDMXQrr+9T xVzld7WI4BSBVXVbt3wCRu54DJpVzMs6qn4Un0ITgCr59/b7OguyqWjub vgW1qHvdJrwBuU/GQZxHVj9LWCXzRVp1fPS7cC4Msj5Na+KO1FI2GuW/E VlA4bDEfOZvv5REOUxCEU+MhNFMBdgoU7q692XMrSfyLVYOEAIFRha1sO Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="298336407" X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="298336407" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2022 22:09:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="945369042" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by fmsmga005.fm.intel.com with ESMTP; 13 Sep 2022 22:09:05 -0700 From: Naga Harish K S V To: jerinj@marvell.com Cc: dev@dpdk.org, erik.g.carrillo@intel.com, pbhagavatula@marvell.com, sthotton@marvell.com Subject: [PATCH v5 4/4] doc: remove deprication notice Date: Wed, 14 Sep 2022 00:08:54 -0500 Message-Id: <20220914050855.1677489-4-s.v.naga.harish.k@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220914050855.1677489-1-s.v.naga.harish.k@intel.com> References: <20220812160714.287055-1-s.v.naga.harish.k@intel.com> <20220914050855.1677489-1-s.v.naga.harish.k@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 This patch removes event timer expiry drop stat deprication notification. Signed-off-by: Naga Harish K S V --- doc/guides/rel_notes/deprecation.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index e7583cae4c..fd8ef4dff7 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -186,13 +186,6 @@ Deprecation Notices Event will be one of the configuration fields, together with additional vector parameters. -* eventdev: The structure ``rte_event_timer_adapter_stats`` will be - extended by adding a new field ``evtim_drop_count``. - This counter will represent the number of times an event_timer expiry event - is dropped by the timer adapter. - This field will be used to add periodic mode support - to the software timer adapter in DPDK 22.11. - * eventdev: The function pointer declaration ``eventdev_stop_flush_t`` will be renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11. -- 2.25.1