On Wed, May 23, 2018 at 5:15 PM, Ben Pfaff <[email protected]> wrote: > > On Sat, May 19, 2018 at 02:25:05PM -0700, Han Zhou wrote: > > ovn-controller abort was found in pinctrl_run() when debugging > > an occasional test case failure of: > > ovn-controller.at: Chassis external-id > > Thanks a lot. I think I understand the problem now. > > I think that the approach that this patch takes is a bit difficult to > maintain because it relies on every bit of code that needs to send a > message checking the OpenFlow version, even if it's been checked earlier > that the connection is up. > > I sent a patch for another approach that seems to me to be easier to > maintain: > https://patchwork.ozlabs.org/patch/919461/ > What do you think?
Great! I was not satisfied with my approach either - it was just better than having crash. Your patch would avoid potential problem for future. Thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
