27/10/2021 17:49, Vladimir Medvedkin: > This patch adds a new parameter to the fib configuration to specify > the size of the extension for internal RIB structure. > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > Tested-by: Conor Walsh <conor.wa...@intel.com> > --- > --- a/doc/guides/rel_notes/release_21_11.rst > +++ b/doc/guides/rel_notes/release_21_11.rst > @@ -305,6 +305,11 @@ New Features > * Pcapng format with timestamps and meta-data. > * Fixes packet capture with stripped VLAN tags. > > +* **Updated FIB library API.** > + > + Added the ``rib_ext_sz`` field to ``rte_fib_conf`` and ``rte_fib6_conf`` > + so that user can specify the size of the rib extension inside the fib.
It should be notified in the API section. rib & fib should be uppercases. I fix myself. Applied, thanks.