Re: [ovs-dev] [PATCH 1/3] unaligned: Introduce helpers for 32-bit aligned 128-bit integers.

2017-06-14 Thread Lance Richardson
> From: "Ben Pfaff" <b...@ovn.org> > To: d...@openvswitch.org > Cc: "Ben Pfaff" <b...@ovn.org> > Sent: Wednesday, 14 June, 2017 12:24:55 PM > Subject: [ovs-dev] [PATCH 1/3] unaligned: Introduce helpers for 32-bit > aligned 128-bit integers

[ovs-dev] [PATCH 1/3] unaligned: Introduce helpers for 32-bit aligned 128-bit integers.

2017-06-14 Thread Ben Pfaff
These are analogous to the existing helpers for 32-bit aligned 64-bit integers, and will have users in upcoming commits. Signed-off-by: Ben Pfaff --- include/openvswitch/types.h | 12 lib/unaligned.h | 39 +++ 2 files