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 4ED5DA0526; Wed, 8 Jul 2020 15:56:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34A3B1DD89; Wed, 8 Jul 2020 15:56:22 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 21FAC1DD65; Wed, 8 Jul 2020 15:56:19 +0200 (CEST) IronPort-SDR: 3E/b7WGbR9jyqrjveFf3iazVCVtuV25dtToFeG1RspzjRGl1yIBqYN9vRqYEyDIODzLhqBKgni o3p3A9MdoJag== X-IronPort-AV: E=McAfee;i="6000,8403,9675"; a="147802433" X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="147802433" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2020 06:56:18 -0700 IronPort-SDR: ppRGCb6+xopFz2cOv7e/BkmZN0MwnunZX+cnrz5Ejrwp0ynvPqrrDhxdqSp++zOf25P3dl8VFR JDBuPjabOyLA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="315878117" Received: from vmedvedk-mobl.ger.corp.intel.com (HELO [10.213.247.70]) ([10.213.247.70]) by fmsmga002.fm.intel.com with ESMTP; 08 Jul 2020 06:56:16 -0700 To: Thomas Monjalon Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, stable@dpdk.org, bruce.richardson@intel.com, konstantin.ananyev@intel.com, david.marchand@redhat.com References: <5194699.pna8TFVyyh@thomas> From: "Medvedkin, Vladimir" Message-ID: <5f0bf61b-59aa-2964-397c-e7d0f991c713@intel.com> Date: Wed, 8 Jul 2020 14:56:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <5194699.pna8TFVyyh@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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" Hi Thomas, On 06/07/2020 20:31, Thomas Monjalon wrote: > 06/07/2020 19:00, Vladimir Medvedkin: >> Add RIB/FIB library into the API doxygen index. >> Move LPM/LPM6 under separate section "Longest prefix match" > [...] >> --- a/doc/api/doxy-api-index.md >> +++ b/doc/api/doxy-api-index.md >> - **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**: > > I would have thought to "routing" as title of this section. > Is "longest prefix match" better? I don't have any objections regarding "routing". Do you need me resend patch? > >> + [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), > > > > -- Regards, Vladimir