Re: [ovs-discuss] OVS/DPDK Build Failing with MLX5 Adapter Enabled

2018-12-15 Thread Olga Shern
> But DPDK builds successfully by itself. Any suggestions where the build is > breaking down? What do you mean? The question whether Mellanox PMD is compiled. If it is compiled than libnl is needed Thanks, Olga -Original Message- From: ovs-discuss-boun...@openvswitch.org

Re: [ovs-discuss] OvS build (w DPDK) failed - Undefined Mellanox references

2018-02-21 Thread Olga Shern
21, 2018 4:39 PM To: Olga Shern <ol...@mellanox.com>; ovs-discuss@openvswitch.org Cc: Erez Ferber <er...@mellanox.com> Subject: RE: [ovs-discuss] OvS build (w DPDK) failed - Undefined Mellanox references Olga You've just read my thoughts I just was following this guide https://communi

Re: [ovs-discuss] OvS build (w DPDK) failed - Undefined Mellanox references

2018-02-21 Thread Olga Shern
Please use the following: # ./boot.sh # ./configure --with-dpdk=$DPDK_BUILD # make -j LDFLAGS=-libverbs # make install -Original Message- From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Wednesday, February 21, 2018 11:57 AM To: Olga Shern <ol...@mellanox.com>; ovs-d

Re: [ovs-discuss] OvS build (w DPDK) failed - Undefined Mellanox references

2018-02-20 Thread Olga Shern
10:21 AM To: Olga Shern <ol...@mellanox.com>; ovs-discuss@openvswitch.org Cc: Erez Ferber <er...@mellanox.com> Subject: RE: [ovs-discuss] OvS build (w DPDK) failed - Undefined Mellanox references Thank you Olga What I'm trying to do is to run ovs-dpdk w connectx4 card, I don'

Re: [ovs-discuss] ovs-dpdk cannot add a dpdk mellanox port

2018-02-19 Thread Olga Shern
Please refer to mlx5 DPDK guide: http://dpdk.org/doc/guides-17.11/nics/mlx5.html -Original Message- From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Monday, February 19, 2018 3:51 PM To: Olga Shern <ol...@mellanox.com>; ovs-discuss@openvswitch.org Subject: RE: ovs-dpdk

Re: [ovs-discuss] ovs-dpdk cannot add a dpdk mellanox port

2018-02-19 Thread Olga Shern
Hi Avi, Please try the following commandovs-vsctl --timeout 10 add-port br-phy dpdk0 -- set Interface dpdk0 type=dpdk options:dpdk-devargs=mlx5_0 You need to specify port name, mlx5_0 or mlx5_1 according ibv_devinfo output Starting DPDK 18.02 and 17.11.2 you will be able to use PCI