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

2018-02-21 Thread Avi Cohen (A)
Olga - well done - configuration is ok now , now I'll start to do some benchmarks .. Thank you and Best Regards Avi > -Original Message- > From: Olga Shern [mailto:ol...@mellanox.com] > Sent: Wednesday, 21 February, 2018 4:49 PM > To: Avi Cohen (A); ovs-discuss@openvswitch.org > Cc:

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

2018-02-21 Thread Olga Shern
Good, we are progressing > dpdk|ERR|PMD: net_mlx5: mempool 0x7fb01ec7dec0: not virtually contiguous The problem is that your virtual memory is too fragmented, please reboot your server -Original Message- From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Wednesday, February 21,

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

2018-02-21 Thread Avi Cohen (A)
Olga You've just read my thoughts I just was following this guide https://community.mellanox.com/docs/DOC-3041 It fits exactly my env. dpdk17.08 , ovs2.8.1 ofed 4.2.x But again failed to add dpdk port ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk

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

2018-02-21 Thread Avi Cohen (A)
Thank you Olga This [make -j LDFLAGS=-libverbs] solved the build issue - good Now - back to the old issue - cannot add mellanox port to ovs : both with dpdk options:dpdk-devargs=mlx5_0 and options:dpdk-devargs=:04:00.0 - see log below. Also I cannot run pktgen on mlx port - see the

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 ;