[ovs-git] Open vSwitch: ofproto-dpif: Keep track of exact-match flow info (master)

dev at openvswitch.org dev at openvswitch.org
Wed Mar 27 23:01:28 UTC 2013


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  655ab909c455de622963b14ad8de4feb3c3f56e3 (commit)
      from  d56748e8b43e180b966df641caf8767782e6b2f3 (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 655ab909c455de622963b14ad8de4feb3c3f56e3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=655ab909c455de622963b14ad8de4feb3c3f56e3
Author: Andy Zhou <azhou at nicira.com>
		
ofproto-dpif: Keep track of exact-match flow info
		
This patch adds more flow related stats to the output of
"ovs-appctl dpif/show".  Specifically, the follow information
are added per ofproto:

- Max flow table size
- Average flow table size
- Average flow table add rate
- Average flow table delete rate
- Average flow entry life in milliseconds

Feature #15366

Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif.c |  178 +++++++++++++++++++++++++++++++++++++++++++++++-
 tests/ofproto-dpif.at  |   44 +++++++++++--
 tests/tunnel.at        |   39 +++++++----
 3 files changed, 241 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list