From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B67BDA00C5 for ; Mon, 6 Jul 2020 19:00:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 95CC21DB62; Mon, 6 Jul 2020 19:00:28 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E83B61DB13; Mon, 6 Jul 2020 19:00:25 +0200 (CEST) IronPort-SDR: NVKt4U+R6nnntJftCXXXzwflml1IU97XtQIiI9b4whhH9uvBRrtn63FaqS8mW1YJtfFw8Wa3fu MWk8c9PIFaew== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="144958315" X-IronPort-AV: E=Sophos;i="5.75,320,1589266800"; d="scan'208";a="144958315" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 10:00:24 -0700 IronPort-SDR: uuCrzp0oGxle5WwT3sYw3Gkr0UE9x/mGSXBTo6wyndOwb+8UEgcphu5JT8bhsZwLxIId/chmrt AFC7S+S7qUjQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,320,1589266800"; d="scan'208";a="314018033" Received: from silpixa00400072.ir.intel.com ([10.237.222.213]) by orsmga008.jf.intel.com with ESMTP; 06 Jul 2020 10:00:23 -0700 From: Vladimir Medvedkin To: dev@dpdk.org Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com, stable@dpdk.org Date: Mon, 6 Jul 2020 18:00:19 +0100 Message-Id: X-Mailer: git-send-email 2.7.4 Subject: [dpdk-stable] [PATCH] doc: add rib and fib into the API doxygen index X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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" 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..8d10420 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) +- **Longest prefix match**: + [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), -- 2.7.4