types: Add big-endian 128-bit types and helpers.
authorJoe Stringer <joestringer@nicira.com>
Wed, 23 Sep 2015 06:24:11 +0000 (23:24 -0700)
committerJoe Stringer <joestringer@nicira.com>
Tue, 13 Oct 2015 22:34:14 +0000 (15:34 -0700)
commit557344e3fe9d90c7f477d9fc26bb1baddcf248a5
tree38b43a03c3b245f426e617e77b4196ea120c1abc
parent81270993ab95b463ffc3a7779a352ee5a6a27f21
types: Add big-endian 128-bit types and helpers.

These types will be used by the following patches to ensure a consistent
wire format for 128-bit connection tracking labels. Common functions for
comparison, endian translation, etc. are provided.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
include/openvswitch/types.h
lib/byte-order.h
lib/meta-flow.h
lib/util.h