From patchwork Wed Jul 29 11:08:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Savinay Dharmappa X-Patchwork-Id: 74990 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 954FCA052B; Wed, 29 Jul 2020 13:08:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F91B4C8E; Wed, 29 Jul 2020 13:08:10 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0648110A3 for ; Wed, 29 Jul 2020 13:08:07 +0200 (CEST) IronPort-SDR: vh0lu2EJjkASglzYGk7ThEpqAL0UnvFpo0cvM4hEbZs4tyljZV0k3gO7jhH1wrHF1Qywi0msKx /tUYBhtxz4NA== X-IronPort-AV: E=McAfee;i="6000,8403,9696"; a="139409732" X-IronPort-AV: E=Sophos;i="5.75,410,1589266800"; d="scan'208";a="139409732" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2020 04:08:06 -0700 IronPort-SDR: FEXEPtNkgP4rpu1K1eC48SXnxGHdgTRjH0jZBavxsPtRRZT6SQAYEM3V9/7Wy2f06AGzUE3PMO JiYVRTgoNOew== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,410,1589266800"; d="scan'208";a="290500329" Received: from silpixa00400629.ir.intel.com ([10.237.214.135]) by orsmga006.jf.intel.com with ESMTP; 29 Jul 2020 04:08:05 -0700 From: Savinay Dharmappa To: savinay.dharmappa@intel.com, jasvinder.singh@intel.com, Praveen.Shetty@intel.com, sivaprasad.tummala@intel.com, dev@dpdk.org Cc: cristian.dumitrescu@intel.com Date: Wed, 29 Jul 2020 12:08:01 +0100 Message-Id: <1596020881-409466-1-git-send-email-savinay.dharmappa@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1595999606-294785-1-git-send-email-savinay.dharmappa@intel.com> References: <1595999606-294785-1-git-send-email-savinay.dharmappa@intel.com> Subject: [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Add deprecation note for making changes in data structures and APIs in order to allow dynamic configuration of subport bandwidth profile. These changes are aligned as suggested in the RFC[1]. https://mails.dpdk.org/archives/dev/2020-July/175161.html Signed-off-by: Savinay Dharmappa Acked-by: Jasvinder Singh Acked-by: Praveen Shetty Acked-by: Sunil Pai G --- 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 99c9806..9a9ecb1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -135,6 +135,12 @@ Deprecation Notices will be removed in 20.11. It will be replaced with ``refcnt`` of type ``uint16_t``. +* sched: To allow dynamic configuration of the subport bandwidth profile, + changes will be made to data structures ``rte_sched_subport_params`` + ``rte_sched_port_params`` and new data structure, API functions will be + defined in "rte_sched.h". These changes are aligned as suggested in the + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``.