Re: [ovs-discuss] warning messages regarding buffer space and unknown buffer

2012-04-23 Thread Ben Pfaff
On Mon, Apr 23, 2012 at 03:54:09PM +0600, junaid khalid wrote: > 1) Apr 23 13:19:27|00019|dpif|WARN|system@br0: recv failed (No buffer space > available) Packets are arriving at your interfaces faster than ovs-vswitchd can set up flows. What traffic is going through the switch? > 2) Apr 23 13:19

Re: [ovs-discuss] STP Support

2012-04-23 Thread Luca Prete
it can be enabled with *ovs-vsctl -- clear Bridge br0 sflow* *802.1D Spanning Tree Protocol (STP)* Configure bridge *br0* to participate in an 802.1D spanning tree: *ovs-vsctl set Bridge br0 stp_enable=true* Set the bridge priority of *br0* to 0x780

Re: [ovs-discuss] STP Support

2012-04-23 Thread Ben Pfaff
On Mon, Apr 23, 2012 at 09:50:20AM -0700, Justin Pettit wrote: > On Apr 23, 2012, at 9:22 AM, Ben Pfaff wrote: > > > On Mon, Apr 23, 2012 at 11:18:07AM +0200, Luca Prete wrote: > >> Does anyone know if OVS return the OFPC_STP bit in the capabilities > >> field when STP is activated? > > > > I thi

Re: [ovs-discuss] STP Support

2012-04-23 Thread Justin Pettit
On Apr 23, 2012, at 9:22 AM, Ben Pfaff wrote: > On Mon, Apr 23, 2012 at 11:18:07AM +0200, Luca Prete wrote: >> Does anyone know if OVS return the OFPC_STP bit in the capabilities >> field when STP is activated? > > I think that it doesn't. Perhaps it should. You're right; this looks like an ove

Re: [ovs-discuss] STP Support

2012-04-23 Thread Ben Pfaff
On Mon, Apr 23, 2012 at 11:18:07AM +0200, Luca Prete wrote: > Does anyone know if OVS return the OFPC_STP bit in the capabilities > field when STP is activated? I think that it doesn't. Perhaps it should. ___ discuss mailing list discuss@openvswitch.org

Re: [ovs-discuss] STP Support

2012-04-23 Thread Justin Pettit
On Apr 23, 2012, at 3:09 AM, Luca Prete wrote: > I would like to know also if it is possible to know who is the root bridge > and which the root/designed ports areā€¦. Yes. Look at the keys that begin with "stp_" in the "status" column of the ovs-vswitchd.conf.db man page for the Bridge and Inte

Re: [ovs-discuss] warning messages regarding buffer space and unknown buffer

2012-04-23 Thread junaid khalid
Just to add, we are not rate limiting the log messages. On Mon, Apr 23, 2012 at 3:54 PM, junaid khalid < junaid.kha...@seecs.nust.edu.pk> wrote: > Hi, > > We are getting the following warnings while using OVS. > > 1) Apr 23 13:19:27|00019|dpif|WARN|system@br0: recv failed (No buffer > space avail

Re: [ovs-discuss] STP Support

2012-04-23 Thread Luca Prete
I would like to know also if it is possible to know who is the root bridge and which the root/designed ports are With ovs-ofctl show br0 I just see BLOCK or FORWARD Thankyou, LP Il 23/04/2012 11:18, Luca Prete ha scritto: Goodmorning, Does anyone know if OVS return the OFPC_STP bit in

[ovs-discuss] warning messages regarding buffer space and unknown buffer

2012-04-23 Thread junaid khalid
Hi, We are getting the following warnings while using OVS. 1) Apr 23 13:19:27|00019|dpif|WARN|system@br0: recv failed (No buffer space available) 2) Apr 23 13:19:37|00033|pktbuf|WARN|cookie mismatch: 01fa != 02fa Apr 23 13:19:37|00034|connmgr|INFO|br0<->tcp:127.0.0.1:6633: sending type

[ovs-discuss] STP Support

2012-04-23 Thread Luca Prete
Goodmorning, Does anyone know if OVS return the OFPC_STP bit in the capabilities field when STP is activated? ThankYou, LP ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss