[ovs-git] Open vSwitch: ofproto: Report controller rate limiting statistics in database. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jul 17 18:05:04 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  a413195ecede139380166065bf42699b3c002acd (commit)
       via  ff92993540bf668411249408c694047955900758 (commit)
       via  f5ad2e5fdc7fded3dd836c974121c703290ead32 (commit)
       via  c946befe2ddccc6b103bc20519999ad1c033806d (commit)
       via  9f90ed907821f0c5e81a28a7a4f31646d6804f87 (commit)
      from  bacdb85ad82f981697245eefb40a3b360cfe379b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a413195ecede139380166065bf42699b3c002acd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a413195ecede139380166065bf42699b3c002acd
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Report controller rate limiting statistics in database.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


commit ff92993540bf668411249408c694047955900758
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ff92993540bf668411249408c694047955900758
Author: Ben Pfaff <blp at nicira.com>
		
smap: New function smap_add_nocopy().
		
An upcoming commit will add a caller that needs to format both the key and
the value.  That isn't cleanly possible with the current interface.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


commit f5ad2e5fdc7fded3dd836c974121c703290ead32
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f5ad2e5fdc7fded3dd836c974121c703290ead32
Author: Ben Pfaff <blp at nicira.com>
		
Simplify ofproto_controller_info by using a struct smap in place of array.
		
The only client for ofproto_controller_info was transforming the array of
pairs into an smap anyway.  It's easy for the code that fills in the array
to generate it as an smap directly, and it's also easier to extend later.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


commit c946befe2ddccc6b103bc20519999ad1c033806d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c946befe2ddccc6b103bc20519999ad1c033806d
Author: Ben Pfaff <blp at nicira.com>
		
pinsched: Report queued packet count correctly.
		
'n_txq' was initialized to 0 and never modified, so pinsched_count_txqlen()
always returned 0.  Instead, return the correct number.

This only affected the results of "ovs-appctl memory/show", and only if
controller rate limiting was turned on, so it is not a serious bug.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


commit 9f90ed907821f0c5e81a28a7a4f31646d6804f87
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9f90ed907821f0c5e81a28a7a4f31646d6804f87
Author: Ben Pfaff <blp at nicira.com>
		
vswitch.xml: Fix typo in documentation.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 NEWS                 |    1 +
 lib/smap.c           |   11 ++++-
 lib/smap.h           |    3 +-
 ofproto/connmgr.c    |   53 +++++++++++++++--------
 ofproto/ofproto.h    |    8 +---
 ofproto/pinsched.c   |   25 ++++++-----
 ofproto/pinsched.h   |   11 ++++-
 vswitchd/bridge.c    |   12 +-----
 vswitchd/vswitch.xml |  114 +++++++++++++++++++++++++++++++++++++++-----------
 9 files changed, 163 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list