On Thu, Dec 06, 2012 at 08:36:27AM -0800, Ben Pfaff wrote: > On Wed, Dec 05, 2012 at 05:20:02PM -0800, Justin Pettit wrote: > > Commit acf608 (ofproto-dpif: Use a single underlying datapath across > > multiple bridges.) broke connectivity to userspace datapath devices. > > The code assumed the first caller to open a tap device with > > netdev_linux_open() wanted to write to it. This commit moves that logic > > to when netdev_linux_listen() is called. > > > > Thanks to Ben Pfaff for helping debug the issue. > > > > Signed-off-by: Justin Pettit <[email protected]> > > Reported-by: Simon Horman <[email protected]> > > Looks good to me. > > Simon, does this solve your problem?
Yes, it does solve the problem I observed. Tested-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
