[ovs-git] Open vSwitch: netdev-vport: Make netdev_vport_get_dpif_port() code less confusing. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jun 10 18:15:47 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  b1612a86b5cebc7f13f10fd5f5b084fcc4b80e49 (commit)
       via  5014a89d9388d800ee5909acbb23705bb93ac1fc (commit)
       via  e6603631d3c101620882adb29e34cb09b5234291 (commit)
      from  e956d63bd5195beb03e993c8b8ddb4e74d428f29 (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 b1612a86b5cebc7f13f10fd5f5b084fcc4b80e49
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b1612a86b5cebc7f13f10fd5f5b084fcc4b80e49
Author: Ben Pfaff <blp at nicira.com>
		
netdev-vport: Make netdev_vport_get_dpif_port() code less confusing.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 5014a89d9388d800ee5909acbb23705bb93ac1fc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5014a89d9388d800ee5909acbb23705bb93ac1fc
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Don't return static data in ofputil_packet_in_reason_to_string().
		
Returning a static data buffer makes code more brittle and definitely
not thread-safe, so this commit switches to using a caller-provided
buffer instead.

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


commit e6603631d3c101620882adb29e34cb09b5234291
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e6603631d3c101620882adb29e34cb09b5234291
Author: Ben Pfaff <blp at nicira.com>
		
odp-util: Avoid returning static data in ovs_key_attr_to_string().
		
Returning a static data buffer makes code more brittle and definitely
not thread-safe, so this commit switches to using a caller-provided
buffer instead.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ansis Atteka <aatteka at nicira.com>


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

Summary of changes:
 lib/netdev-vport.c |    7 ++-----
 lib/odp-util.c     |   31 +++++++++++++++++++++----------
 lib/ofp-actions.c  |    5 ++++-
 lib/ofp-print.c    |   12 +++++++++---
 lib/ofp-util.c     |   19 +++++++++++++------
 lib/ofp-util.h     |    6 +++++-
 6 files changed, 54 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list