From patchwork Tue May 25 11:52:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Liguzinski, WojciechX" X-Patchwork-Id: 93434 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 2257EA0546; Tue, 25 May 2021 13:53:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9581C40150; Tue, 25 May 2021 13:53:38 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 03D204003F for ; Tue, 25 May 2021 13:53:36 +0200 (CEST) IronPort-SDR: O4vuVBVqPaFHjqMIQ+Fqb8i2o+Km0GAgoLes4Sz9GBceezKygNTE3GewOlfGz+27W+ghUewIi0 l4Es2GgDYi/g== X-IronPort-AV: E=McAfee;i="6200,9189,9994"; a="181812424" X-IronPort-AV: E=Sophos;i="5.82,328,1613462400"; d="scan'208";a="181812424" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2021 04:53:09 -0700 IronPort-SDR: Nv0fAcOYNAXDGy1iNoYxvdvC28Rab2a325swDAndaACl2heWz22ZquMGAPjRBtgELT2yTKkV/y x0Bb2Awrry4w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,328,1613462400"; d="scan'208";a="471210132" Received: from silpixa00400629.ir.intel.com ([10.237.214.62]) by FMSMGA003.fm.intel.com with ESMTP; 25 May 2021 04:53:07 -0700 From: "Liguzinski, WojciechX" To: dev@dpdk.org, jasvinder.singh@intel.com, cristian.dumitrescu@intel.com Cc: savinay.dharmappa@intel.com, megha.ajmera@intel.com Date: Tue, 25 May 2021 12:52:52 +0100 Message-Id: <20210525115252.72933-1-wojciechx.liguzinski@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: add deprecation notice for PIE active queue management changes 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" Signed-off-by: Liguzinski, WojciechX --- doc/guides/rel_notes/deprecation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9584d6bfd7..58f22a0276 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -141,6 +141,14 @@ 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 add PIE based active queue management support to DPDK scheduler + library, changes will be made to data structures + ``rte_sched_subport_params``, ``rte_sched_subport_stats``, + ``rte_sched_queue_stats``, ``rte_sched_queue_extra``, ``rte_sched_subport``. + New structures are introduced for PIE ``rte_pie_params``, ``rte_pie_config``, + ``rte_pie``. These changes are aligned to improvements suggested in the RFC + https://mails.dpdk.org/archives/dev/2021-May/210067.html. + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``.