Re: [ovs-discuss] Duplicate multicast packets

2016-11-04 Thread O'Reilly, Darragh
&& mrouter->vlan == vlan) { xlate_report(ctx, "forwarding to mcast router port"); output_normal(ctx, mcast_xbundle, vlan); } else if (!mcast_xbundle) { Thanks, Darragh. > -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.

[ovs-discuss] Duplicate multicast packets

2016-11-03 Thread O'Reilly, Darragh
Hi, I'm running OVS 2.5.0 @be3f39c94, and I see duplicate multicast packets in the following scenario. # ovs-vsctl add-br br0 # ovs-vsctl add-port br0 bond1 # ovs-vsctl set Bridge br0 mcast_snooping_enable=true # ovs-vsctl set Bridge br0 other_config:mcast-snooping-disable-flood-unregistered=t

Re: [ovs-discuss] MTU size on Open vSwitch internal Bridge Ports

2016-09-12 Thread O'Reilly, Darragh
When these are OVS patch ports you don’t need to worry about their MTU – packets don’t actually flow through patch ports. In the past there was an option to use veth pairs between bridges and there was a parameter called veth_mtu. https://github.com/openvswitch/ovs/blob/master/FAQ.md#q-how-do-

Re: [ovs-discuss] OVS Configuration problem

2016-08-19 Thread O'Reilly, Darragh
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of jaafar > BENDRISS > Sent: 18 August 2016 10:28 > To: b...@openvswitch.org > Subject: [ovs-discuss] OVS Configuration problem > > I have a VM spawned in Openstack. I want in this VM to reach Internet via an > OVS switch. > The

Re: [ovs-discuss] Packets drops in OVS switch

2016-06-02 Thread O'Reilly, Darragh
It's not clear that your problem is to do with dropped packets. Your ifconfig is showing dropped packets for interface vmbr1. This is the internal interface on bridge vmbr1 - I don't think you are using it. I see the same on my systems that are working fine.

Re: [ovs-discuss] Packets drops in OVS switch

2016-06-01 Thread O'Reilly, Darragh
> Using open vswitches v.2.5.0 with virtualization on Linux/KVM and having > random issues with cross VMs talk and wondering about increasing drops seen on > the switch it self on my hypervisor nodes when similar drops are not really > seen on any VM ports or the physical ports. Run top on the ho

Re: [ovs-discuss] Performance evaluation of MPLS in OVS

2016-06-01 Thread O'Reilly, Darragh
> I am running OVS 2.5v built on linux Kernel 4.3, my scenario is a 3 hops > architecture(PUSH-SWAP-POP), but with MPLS flows I am getting an end-to -end > throughput of 845Kb/s over a 1Gb/s NIC, while with normal IP flows I get > 860Mb/s. I would appreciate if any one can share with me his or her

Re: [ovs-discuss] replicated multicast traffic

2016-05-23 Thread O'Reilly, Darragh
> Thanks Darragh. Are you aware of an implementation that treats multicast > traffic properly?  I don't, but I didn't research other plugins. With ML2/OVS we used VLAN provider networks and let the physical network manage multicast between physical nodes. ___

Re: [ovs-discuss] replicated multicast traffic

2016-05-23 Thread O'Reilly, Darragh
> I have an openstack setup using ml2/ovs/vxlan. While sending multicast > traffic on one VM, I am seeing packets being replicated to many > hypervisors via VXLAN tunnels, although I only have a couple of > receiver VMs on a couple of hypervisors. Is this expected? yes - the neutron-openvswitch-a

Re: [ovs-discuss] IGMP packets dropped

2016-05-10 Thread O'Reilly, Darragh
> I think I see the problem. Please try the following patch in addition to the > previous one: Thanks Ben - that fixes it. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] IGMP packets dropped

2016-05-09 Thread O'Reilly, Darragh
> I sent out a patch for formal review: >http://openvswitch.org/pipermail/dev/2016-May/070666.html Thanks Ben. I tested on master and it fixes the mdb problem. The next problem is that any existing flows don't seem to get updated or invalidated after the mdb gets another entry for a grou

Re: [ovs-discuss] IGMP packets dropped

2016-05-05 Thread O'Reilly, Darragh
> Does the following patch make a difference? Yes it does - thanks. But now we have another problem when the video app restarts. Still trying to pin it down. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discu

[ovs-discuss] IGMP packets dropped

2016-04-26 Thread O'Reilly, Darragh
Hi, We have an application that we need to be able to restart quickly. It listens on a multicast address, so a restart causes IGMPv3 leave packets to be sent and join packets soon after. OVS250 receives the leave packet and removes the entry from the mdb, but ignores the join and the entry does