Re: [ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2014-09-15 Thread Yi Zhang
I am testing OVS bonding in active-backup mode (eth1 and eth2). However I am seeing packets being TX from both eth1 and eth2. That is not what I would expect. Any help would be appreciated. [root@kvm1 network-scripts]# ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 1.9.3 Compiled Sep 14

Re: [ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2014-09-15 Thread Yi Zhang
u sending your question as a reply to a thread from 2012? > >> On Mon, Sep 15, 2014 at 09:50:42PM -0500, Yi Zhang wrote: >> I am testing OVS bonding in active-backup mode (eth1 and eth2). >> However I am seeing packets being TX from both eth1 and eth2. That is >> not wha

Re: [ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2014-09-15 Thread Yi Zhang
PM, Ben Pfaff wrote: > > Why are you sending your question as a reply to a thread from 2012? > >> On Mon, Sep 15, 2014 at 09:50:42PM -0500, Yi Zhang wrote: >> I am testing OVS bonding in active-backup mode (eth1 and eth2). >> However I am seeing packets being TX fro

Re: [ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2014-09-15 Thread Yi Zhang
eceived on some > other interface and being sent out bond0? > >> On Mon, Sep 15, 2014 at 10:36:43PM -0500, Yi Zhang wrote: >> The test traffic was sent to bond0. Traffic appears to be received >> from active eth1 and backup eth2. This means the backup eth2 >> respond

Re: [ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2014-09-15 Thread Yi Zhang
Host (eth1 and eth2) <=== external-switch <--- test.traffic Sent from my iPhone > On Sep 15, 2014, at 10:58 PM, Ben Pfaff wrote: > > Where does the traffic forwarded to bond0 come from, and how is it > forwarded to the bond? > >> On Mon, Sep 15, 2014 at 10:44:50PM

[ovs-dev] Valid use case?

2014-09-16 Thread Yi Zhang
I have a 2x NIC (eth0 & eth1) KVM topology that utilize OVS. We need OVS bridge to use active-standby bonding mode for the VLANs to the VMs. And on top of that we want to use dot1q vlan interfaces (like eth0.10 and eth1.11) for iSCSI storage traffic. I know this setup is supported in the lega