[vpp-dev] compilation issue on branch origin/stable/1710

2017-10-22 Thread Shachar Beiser
Hi , I see a compilation issue while working on origin/stable/1710 . -Shachar Beiser In file included from /home/ubuntu/vpp.shacharbe/build-data/../src/vpp-api/java/jvpp-core/jvpp_core.c:47:0: jvpp-core/jvpp_core_gen.h: In function 'Java_io_fd_vpp_jvpp_

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