On Thu, 25 Apr 2013 16:05:48 +0900
YAMAMOTO Takashi <[email protected]> wrote:

> 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

Applied, thanks.

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to