[dpdk-stable] [dpdk-dev] [PATCH] doc: add rib and fib into the API doxygen index

Thomas Monjalon thomas at monjalon.net
Mon Jul 6 21:31:25 CEST 2020


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?

> +  [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),






More information about the stable mailing list