changes from the previous version: a bug in event.wait and an associated unit test update.
YAMAMOTO Takashi (3): add a threading hub module sweep the tree to change from gevent to ryu.lib.hub ovs.poller: workaround a bug in eventlet bin/ryu-manager | 11 +- ryu/app/quantum_adapter.py | 4 - ryu/app/simple_vlan.py | 4 +- ryu/app/tunnel_port_updater.py | 10 +- ryu/app/wsgi.py | 4 +- ryu/base/app_manager.py | 10 +- ryu/contrib/ovs/poller.py | 13 +++ ryu/controller/controller.py | 15 ++- ryu/lib/hub.py | 122 ++++++++++++++++++++ ryu/lib/ofctl_v1_0.py | 8 +- ryu/lib/ofctl_v1_2.py | 8 +- ryu/lib/ovs/vsctl.py | 4 +- ryu/tests/integrated/test_of_config.py | 4 +- ryu/tests/unit/lib/test_hub.py | 199 +++++++++++++++++++++++++++++++++ ryu/topology/dumper.py | 43 ++++--- ryu/topology/switches.py | 14 +-- setup.cfg | 2 +- tools/pip-requires | 2 +- 18 files changed, 401 insertions(+), 76 deletions(-) create mode 100644 ryu/lib/hub.py create mode 100644 ryu/tests/unit/lib/test_hub.py -- 1.8.0.1 ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel