From patchwork Tue Aug 2 15:22:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 114540 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 64F4FA00C5; Tue, 2 Aug 2022 17:22:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 113F940141; Tue, 2 Aug 2022 17:22:11 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 1E459400D7 for ; Tue, 2 Aug 2022 17:22:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659453730; x=1690989730; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=g1rhypDbQqigyqaEXtxr/EWVIPFK1TMPLWyPSQX/21c=; b=DLPs7l479Kx17oHWgHd+HYbVkcE+D7As01/dTkBHNMicbIuDARS6Y6Eb jkWNmDfx7RiTH9m88et1BpFoR8ps4LK9T5RmEKq4SpA2EiBa+gQd2O3cm sNIFu57J7Z+QmxH3dJBQdQlTRPLXM7Jb2Wyuu2IPLHzTsHKnjBmh03+Zx WErETiS7njd7n5+picOGKZs6/rHk0BDmJE3gTB6O/2tNoGlMDH9E+ak9S 8FMV8gsCprEBVFqPKLG9caPJV7H2DjDRo8aqWvTTi7N7viZszaDl54xSw JLe7XDgXkZdi3L3fvJ9larGHO4y3ofdZdpB9U/o8P9evy/t323lTipDER g==; X-IronPort-AV: E=McAfee;i="6400,9594,10427"; a="289445774" X-IronPort-AV: E=Sophos;i="5.93,211,1654585200"; d="scan'208";a="289445774" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 08:22:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,211,1654585200"; d="scan'208";a="670479911" Received: from silpixa00400651.ir.intel.com (HELO silpixa00400651.ger.corp.intel.com) ([10.237.223.207]) by fmsmga004.fm.intel.com with ESMTP; 02 Aug 2022 08:22:08 -0700 From: Reshma Pattan To: dev@dpdk.org Cc: Reshma Pattan , David Hunt Subject: [PATCH] doc: add removal note for power empty poll API Date: Tue, 2 Aug 2022 16:22:06 +0100 Message-Id: <20220802152206.1210365-1-reshma.pattan@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 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 Add removal note for experimental empty poll API. CC: David Hunt Signed-off-by: Reshma Pattan Acked-by: David Hunt --- doc/guides/prog_guide/power_man.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst index 98cfd3c1f3..2e47d87cbb 100644 --- a/doc/guides/prog_guide/power_man.rst +++ b/doc/guides/prog_guide/power_man.rst @@ -192,6 +192,12 @@ User Cases ---------- The mechanism can applied to any device which is based on polling. e.g. NIC, FPGA. +Removal Note +------------ +The experimental empty poll APIs will be removed from the library in a future DPDK release. +Suggest to use new lcore poll busyness APIs added in 22.11. + + Ethernet PMD Power Management API ---------------------------------