Dear vpp-dev members,
I just submitted a patch to gerrit[1] which introduces significant improvement
in VPP build speed and also reduces complexity of the build system.
Number of autotools instances is reduced to one, and whole code is moved under
the src/
tree. That effectively means that autoc
Hi all,
Thanks for your time.
In func "vnet_register_interface", i would like to find interface by name with
func " hash_get_mem (vnm->interface_main.hw_interface_by_name, ifname)",
but only success when the "ifname" is equal to the currently registering
interface.
For example, if the regist