[ovs-git] Open vSwitch: test-classifier: add ovs_assert to prevent warning (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jun 24 21:04:43 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  c424c2f734af8e59e8f5a6e6c623dfc990d58eb5 (commit)
       via  f1457c26fb2ea5379302bb18a5f27eec21613d53 (commit)
       via  451450fa4bdf60bdcf625fe89a432d7df208938b (commit)
      from  42165119992397504f409390003e143225ca59a4 (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 c424c2f734af8e59e8f5a6e6c623dfc990d58eb5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c424c2f734af8e59e8f5a6e6c623dfc990d58eb5
Author: Daniele Di Proietto <ddiproietto at vmware.com>
		
test-classifier: add ovs_assert to prevent warning
		
GCC 4.9.0 triggers a warning (array-bounds) while compiling test-classifier.c
This commit introduces an assertion that suppresses the warning.

Signed-off-by: Daniele Di Proietto <ddiproietto at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit f1457c26fb2ea5379302bb18a5f27eec21613d53
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f1457c26fb2ea5379302bb18a5f27eec21613d53
Author: Thomas Graf <tgraf at noironetworks.com>
		
ofp-parse: Correctly parse actions= in group bucket
		
Make the parser compatible with how we print group buckets and allow
actions= to be specified, e.g.:

 group_id=1,type=all,bucket=actions=output:2,bucket=actions=output:3

Also, better document the supported syntax in the manual page and
cover both syntax formats in the unit test.

Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 451450fa4bdf60bdcf625fe89a432d7df208938b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=451450fa4bdf60bdcf625fe89a432d7df208938b
Author: Ben Pfaff <blp at nicira.com>
		
netdev-dpdk: Coding style improvements.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Pritesh Kothari <pritesh.kothari at cisco.com>


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

Summary of changes:
 lib/netdev-dpdk.c        |    7 ++++---
 lib/ofp-parse.c          |    6 ++++++
 tests/ofproto.at         |    3 ++-
 tests/test-classifier.c  |    3 +++
 utilities/ovs-ofctl.8.in |    6 ++++--
 5 files changed, 19 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list