From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11B32C433E0 for ; Tue, 28 Jul 2020 14:43:56 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id CC73A206D4 for ; Tue, 28 Jul 2020 14:43:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC73A206D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8F2D1BFF2; Tue, 28 Jul 2020 16:43:54 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7B5881BE8A for ; Tue, 28 Jul 2020 16:43:52 +0200 (CEST) IronPort-SDR: THOEVLF8HRaQg6ipneeSVss0UG5Ve/UxRZBlLVNwX6Oz8uylgz9us08tlLe9GZNboo0p0tRpNj x9LaeE1Z7Dxg== X-IronPort-AV: E=McAfee;i="6000,8403,9695"; a="151207194" X-IronPort-AV: E=Sophos;i="5.75,406,1589266800"; d="scan'208";a="151207194" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2020 07:43:51 -0700 IronPort-SDR: AOj+kBsr8E8gy5SiV+XUFJ1F4MnvlsufhohZgfX4APHaAqLEcQP8jpM+ZXfXNdirlKnBkmNyVO hyJyZtNyJ3Qg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,406,1589266800"; d="scan'208";a="434336990" Received: from silpixa00400629.ir.intel.com ([10.237.214.135]) by orsmga004.jf.intel.com with ESMTP; 28 Jul 2020 07:43:49 -0700 From: Savinay Dharmappa To: savinay.dharmappa@intel.com, jasvinder.singh@intel.com, Praveen.Shetty@intel.com, Goutham.Gandi@intel.com, cristian.dumitrescu@intel.com, dev@dpdk.org Date: Tue, 28 Jul 2020 15:43:45 +0100 Message-Id: <1595947425-60076-1-git-send-email-savinay.dharmappa@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH v3] 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 --- 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``. -- 2.7.4