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

2018-02-20 Thread Avi Cohen (A)
Thank you Olga What I'm trying to do is to run ovs-dpdk w connectx4 card, I don't care about the versions but only try to find a combination of versions (dpdk/ovs/kernel) that is working. As you've suggested, now I'm working with dpdk.17.05 (ovs 2.8.1) . I'm following the http://dpdk.org/doc/g

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

2018-02-20 Thread Olga Shern
Looks like you didn't install MLNX_OFED ir something wrong with your installation, the following file is missing: /usr/include/infiniband/mlx5_hw.h What OFED did you install and how? -Original Message- From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Tuesday, February 20, 2018

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

2018-02-20 Thread Avi Cohen (A)
Olga I have OFED - MLNX_OFED_LINUX-4.2-1.2.0.0-ubuntu16.04-x86_64 I install it like this : ./mlnxofedinstall --force --dpdk --upstream-libs NOTE that I don't have this problem with dpdk.17.11/ dpdk.18.02 Best Regards Avi > -Original Message- > From: Olga Shern [mailto:ol...@mellanox

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

2018-02-20 Thread Olga Shern
Avi, Every DPDK version has specific MLNX_OFED that is supports: If you will follow the instruction that I sent to you will see that: Mellanox OFED version should be 4.0-2.0.0.0 and installation should be ./mlnxofedinstall http://dpdk.org/doc/guides-17.05/nics/mlx5.html Now, you can stay w

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

2018-02-20 Thread Avi Cohen (A)
Thank you Olga Now dpdk build is ok but ovs build fail because of ibv* undefined reference /home/avi/dpdk-stable-17.05.2/x86_64-native-linuxapp-gcc/lib/librte_pmd_mlx5.a(mlx5.o): In function `mlx5_dev_close': /home/avi/dpdk-stable-17.05.2/drivers/net/mlx5/mlx5.c:195: undefined reference to `i

Re: [ovs-discuss] OVS doesn't apply action in packet_out message

2018-02-20 Thread Ben Pfaff
On Mon, Feb 19, 2018 at 06:31:20PM -0500, S hj wrote: > I have some OVSs connected to ONOS controller. > OVS1---OVS2OVS3 > > when OVS1 wants to send packets to OVS3, OVS2 sends packet_in messages to > the controller including ARP message and ONOS sends packet_out messages > contain OFPP_FLOOD

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-20 Thread Ben Pfaff
On Mon, Feb 19, 2018 at 11:33:11AM +0100, Daniel Alvarez Sanchez wrote: > @Han, I can try rebase the patch if you want but that was > basically renaming the Address_Set table and from Ben's > comment, it may be better to keep the name. Not sure, > however, how we can proceed to address Lucas' point

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-20 Thread Han Zhou
On Tue, Feb 20, 2018 at 8:15 AM, Ben Pfaff wrote: > > On Mon, Feb 19, 2018 at 11:33:11AM +0100, Daniel Alvarez Sanchez wrote: > > @Han, I can try rebase the patch if you want but that was > > basically renaming the Address_Set table and from Ben's > > comment, it may be better to keep the name. No

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

2018-02-20 Thread Olga Shern
How do you compile OVS? -Original Message- From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Tuesday, February 20, 2018 1:39 PM To: Olga Shern ; ovs-discuss@openvswitch.org Cc: Erez Ferber Subject: RE: [ovs-discuss] OvS build (w DPDK) failed - Undefined Mellanox references Thank

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-20 Thread Lucas Alvares Gomes
Hi, On Tue, Feb 20, 2018 at 4:56 PM, Han Zhou wrote: > > > On Tue, Feb 20, 2018 at 8:15 AM, Ben Pfaff wrote: >> >> On Mon, Feb 19, 2018 at 11:33:11AM +0100, Daniel Alvarez Sanchez wrote: >> > @Han, I can try rebase the patch if you want but that was >> > basically renaming the Address_Set table

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-20 Thread Daniel Alvarez
> On 20 Feb 2018, at 19:50, Lucas Alvares Gomes wrote: > > Hi, > >> On Tue, Feb 20, 2018 at 4:56 PM, Han Zhou wrote: >> >> >>> On Tue, Feb 20, 2018 at 8:15 AM, Ben Pfaff wrote: >>> On Mon, Feb 19, 2018 at 11:33:11AM +0100, Daniel Alvarez Sanchez wrote: @Han, I can try rebase th

[ovs-discuss] Open vSwitch 2.9.0 and 2.8.2 Available

2018-02-20 Thread Justin Pettit
The Open vSwitch team is pleased to announce the release of Open vSwitch 2.9.0: http://openvswitch.org/releases/openvswitch-2.9.0.tar.gz A few other feature highlights of 2.9.0 include: - No longer slow-path traffic that is sent to a controller. - The DPDK version of OVS adds support for DPD

Re: [ovs-discuss] [Ryu-devel] Meter Table Support in Openvswitch

2018-02-20 Thread Iwase Yusuke
Hi Suresh and Thanks Yi! FYI, Ryu provides "OpenFlow Switch Test Tool" for testing whether your switch support the features of OpenFlow including the Meter. This tool is one of the built-in application of Ryu and easy to start using. http://osrg.github.io/ryu-book/en/html/switch_test_tool.html T