Hi ,
I see in the vpp/src/configure.ac the following code :
AM_COND_IF([WITH_DPDK_MLX5_PMD],
[
AC_CHECK_LIB([ibverbs], [ibv_fork_init],
[with_ibverbs_lib=yes],
[AC_MSG_ERROR([ibverbs library not found])])
])
Can you explain what was the motivation to override the ibv_fork_init
prototype ?
-Shachar Beiser
_______________________________________________ vpp-dev mailing list [email protected] https://lists.fd.io/mailman/listinfo/vpp-dev
