[ovs-git] Open vSwitch: packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 12 23:26:41 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  ed36537ebf48108accf21a8aa073279eceeafa98 (commit)
      from  401d5a6d16438ceb2e09c19677b97504593b4b51 (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 ed36537ebf48108accf21a8aa073279eceeafa98
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ed36537ebf48108accf21a8aa073279eceeafa98
Author: Ben Pfaff <blp at nicira.com>
		
packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.
		
An ovs_be32 is a more obvious way to represent an IP address than a
pointer to one.  It is also more type-safe, especially since "sparse" is
able to check that the argument is in network byte order.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/netdev-linux.c   |    2 +-
 lib/netdev-vport.c   |    4 ++--
 lib/odp-util.c       |   10 +++++-----
 lib/ofp-actions.c    |    4 ++--
 lib/ofp-print.c      |    2 +-
 lib/packets.c        |    4 ++--
 lib/packets.h        |   14 +++++---------
 lib/socket-util.c    |    2 +-
 lib/stream-ssl.c     |    4 ++--
 lib/stream-tcp.c     |    4 ++--
 ofproto/in-band.c    |    6 +++---
 tests/test-netflow.c |    4 ++--
 vswitchd/bridge.c    |    4 ++--
 13 files changed, 30 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list