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 7138FA0561; Wed, 3 Mar 2021 13:35:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FEE840FDF; Wed, 3 Mar 2021 13:35:22 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 88B2F4067B for ; Wed, 3 Mar 2021 13:35:19 +0100 (CET) IronPort-SDR: Ug2yLnmZTYtULXFlSiixsu6Q+59jC/VRk5qyltu167KC9nBMSL0jQHMbGCPyk+syjt4coNFGqf cr1VIGfW19vg== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="184767439" X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="184767439" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2021 04:35:16 -0800 IronPort-SDR: CwQEsNvi970Z7eFuNhu6Phgv27lMXTt0YH90Lv7E9IFmWKC9bptbKXTKBPBJqLZYmCZfjSuO7K RXHSK4EjHT2A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="435193929" Received: from silpixa00399498.ir.intel.com (HELO silpixa00399498.ger.corp.intel.com) ([10.237.222.97]) by FMSMGA003.fm.intel.com with ESMTP; 03 Mar 2021 04:35:16 -0800 From: Anatoly Burakov To: dev@dpdk.org Date: Wed, 3 Mar 2021 12:35:14 +0000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 2/2] doc: add PMD power management to doxygen API index 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 Sender: "dev" Currently, the PMD power management API header is missing from the API index generated by doxygen. Add it. Fixes: 682a645438c5 ("power: add ethdev power management") Signed-off-by: Anatoly Burakov --- doc/api/doxy-api-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 41eefb7b2d..6886b6f47d 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -96,6 +96,7 @@ The public API headers are grouped by topics: [service cores] (@ref rte_service.h), [keepalive] (@ref rte_keepalive.h), [power/freq] (@ref rte_power.h) + [PMD power] (@ref rte_power_pmd_mgmt.h) - **layers**: [ethernet] (@ref rte_ether.h), -- 2.25.1