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 BD16EA00C2; Wed, 2 Nov 2022 13:41:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A70EF40223; Wed, 2 Nov 2022 13:41:54 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id DB72440041 for ; Wed, 2 Nov 2022 13:41:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667392914; x=1698928914; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dcVSlHWnnKMxmLq5cA2HOzBKk1PIyxQcSJSDmeZ23yk=; b=hBwscoviH0I+BT5CvdsbUvPZRvHCbFrzYIb1Wj2cl7ggx0IsXlGYEi07 Yoj5wZ0AIpdMWrnmH8UtxJ8aP5SPr5rbA5vjkIccmqgslSednXC0MsKEW a30q0ppAWdsl2SkeA8G7FO9r7sPx5UQ2ax3vmy3k3SmDXPjvlczxcbrIE bNGTAZ2G0nMChoI+kHFyOeG7VPsD7nc9flkmAIt/qPPfyzNwYFz7LE4tT GEpAxgDRU5ZODs6G8yE+3n8eIrhsLX9+L6kxwDxX8dSI4j8Q7vI/44JXm SAXn/4xyV5fRKsL47izTXgjwuuqqXxSlR40IqsM+5SInC+k/GkjwmBu1l Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10518"; a="311116400" X-IronPort-AV: E=Sophos;i="5.95,232,1661842800"; d="scan'208";a="311116400" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2022 05:41:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10518"; a="879460627" X-IronPort-AV: E=Sophos;i="5.95,232,1661842800"; d="scan'208";a="879460627" Received: from silpixa00401314.ir.intel.com ([10.243.23.141]) by fmsmga006.fm.intel.com with ESMTP; 02 Nov 2022 05:41:33 -0700 From: Reshma Pattan To: dev@dpdk.org Cc: thomas@monjalon.net, Reshma Pattan , David Hunt Subject: [PATCH v5] doc: add removal warning for power empty poll API Date: Wed, 2 Nov 2022 12:41:18 +0000 Message-Id: <20221102124118.207858-1-reshma.pattan@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20221102123159.207613-1-reshma.pattan@intel.com> References: <20221102123159.207613-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 | 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 daad4d644d..0898426fba 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 ~~~~~~~~ -- 2.31.1