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

2018-02-19 Thread Avi Cohen (A)
Olga i'm familiar with the procedure. I can build dpdk 17.11 but has this compilation error in 17.08 Here https://community.mellanox.com/thread/3545 the answer to the same error is to install another OFED - when I install this OFED, it breaks the build of 17.11 and 17.08 Best Regards Avi > -

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 ; ovs-discuss@openvswitch.org Subject: RE: ovs-dpdk cannot add a dpdk mellanox por

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

2018-02-19 Thread Avi Cohen (A)
Olga Now I have compilation error /home/avi/dpdk-17.08/drivers/net/mlx5/mlx5_rxtx.h:46:32: fatal error: infiniband/mlx5_hw.h: No such file or directory > -Original Message- > From: Avi Cohen (A) > Sent: Monday, 19 February, 2018 3:41 PM > To: 'Olga Shern'; ovs-discuss@openvswitch.org > Su

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

2018-02-19 Thread Avi Cohen (A)
Ohh. - I've downgrade to 17.08 (from 17.11) and forgot to set this flag . checking now... > -Original Message- > From: Olga Shern [mailto:ol...@mellanox.com] > Sent: Monday, 19 February, 2018 3:26 PM > To: Avi Cohen (A); ovs-discuss@openvswitch.org > Subject: RE: ovs-dpdk cannot add a dp

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

2018-02-19 Thread Olga Shern
Did you compile DPDK with mlx5 PMD enabled? -Original Message- From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Monday, February 19, 2018 3:20 PM To: Olga Shern ; ovs-discuss@openvswitch.org Subject: RE: ovs-dpdk cannot add a dpdk mellanox port Thank you Olga I did specify the po

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

2018-02-19 Thread Avi Cohen (A)
Thank you Olga I did specify the port name as ibv_devinfo output - but still I'm getting error msg: Feb 19 15:16:03 Pizza05 ovs-vsctl: ovs|1|vsctl|INFO|Called as ovs-vsctl --timeout 10 add-port br-phy dpdk0 -- set Interface dpdk0 type=dpdk options:dpdk-devargs=mlx5_0 Feb 19 15:16:03 Pizza0

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 ad