From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F0A0EA00C2; Wed, 2 Nov 2022 13:32:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DDB2C40223; Wed, 2 Nov 2022 13:32:05 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C133D40041 for ; Wed, 2 Nov 2022 13:32:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667392323; x=1698928323; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xPz7i0XDlpCONpU3YvWtNMyMW2HSzmiNl0Y09SGzxPI=; b=JHzAiaw3EcB9HQbSVEVv01BWIcL458I6VjPpVUjR2XQloCieoLAtkvDc ndgCssxHmy0tuM/DI+sdktX90zqjbDtA4v80tfM7iw7KoGtWZru2yQgHu Kbr2PUzJ2aFP5s+fOIqRbI8O3b/yGPqZ6oj8uhA/YKXN50+kRHopHJOfd BRV1E4uLt+DMdvyIUR6XhCpVyCfeMv1DPiTxh9GAjHNYtmUBYwkdkR/c4 Q7IHcCTbITfFkwI6gClLntjU3XvEQLRE3pcynMWmefwZqwuhp6GGklPBE aSuyhm+Tqa6wXHriNo8GU09Q7k2jAHFQt85j/njoaVqGQilK802T4VQBo A==; X-IronPort-AV: E=McAfee;i="6500,9779,10518"; a="373617725" X-IronPort-AV: E=Sophos;i="5.95,232,1661842800"; d="scan'208";a="373617725" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2022 05:32:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10518"; a="809262237" X-IronPort-AV: E=Sophos;i="5.95,232,1661842800"; d="scan'208";a="809262237" Received: from silpixa00401314.ir.intel.com ([10.243.23.141]) by orsmga005.jf.intel.com with ESMTP; 02 Nov 2022 05:32:01 -0700 From: Reshma Pattan To: dev@dpdk.org Cc: thomas@monjalon.net, David Hunt , Reshma Pattan Subject: [PATCH v4] doc: add removal warning for power empty poll API Date: Wed, 2 Nov 2022 12:31:59 +0000 Message-Id: <20221102123159.207613-1-reshma.pattan@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20221007134034.498762-1-reshma.pattan@intel.com> References: <20221007134034.498762-1-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 warning for experimental empty poll API. CC: David Hunt Signed-off-by: Reshma Pattan Acked-by: David Hunt --- doc/guides/prog_guide/power_man.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst index daad4d644d..88029bd079 100644 --- a/doc/guides/prog_guide/power_man.rst +++ b/doc/guides/prog_guide/power_man.rst @@ -110,6 +110,14 @@ The power management mechanism is used to save power when performing L3 forwardi Empty Poll API -------------- +Removal Warning +~~~~~~~~~~~~~~~ + +The experimental empty poll APIs will be removed from the library in a future +DPDK release. The empty poll mechanism is superseded by the power pmd modes +i.e. monitor, pause and scale. + + Abstract ~~~~~~~~ @@ -192,6 +200,7 @@ User Cases ---------- The mechanism can applied to any device which is based on polling. e.g. NIC, FPGA. + Ethernet PMD Power Management API --------------------------------- -- 2.25.1