[ovs-git] Open vSwitch: ofp-print: Improve OFPST_FLOW stats reply printing. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Dec 9 01:14:59 UTC 2010


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  05abb769d32d440dbd521e99484d8418f95431bd (commit)
       via  bbc32a883f790a331b412eecc6de4b7cdf1e63cb (commit)
       via  2013493bd66415216730a51534480eb7fd465133 (commit)
       via  dab45bfd5748e7d871ae312df6e9b7ce89a8f46c (commit)
      from  3080205e8f8c812a61f0825a5f83dbd7439fab31 (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 05abb769d32d440dbd521e99484d8418f95431bd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=05abb769d32d440dbd521e99484d8418f95431bd
Author: Ben Pfaff <blp at nicira.com>
		
ofp-print: Improve OFPST_FLOW stats reply printing.
		
This fixes the spacing and prints the priority included in the message
instead of the implicit priority.


commit bbc32a883f790a331b412eecc6de4b7cdf1e63cb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bbc32a883f790a331b412eecc6de4b7cdf1e63cb
Author: Ben Pfaff <blp at nicira.com>
		
Use ofpbuf_pull() instead of ofpbuf_try_pull() where it is valid.
		
In each of these cases, we know that the buffer is long enough to pull
the header because ofputil_decode_msg_type() already checked for us.


commit 2013493bd66415216730a51534480eb7fd465133
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2013493bd66415216730a51534480eb7fd465133
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Use ofpbuf_use_const() in a few more places.
		


commit dab45bfd5748e7d871ae312df6e9b7ce89a8f46c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=dab45bfd5748e7d871ae312df6e9b7ce89a8f46c
Author: Ben Pfaff <blp at nicira.com>
		
ofp-print: Verify size of OFPAT_ENQUEUE actions.
		
This fixes a bug, although not a very serious one.


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

Summary of changes:
 lib/ofp-print.c   |   10 +++++++---
 lib/ofp-util.c    |   24 ++++++------------------
 ofproto/ofproto.c |   15 +++------------
 3 files changed, 16 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list