From patchwork Fri Oct 7 13:40:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 117558 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 845B2A00C3; Fri, 7 Oct 2022 15:40:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F4A1400D5; Fri, 7 Oct 2022 15:40:41 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 40FB040042 for ; Fri, 7 Oct 2022 15:40:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665150039; x=1696686039; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WOJZqPIUla7c0wbRsf0goW/5uWbqf3giFfXZXbWbev4=; b=f75/o5Nj76TPVBDbpVvscp944caVfx0VlQJIhk2NEB958Agdj9FCy+79 jTHUYoh15bNsxyGvwCbeQSzkCpqc8gq/RhL7oN5RF/rY3szGdCjbKWtve z9haXnbnYbT1api36msYXyohapHrX76j2ZlfOeIUt2aySEDwRiH63rd7B uV0MDrx99Cfb7W1SIEHrdUVK3grWPJ2/pniY9tGID/TFkWoClMA9NltEj 7Q8bG4CChvLlye8zMcu//olaz+rsQ1FwRf5TKhQHuod66Ke1mNtAb21qJ cjKOy0snLcEosMzDsi4QRKkDT1TberweMjsTgZ2tw+ZefMHQRWCg9s/tC w==; X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="365678116" X-IronPort-AV: E=Sophos;i="5.95,166,1661842800"; d="scan'208";a="365678116" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 06:40:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="620254372" X-IronPort-AV: E=Sophos;i="5.95,166,1661842800"; d="scan'208";a="620254372" Received: from silpixa00401314.ir.intel.com ([10.243.23.141]) by orsmga007.jf.intel.com with ESMTP; 07 Oct 2022 06:40:37 -0700 From: Reshma Pattan To: dev@dpdk.org Cc: Reshma Pattan , David Hunt Subject: [PATCH v3] doc: add removal note for power empty poll API Date: Fri, 7 Oct 2022 14:40:34 +0100 Message-Id: <20221007134034.498762-1-reshma.pattan@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20221005084419.480317-1-reshma.pattan@intel.com> References: <20221005084419.480317-1-reshma.pattan@intel.com> 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst index 98cfd3c1f3..3b0c3373a1 100644 --- a/doc/guides/prog_guide/power_man.rst +++ b/doc/guides/prog_guide/power_man.rst @@ -192,6 +192,14 @@ 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. + + Ethernet PMD Power Management API ---------------------------------