From patchwork Wed Jul 8 18:31:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Medvedkin X-Patchwork-Id: 73538 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 286B6A0526; Wed, 8 Jul 2020 20:31:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 09AAF1DB89; Wed, 8 Jul 2020 20:31:36 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 688781DB83; Wed, 8 Jul 2020 20:31:34 +0200 (CEST) IronPort-SDR: sL8c8hhNyjnaEGKW+pzF9VTsSiUwQqE1jLzdOvTn+lddqPY9e4rFCO1rTPWz359x6imVLuOHgh r5gXqZ+8HCcg== X-IronPort-AV: E=McAfee;i="6000,8403,9676"; a="136119723" X-IronPort-AV: E=Sophos;i="5.75,328,1589266800"; d="scan'208";a="136119723" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2020 11:31:32 -0700 IronPort-SDR: HvH78vDToQpxX6IXzHh9crT45vInUEgVKDuqXLNPERBN8iOZ6tegrjSfP9sZCaa2QSjZBTSA0B kULv9PeoM5Rg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,328,1589266800"; d="scan'208";a="306133923" Received: from silpixa00400072.ir.intel.com ([10.237.222.213]) by fmsmga004.fm.intel.com with ESMTP; 08 Jul 2020 11:31:30 -0700 From: Vladimir Medvedkin To: dev@dpdk.org Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com, stable@dpdk.org Date: Wed, 8 Jul 2020 19:31:27 +0100 Message-Id: <6817875e0742662966be20c3136d068eded81fbe.1594233054.git.vladimir.medvedkin@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2] doc: add rib and fib into the API doxygen index X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Add RIB/FIB library into the API doxygen index. Move LPM/LPM6 under separate section "Longest prefix match" Fixes: 5a5793a5ffa2 ("rib: add RIB library") Fixes: f7e861e21c46 ("rib: support IPv6") Fixes: 39e927248416 ("fib: add FIB library") Fixes: 40d41a8a7b34 ("fib: support IPv6") Cc: stable@dpdk.org Signed-off-by: Vladimir Medvedkin --- doc/api/doxy-api-index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 5a48789..fbca132 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -107,8 +107,6 @@ The public API headers are grouped by topics: [GRO] (@ref rte_gro.h), [GSO] (@ref rte_gso.h), [frag/reass] (@ref rte_ip_frag.h), - [LPM IPv4 route] (@ref rte_lpm.h), - [LPM IPv6 route] (@ref rte_lpm6.h), [VXLAN] (@ref rte_vxlan.h) - **QoS**: @@ -116,6 +114,14 @@ The public API headers are grouped by topics: [scheduler] (@ref rte_sched.h), [RED congestion] (@ref rte_red.h) +- **Routing**: + [LPM IPv4 route] (@ref rte_lpm.h), + [LPM IPv6 route] (@ref rte_lpm6.h), + [RIB IPv4] (@ref rte_rib.h), + [RIB IPv6] (@ref rte_rib6.h), + [FIB IPv4] (@ref rte_fib.h), + [FIB IPv6] (@ref rte_fib6.h) + - **hashes**: [hash] (@ref rte_hash.h), [jhash] (@ref rte_jhash.h),