From patchwork Mon Jun 14 09:45: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: 94165 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 289A0A0C44; Mon, 14 Jun 2021 11:45:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8F344067A; Mon, 14 Jun 2021 11:45:04 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 899764003F for ; Mon, 14 Jun 2021 11:45:03 +0200 (CEST) IronPort-SDR: sSBZWwaK7Zs8eIXd/Gf8r1Dznvrrm+h77I3j0C52Ofjs2KJWY9tgFzVAV1czPAo38pJZ+IDKWv v8+4fWIRfPtQ== X-IronPort-AV: E=McAfee;i="6200,9189,10014"; a="193095118" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="193095118" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 02:45:02 -0700 IronPort-SDR: d8IX7Zf81L/Zn1+ajeZ9klzdA4AJt5gKxjstSGndacCbh8y2aCA4wOywUztmLOyqmsqegTZEao 0lNedbpRse+Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="420732102" Received: from silpixa00400517.ir.intel.com ([10.237.214.118]) by orsmga002.jf.intel.com with ESMTP; 14 Jun 2021 02:45:01 -0700 From: Jasvinder Singh To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, ferruh.yigit@intel.com Date: Mon, 14 Jun 2021 10:45:00 +0100 Message-Id: <20210614094500.2794100-1-jasvinder.singh@intel.com> X-Mailer: git-send-email 2.26.3 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] 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 modifed as per deprecation note, so removing deprecation notice from the notes. Signed-off-by: Jasvinder Singh --- 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``.