Re: [ovs-discuss] [Open vSwitch 1.1.0-pre1] ovs-vsctl hangs with ovs-vsctl set-controller tcp:

2010-09-07 Thread Vishal Swarankar
Hi Ben, I just installed the latest available open vswitch from http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=snapshot;sf=tgz;h=HEAD. The asser issue is not coming, but if I use ovs-controller with --with-flows option, ovs-controller quits within few seconds with these logs. Sep 08 1

Re: [ovs-discuss] [Open vSwitch 1.1.0-pre1] ovs-vsctl hangs with ovs-vsctl set-controller tcp:

2010-09-07 Thread Ben Pfaff
OK, that's a known bug in that case. It was fixed soon after the release of 1.1.0-pre1. If you get the latest from Git "master", it will have that fix, and this will also be fixed in 1.1.0-pre2. On Tue, Sep 7, 2010 at 9:50 PM, Vishal Swarankar wrote: > I can find an assert assert(size <= ofpbuf

Re: [ovs-discuss] [Open vSwitch 1.1.0-pre1] ovs-vsctl hangs with ovs-vsctl set-controller tcp:

2010-09-07 Thread Vishal Swarankar
I can find an assert assert(size <= ofpbuf_headroom(b)) in ofpbuf.c in vswitcd logs. I will come up with more info. thnx On Wed, Sep 8, 2010 at 9:35 AM, Vishal Swarankar wrote: > My SUT crashed yesterday. Once it comes up, I will follow the same steps > again and post the logs here. > > thanks >

Re: [ovs-discuss] [Open vSwitch 1.1.0-pre1] ovs-vsctl hangs with ovs-vsctl set-controller tcp:

2010-09-07 Thread Vishal Swarankar
My SUT crashed yesterday. Once it comes up, I will follow the same steps again and post the logs here. thanks Vishal On Wed, Sep 8, 2010 at 9:25 AM, Ben Pfaff wrote: > On Tue, Sep 7, 2010 at 8:37 PM, Vishal Swarankar > wrote: > > I have tried this multiple time with Open vSwitch 1.1.0-pre1 (Se

Re: [ovs-discuss] flow control rules testing

2010-09-07 Thread Vishal Swarankar
Hi Todd, thanks for the help. I have few quick questions. 1) How did you add these flows ? i) using ovs-controller --with-flows command ii) using ovs-ofctl 2) In my understanding, ovs-ofctl adds rules directly to vswitch flow-table, instead of setting up flow-rules at NOX(ovs-controller). C

Re: [ovs-discuss] [Open vSwitch 1.1.0-pre1] ovs-vsctl hangs with ovs-vsctl set-controller tcp:

2010-09-07 Thread Ben Pfaff
On Tue, Sep 7, 2010 at 8:37 PM, Vishal Swarankar wrote: > I have tried this multiple time with Open vSwitch 1.1.0-pre1 (Sep 01/10 > release). > > Steps to repro: > > 1) follow INSTALL.LINUX steps to install vswitch ( ovsdb-server, > ovs-vswitchd is running and bridge is installed using ovs-vsctl )

[ovs-discuss] [Open vSwitch 1.1.0-pre1] ovs-vsctl hangs with ovs-vsctl set-controller tcp:

2010-09-07 Thread Vishal Swarankar
Hi, I have tried this multiple time with Open vSwitch 1.1.0-pre1 (Sep 01/10 release). Steps to repro: 1) follow INSTALL.LINUX steps to install vswitch ( ovsdb-server, ovs-vswitchd is running and bridge is installed using ovs-vsctl ). 2) Run ovs-controller on the same machine sudo ovs-contro

Re: [ovs-discuss] flow control rules testing

2010-09-07 Thread Todd Deshane
Hi Vishal, Some information below. On Tue, Sep 7, 2010 at 4:29 AM, Vishal Swarnkar wrote: > yeah, I was specific for flow rule setup part. In his post Todd mentioned > that he is going to test it later. So I was curious, if he has completed his > testing with flow setup. > I have done some earl

Re: [ovs-discuss] flow control rules testing

2010-09-07 Thread Vishal Swarnkar
yeah, I was specific for flow rule setup part. In his post Todd mentioned that he is going to test it later. So I was curious, if he has completed his testing with flow setup. > http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-May/000716.html > >>For my research, I need to do some tes