Re: [vpp-dev] vpp configure.ac ibv_fork_init

2017-10-23 Thread Damjan Marion
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

Re: [vpp-dev] vpp configure.ac ibv_fork_init

2017-10-23 Thread Shachar Beiser
@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

Re: [vpp-dev] vpp configure.ac ibv_fork_init

2017-10-22 Thread Damjan Marion
> 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

[vpp-dev] vpp configure.ac ibv_fork_init

2017-10-22 Thread Shachar Beiser
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