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 CC65641C44; Wed, 8 Feb 2023 22:27:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94AB542BD9; Wed, 8 Feb 2023 22:26:42 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id CDD2340E6E for ; Wed, 8 Feb 2023 22:26:37 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id D940920C8AD9; Wed, 8 Feb 2023 13:26:36 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D940920C8AD9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1675891596; bh=5353rO9IEQlygeNxSAdF2/e42ELb70UNdWU0bKt6XNg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ClhKPI2ZQKGbqmMWK369LL4do3pBIc2tcBB9GOcDPVqLj+YSXUJ2krRcDaJF5Fy0S 5d+0mcKJi4IFCB/WYnAW1ybx5X+7Mt/AcbMX6JYA2Va1Maz/AYnu632V2hMRDjZ6P0 oAJCT6qqNYU7AxXrOt27d91fW0zvblrQ3j7BHQ08= From: Tyler Retzlaff To: dev@dpdk.org Cc: david.marchand@redhat.com, thomas@monjalon.net, olivier.matz@6wind.com, stephen@networkplumber.org, mb@smartsharesystems.com, hofors@lysator.liu.se, Tyler Retzlaff Subject: [PATCH v6 2/3] doc: add missing index entry for thread Date: Wed, 8 Feb 2023 13:26:34 -0800 Message-Id: <1675891595-28366-3-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1675891595-28366-1-git-send-email-roretzla@linux.microsoft.com> References: <1670271868-11364-1-git-send-email-roretzla@linux.microsoft.com> <1675891595-28366-1-git-send-email-roretzla@linux.microsoft.com> 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 missing thread index referencing rte_thread.h under the basic topic. Signed-off-by: Tyler Retzlaff Reviewed-by: David Marchand --- doc/api/doxy-api-index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index de488c7..2deec7e 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -210,7 +210,8 @@ The public API headers are grouped by topics: [random](@ref rte_random.h), [config file](@ref rte_cfgfile.h), [key/value args](@ref rte_kvargs.h), - [string](@ref rte_string_fns.h) + [string](@ref rte_string_fns.h), + [thread](@ref rte_thread.h) - **debug**: [jobstats](@ref rte_jobstats.h), -- 1.8.3.1