From patchwork Wed Oct 5 08:44:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 117367 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 59E71A0542; Wed, 5 Oct 2022 10:44:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF36640A7D; Wed, 5 Oct 2022 10:44:25 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 8FEC640694 for ; Wed, 5 Oct 2022 10:44:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664959464; x=1696495464; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wCJIXV36pnBEFUEnAQq9TWH+WEGgNbt3SuxWChrGy9k=; b=TPmvLY0GFo1ZOC9/Eg0mioRK7fT2B//GiJUFAQnXWAkvSXsbYlAzuXkK 2GVEErk8qFqy2wp6p3ShHAmaqA9Kh+FGNIt3pGzbDaHkmZL9dBrsajnax BPdGND9thns2jHpU5cCmY6m4Z/iaR3vMKxKbDL3Ld0WXAaoc9sTM0bgnn A+IAqoJfbI8uATRhEaMj5u+zG7ayWhkYvvW+fqmJzQbZJgThjYT+KInZ7 wIkSQUuoLzKOlvD10QooB4Kx+Vieowe3gWz+qgCgYqtD3RcQHq//3NaZS FPHHEkiwcCah1a/qZjEiTuNnMHvRx0O92KwB/zGZklvZ7q4QRjcYoC3hT A==; X-IronPort-AV: E=McAfee;i="6500,9779,10490"; a="303089848" X-IronPort-AV: E=Sophos;i="5.95,159,1661842800"; d="scan'208";a="303089848" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2022 01:44:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10490"; a="626510785" X-IronPort-AV: E=Sophos;i="5.95,159,1661842800"; d="scan'208";a="626510785" Received: from silpixa00401314.ir.intel.com ([10.243.23.141]) by fmsmga007.fm.intel.com with ESMTP; 05 Oct 2022 01:44:22 -0700 From: Reshma Pattan To: dev@dpdk.org Cc: Reshma Pattan , David Hunt Subject: [PATCH v2] doc: add removal note for power empty poll API Date: Wed, 5 Oct 2022 09:44:19 +0100 Message-Id: <20221005084419.480317-1-reshma.pattan@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220802152206.1210365-1-reshma.pattan@intel.com> References: <20220802152206.1210365-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 | 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..9a40242dd0 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. + + Ethernet PMD Power Management API ---------------------------------