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 778A4A0562 for ; Wed, 3 Mar 2021 13:35:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DC3240696; 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 C26E84067B; Wed, 3 Mar 2021 13:35:18 +0100 (CET) IronPort-SDR: AsyFqJ/pnVimoEA78tzJX1qv8uThOQL8mOXI3CGLhJksLfvBe58cVkD7jRYg0tAYyC3s7+Y396 uvDhF8Epx2CQ== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="184767438" X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="184767438" 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: z+YDArSl+qsjCpnXHsvsinGt2AepKPo7Szc3xyUCGiFwxorJO8i3z6u609N2qzvZRYTipoGTMl E3ws98q7HPkQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="435193928" 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:15 -0800 From: Anatoly Burakov To: dev@dpdk.org Cc: stable@dpdk.org Date: Wed, 3 Mar 2021 12:35:13 +0000 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH 1/2] doc: add power intrinsics to doxygen API index X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Currently, the header `rte_power_intrinsics.h` is missing from the doxygen API index. Add it. Fixes: cda57d9388c0 ("eal: add power management intrinsics") Cc: stable@dpdk.org 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 748514e243..41eefb7b2d 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -86,6 +86,7 @@ The public API headers are grouped by topics: [CPU flags] (@ref rte_cpuflags.h), [CPU pause] (@ref rte_pause.h), [I/O access] (@ref rte_io.h) + [power management] (@ref rte_power_intrinsics.h) - **CPU multicore**: [interrupts] (@ref rte_interrupts.h), -- 2.25.1