[ovs-git] Open vSwitch: ofproto: Report nonexistent ports and queues as errors in queue stats. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 27 21:31:46 UTC 2012


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  0414d1587788244b54455e8bc3b7ce87d45fdebe (commit)
       via  a76150b18b28addfc39f8900a74c2eceaf8c69da (commit)
      from  4232ef7755c2c791c398bddfadc62b1e6bcb82e4 (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 0414d1587788244b54455e8bc3b7ce87d45fdebe
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0414d1587788244b54455e8bc3b7ce87d45fdebe
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Report nonexistent ports and queues as errors in queue stats.
		
Until now, Open vSwitch has ignored missing ports and queues in most cases
in queue stats requests, simply returning an empty set of statistics.
It seems that it is better to report an error, so this commit does this.

Reported-by: Prabina Pattnaik <Prabina.Pattnaik at nechclst.in>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit a76150b18b28addfc39f8900a74c2eceaf8c69da
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a76150b18b28addfc39f8900a74c2eceaf8c69da
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Fix handling of unexpected replies in dump_stats_transaction().
		
dump_stats_transaction() ignored errors and other non-stats replies to
its request and would continue to wait forever.  This fixes the problem.

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


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

Summary of changes:
 AUTHORS               |    1 +
 NEWS                  |    4 ++++
 ofproto/ofproto.c     |   28 ++++++++++++++++++----------
 tests/ofproto.at      |    8 ++++++++
 utilities/ovs-ofctl.c |   16 +++++++++++++---
 5 files changed, 44 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list