I received a request to report statistics on Open vSwitch rate-limiting of
packet-ins to OpenFlow controllers.  This series implements that feature.

Ben Pfaff (5):
  vswitch.xml: Fix typo in documentation.
  pinsched: Report queued packet count correctly.
  Simplify ofproto_controller_info by using a struct smap in place of
    array.
  smap: New function smap_add_nocopy().
  ofproto: Report controller rate limiting statistics in database.

 NEWS                 |    1 +
 lib/smap.c           |   11 ++++-
 lib/smap.h           |    3 +-
 ofproto/connmgr.c    |   53 +++++++++++++++--------
 ofproto/ofproto.h    |    8 +---
 ofproto/pinsched.c   |   23 +++++-----
 ofproto/pinsched.h   |   11 ++++-
 vswitchd/bridge.c    |   10 +----
 vswitchd/vswitch.xml |  114 +++++++++++++++++++++++++++++++++++++++-----------
 9 files changed, 162 insertions(+), 72 deletions(-)

-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to