[RFC PATCH 2/4] fib: add VRF functional and unit tests

Stephen Hemminger stephen at networkplumber.org
Sun Mar 22 17:40:22 CET 2026


On Sun, 22 Mar 2026 15:42:13 +0000
Vladimir Medvedkin <vladimir.medvedkin at intel.com> wrote:

> +/* Get number of bits needed to encode VRF IDs */
> +static __rte_always_inline __rte_pure uint8_t
> +get_vrf_bits(uint32_t nb_vrfs)

This is test code, no need for __rte_always_inline.


More information about the dev mailing list