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

Thomas Monjalon thomas at monjalon.net
Wed Jul 8 16:25:37 CEST 2020


08/07/2020 15:56, Medvedkin, Vladimir:
> 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?

If you think "routing" is more descriptive, yes please send a v2.

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