From patchwork Thu Jul 16 13:21:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Savinay Dharmappa X-Patchwork-Id: 74232 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 E98D6A054B; Thu, 16 Jul 2020 15:22:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6C8D1D52C; Thu, 16 Jul 2020 15:22:05 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 7D1441D420 for ; Thu, 16 Jul 2020 15:22:04 +0200 (CEST) IronPort-SDR: zpax+6E/Qcmdd1WSIgffhsl7SyNtY2HYC/bG4Q/lWwvgABYNTw4OFLm2BLbaJIXnLLyAoZNFb7 uu31oVHRZ4VQ== X-IronPort-AV: E=McAfee;i="6000,8403,9683"; a="136827128" X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="136827128" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2020 06:22:03 -0700 IronPort-SDR: 0ByvvPEhWwC+aAxZMzRtP4D2uSGtb13EbBksCLTiFfqkG2pWmddU0wx8q4pf7apItUJoatTzIT BOmmwqzpMmzA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="308629679" Received: from silpixa00400629.ir.intel.com ([10.237.214.135]) by fmsmga004.fm.intel.com with ESMTP; 16 Jul 2020 06:22:02 -0700 From: Savinay Dharmappa To: savinay.dharmappa@intel.com, dev@dpdk.org Cc: cristian.dumitrescu@intel.com, Jasvinder Singh Date: Thu, 16 Jul 2020 14:21:52 +0100 Message-Id: <1594905712-446752-1-git-send-email-savinay.dharmappa@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH v2] 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 Signed-off-by: Jasvinder Singh Acked-by: Jasvinder Singh --- 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 a58a179..14df5df 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -129,6 +129,12 @@ Deprecation Notices in "rte_sched.h". These changes are aligned to improvements suggested in the RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. +* 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``.