On Mon, Oct 14, 2024 at 5:22 PM Stephen Hemminger <[email protected]> wrote: > On Mon, 14 Oct 2024 13:37:07 +0000 > Vladimir Medvedkin <[email protected]> wrote: > > > Previously when running rte_fib_lookup IPv4 addresses must have been in > > host byte order. > > > > This patch adds a new flag RTE_FIB_FLAG_LOOKUP_BE that can be passed on > > fib create, which will allow to have IPv4 in network byte order on > > lookup. > > > > Signed-off-by: Vladimir Medvedkin <[email protected]> > Acked-by: Stephen Hemminger <[email protected]>
I aligned the meson bits to other libraries (passing cc_avx512_flags), and changed internal flags field into an unsigned int (like the field coming from the configuration structure). Applied, thanks Vladimir. -- David Marchand

