[dpdk-dev] [PATCH v2] fib: add rib extension size parameter
Thomas Monjalon
thomas at monjalon.net
Thu Nov 4 12:36:55 CET 2021
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.medvedkin at intel.com>
> Tested-by: Conor Walsh <conor.walsh at 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.
More information about the dev
mailing list