types: Rename and move ovs_u128_equal().
authorJoe Stringer <joestringer@nicira.com>
Fri, 29 May 2015 23:17:01 +0000 (16:17 -0700)
committerJoe Stringer <joestringer@nicira.com>
Wed, 10 Jun 2015 01:20:02 +0000 (18:20 -0700)
commitbdd7ecf5bfc4a255872aa60057b3b96f72b47d8a
treeda3d6322f8941e95ef6b88ac390b562d08cbe75f
parent10e92b4f7a1db4bd88452cdc3aaec5fd46c4f7fe
types: Rename and move ovs_u128_equal().

This function doesn't need to be exported in the public OVS headers, and
it had an inconsistent name compared to uuid_equals(). Rename and move.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
include/openvswitch/types.h
lib/dpif-netdev.c
lib/dpif.c
lib/util.h
ofproto/ofproto-dpif-upcall.c
tests/test-hash.c