Update: I noticed that the call to api.send_msg with a Barrier Message wasn't blocking at all. It was blocking in the next call for an OFPFlowMod.
But I still receive the "unknown barrier xid 103043043" at the logs. What is going on? Is my application really waiting for the Barrier Message Reply before advancing? Carlos On 13 October 2017 at 17:12, Carlos Ferreira <carlosmf...@gmail.com> wrote: > Hello > > I'm trying to use the Ryu synchrounous API to send and wait for the > execution of a Barrier message. > > I'm using the same implementation presented in: > http://ryu.readthedocs.io/en/latest/app/ofctl.html#ryu.app.ofctl.api.send_msg > > For some reason unknown to me, calling > > "api.send_msg(myRyuApp, ofp_parser.OFPBarrierRequest(datapath), > reply_cls=ofp_parser.OFPBarrierReply)" > > will lock and not return, while at the console, a "unknown barrier xid > 103043043" will be printed. > > Am I calling api.send_msg correctly? > > Thank you for the assistance > Carlos Ferreira ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel