From patchwork Wed Sep 14 05:15:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Naga Harish K, S V" X-Patchwork-Id: 116259 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9BA23A0032; Wed, 14 Sep 2022 07:16:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D9D942B6D; Wed, 14 Sep 2022 07:15:52 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 408D74282B for ; Wed, 14 Sep 2022 07:15:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663132551; x=1694668551; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=k/sRv8Ktjg8XTMLg/98xyscTzqgry6FLTgrIEIjPL6U=; b=cpUS0nZqi+prYnjRrc5hTBYe90NHhyngwfH7X4qbWM9qTZXOkauHyeqw rmz7ie6J7SUNayO8/2Nz4pZZrDVrDUyCV6h2NLfkEBVhgsigZENErZd+h 5LyVi5ENYHP75L3AXroZhSNfQscyzLHtH+E74H8PSKQAR2Y7V9l1KAC2H NFIyQwEOWzEmMq85WkGtWPIsRKRbt3wK5R9sh88MfTz0EGX8Zh0I8IpH0 vkd8sc1JDrVHVmCmMPmD7u9Gx7VX/iOe17YKRCYtrlq01kQ6Z9AtU0gRK 2ErYCbvS7cjA4+SGyQo2XMU6QZfjOZF2IvuUCD3vFEXYDf1N1I+Ua/cu2 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="384630305" X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="384630305" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2022 22:15:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="594240772" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by orsmga006.jf.intel.com with ESMTP; 13 Sep 2022 22:15:50 -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 deprecation notice Date: Wed, 14 Sep 2022 00:15:41 -0500 Message-Id: <20220914051541.1678837-4-s.v.naga.harish.k@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220914051541.1678837-1-s.v.naga.harish.k@intel.com> References: <20220812160714.287055-1-s.v.naga.harish.k@intel.com> <20220914051541.1678837-1-s.v.naga.harish.k@intel.com> MIME-Version: 1.0 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 deprecation 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.