From patchwork Mon Jun 14 16:30:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jasvinder Singh X-Patchwork-Id: 94180 X-Patchwork-Delegate: thomas@monjalon.net 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 46BCBA0C44; Mon, 14 Jun 2021 18:30:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C7F844067E; Mon, 14 Jun 2021 18:30:06 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id F29454067A for ; Mon, 14 Jun 2021 18:30:04 +0200 (CEST) IronPort-SDR: 6SI2cLdImZBCaUZJlluO+4jHDjVIOdY8TWbK2qc6UMgkKCELSAjfSlrJHbAtzuX0Qb4pqIN4iC TOBlnJE0j4EA== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="185533068" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="185533068" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 09:30:02 -0700 IronPort-SDR: 40mYJ8Mxb++8ylJt8vCVD102bSshRqYgCrjZnDuJRcZL27hwJB6XbNVPo4y+DCc989ptZsxcjr TMD0EMPzKtuA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="403940172" Received: from silpixa00400517.ir.intel.com ([10.237.214.118]) by orsmga003.jf.intel.com with ESMTP; 14 Jun 2021 09:30:00 -0700 From: Jasvinder Singh To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, ferruh.yigit@intel.com Date: Mon, 14 Jun 2021 17:30:00 +0100 Message-Id: <20210614163000.2796888-1-jasvinder.singh@intel.com> X-Mailer: git-send-email 2.26.3 In-Reply-To: <20210614150009.2796240-1-jasvinder.singh@intel.com> References: <20210614150009.2796240-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3] doc/rel_notes: remove old deprecation notice for sched 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 Sender: "dev" APIs and data structures hasve been modified as per deprecation note, so removing deprecation notice from the notes. Fixes: 85f52aa422d6 ("sched: add pipe config params to subport struct") Signed-off-by: Jasvinder Singh Acked-by: Andrew Rybchenko --- v3 - correct the fixes tag v2 - add fixes tag doc/guides/rel_notes/deprecation.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9584d6bfd..9a239000a 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -135,12 +135,6 @@ Deprecation Notices values to the function ``rte_event_eth_rx_adapter_queue_add`` using the structure ``rte_event_eth_rx_adapter_queue_add``. -* sched: To allow more traffic classes, flexible mapping of pipe queues to - traffic classes, and subport level configuration of pipes and queues - changes will be made to macros, data structures and API functions defined - in "rte_sched.h". These changes are aligned to improvements suggested in the - RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. - * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``.