Re: [ovs-dev] ofport_open and alloc_ofp_port

2014-11-25 Thread Ben Pfaff
On Thu, Nov 20, 2014 at 12:38:47PM -0800, Prashanth Mundkur wrote: > I'm able to resolve the assert with the following patch to > ofproto.c:ofport_open(): > > diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c > index 653b2a8..48ceff7 100644 > --- a/ofproto/ofproto.c > +++ b/ofproto/ofproto.c > @@

[ovs-dev] ofport_open and alloc_ofp_port

2014-11-20 Thread Prashanth Mundkur
Hi, I'm trying to port OvS to a prototype fpga switch by implementing the netdev and ofproto interfaces. I'm running into a crash (with a reasonably recent master branch) when I run the second command below (with no flow-tables configured or packets flowing): ovs-vsctl add-br br0 -- set bridge