n 'dpdk_plugin.so'
> Aborted
>
>-Shachar Beiser.
>
>
>
>
> From: Damjan Marion [mailto:dmarion.li...@gmail.com]
> Sent: Sunday, October 22, 2017 6:38 PM
> To: Shachar Beiser
> Cc: vpp-dev@lists.fd.io; Shahaf Shuler ; Eyal Lavee
@gmail.com]
Sent: Sunday, October 22, 2017 6:38 PM
To: Shachar Beiser
Cc: vpp-dev@lists.fd.io; Shahaf Shuler ; Eyal Lavee
Subject: Re: [vpp-dev] vpp configure.ac ibv_fork_init
On 22 Oct 2017, at 15:50, Shachar Beiser
mailto:shacha...@mellanox.com>> wrote:
Hi ,
I see in t
> On 22 Oct 2017, at 15:50, Shachar Beiser wrote:
>
> 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 l
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 ove