[ovs-git] Open vSwitch: lib/hash: Abstract hash interface. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 4 15:04:38 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  33c6a1b9d4584afc0ac89b25edf666000ad938a7 (commit)
      from  9f361d6b29fb88080e203be3a41b6abbc4351612 (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 33c6a1b9d4584afc0ac89b25edf666000ad938a7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=33c6a1b9d4584afc0ac89b25edf666000ad938a7
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
lib/hash: Abstract hash interface.
		
Use generic names hash_add() and hash_finish() instead of mhash_*
equivalents.  This makes future changes to hash implentations more
localized.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/classifier.c  |   24 ++++++++++++------------
 lib/cmap.c        |    2 +-
 lib/flow.c        |   24 ++++++++++++------------
 lib/hash.c        |   12 ++++++------
 lib/hash.h        |   14 ++++++++++++--
 ofproto/netflow.c |   18 +++++++++---------
 6 files changed, 52 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list