2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Raju Subramanian
e0edde6fee Global replace of Nicira Networks.
Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc.

Feature #10593
Signed-off-by: Raju Subramanian <rsubramanian@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-05-02 17:08:02 -07:00
Ben Pfaff
7376da647f hash: Speed up hash_bytes().
Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-04-18 20:28:52 -07:00
Ben Pfaff
d556327b38 hash: Convert macros to inline functions.
I always assumed that macros would generate better code.  I was wrong.  The
generated code was identical with inline functions, with GCC version 4.4.5.

Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-02-02 09:33:46 -08:00
Ben Pfaff
1f26e79678 hash: Make functions for hashing a few words easier to use.
It's easier for the client to pass in data directly than it is for the
client to stuff it into an array.

These functions will have new users in upcoming commits.
2010-12-17 14:31:40 -08:00
Ben Pfaff
cce1d8bd8e hash: Implement hash function for "double" values.
This will be used by the configuration database, which can store real
numbers.
2009-11-04 15:00:30 -08:00
Ben Pfaff
a14bc59fb8 Update primary code license to Apache 2.0. 2009-06-15 15:11:30 -07:00
Ben Pfaff
064af42167 Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45. 2009-07-08 13:19:16 -07:00