Re: [ovs-discuss] ovs bonding and flows for both physical nic.

2013-10-22 Thread Ben Pfaff
On Tue, Oct 22, 2013 at 09:58:26PM +0530, ananthan wrote: > Some vms are facing packet loss ~40% ,i am trying to understand why its > happening,(*lost: *field is 0) > > As mentioned in the early mail,*used* counter for both drop action and vlan > action is increasing: > > *in_port(2),*eth(src=00:2

Re: [ovs-discuss] ovs bonding and flows for both physical nic.

2013-10-22 Thread ananthan
thanks for the reply Ben, Some vms are facing packet loss ~40% ,i am trying to understand why its happening,(*lost: *field is 0) As mentioned in the early mail,*used* counter for both drop action and vlan action is increasing: *in_port(2),*eth(src=00:26:0a:24:b0:00,dst=fe:34:37:a3:fd:9d),eth_typ

Re: [ovs-discuss] ovs bonding and flows for both physical nic.

2013-10-21 Thread Ben Pfaff
On Mon, Oct 21, 2013 at 10:25:50PM +0530, ananthan wrote: > For some guest there is packet loss,can this be because of this drop action > in eth0, its "*used"* value is also getting updated. > > in_port(2),eth(src=00:26:0a:24:b0:00,dst=ff:ff:ff:ff:ff:ff),eth_type(0x8100),vlan(vid=32,pcp=0),encap(e

Re: [ovs-discuss] ovs bonding and flows for both physical nic.

2013-10-21 Thread ananthan
Thanks Ben for the reply, For some guest there is packet loss,can this be because of this drop action in eth0, its "*used"* value is also getting updated. in_port(2),eth(src=00:26:0a:24:b0:00,dst=ff:ff:ff:ff:ff:ff),eth_type(0x8100),vlan(vid=32,pcp=0),encap(eth_type(0x0806),arp(sip=15.x.x.130,tip

Re: [ovs-discuss] ovs bonding and flows for both physical nic.

2013-10-21 Thread Ben Pfaff
On Mon, Oct 21, 2013 at 07:27:59PM +0530, ananthan wrote: > But Why there are flows for in_port(2) when bonding shows active-backup? OVS can't control what packets come in on an interface. > All the flows for in_port(2) shows action as drop,what is the need of these > flows? OVS has to do somet

[ovs-discuss] ovs bonding and flows for both physical nic.

2013-10-21 Thread ananthan
Hi, i have ovs bond bond0 with eth0 and eth1 connected to it *ovs-appctl bond/list* bond type slaves bond0 active-backup eth0, eth1 *ovs-appctl bond/show bond0* bond_mode: active-backup bond-hash-basis: 0 updelay: 31000 ms downdelay: 200 ms lacp_negotiated: false slave eth0: enabled may_ena