Re: [ovs-discuss] [ovs-dev] Does OVS 2.4 support MPLS over VXLAN?

2015-12-04 Thread Pravin Shelar
On Fri, Dec 4, 2015 at 11:03 AM, Cathy Zhang wrote: > Hi, > > We have been using OVS 2.3 in our SFC development and testing and it supports > MPLS over VXLAN. Now when we switched to OVS 2.4, it seems MPLS over VXLAN > does not work. We are not sure if it is due to that OVS2.4 does not support

Re: [ovs-discuss] Changing FLOW_MAX_MPLS_LABELS

2015-12-04 Thread Seyed Hossein Mortazavi
Nevermind, I just kept increased it 4 bytes at a time until it worked(compiled) at 232. BUILD_ASSERT_DECL(offsetof(struct flow, igmp_group_ip4) + sizeof(uint32_t) == sizeof(struct flow_tnl) + 232 && FLOW_WC_SEQ == 31); On Thu, Dec 3, 2015 at 3:53 PM, Seyed Hossein Mortazavi < mortaz...@ualberta.

Re: [ovs-discuss] [announce] driverctl: utility for persistent alternative driver binding

2015-12-04 Thread Gray, Mark D
I welcome this initiative, one question below: > -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Panu > Matilainen > Sent: Friday, December 4, 2015 10:54 AM > To: d...@dpdk.org; us...@dpdk.org; d...@openvswitch.org; > discuss@openvswitch.org > Subje

[ovs-discuss] 答复: OVS mirror performance problem?

2015-12-04 Thread lifuqiong
There are two famous companies are using OVS in my private cloud enviroment, one of them don't allow us making mirror using select-all option, and VMs over ovs will drop package sharply when flow is more than 600 KBPS;the other company just allow almost 4 mirror source ports to an output port, a

[ovs-discuss] [announce] driverctl: utility for persistent alternative driver binding

2015-12-04 Thread Panu Matilainen
Hi all, While this is not directly related to DPDK or OVS, it is potentially useful for users of both, so excuse me for cross-posting. Quoting from the project README (for the full text see http://laiskiainen.org/git/?p=driverctl.git;a=blob_plain;f=README) > driverctl is a tool for manipulati