Re: [ovs-dev] [PATCH 1/2] odp-util: Reuse UUID marshalling for UFID.

2015-06-09 Thread Joe Stringer
On 9 June 2015 at 13:29, Joe Stringer wrote: > On 9 June 2015 at 12:33, Ben Pfaff wrote: >> On Tue, Jun 09, 2015 at 11:41:04AM -0700, Joe Stringer wrote: >>> On 7 June 2015 at 11:03, Ben Pfaff wrote: >>> > On Mon, Jun 01, 2015 at 06:22:19PM -0700, Joe Stringer wrote: >>> >> Unique flow identifie

Re: [ovs-dev] [PATCH 1/2] odp-util: Reuse UUID marshalling for UFID.

2015-06-09 Thread Joe Stringer
On 9 June 2015 at 12:33, Ben Pfaff wrote: > On Tue, Jun 09, 2015 at 11:41:04AM -0700, Joe Stringer wrote: >> On 7 June 2015 at 11:03, Ben Pfaff wrote: >> > On Mon, Jun 01, 2015 at 06:22:19PM -0700, Joe Stringer wrote: >> >> Unique flow identifiers are really a UUID of sorts, so it makes sense to

Re: [ovs-dev] [PATCH 1/2] odp-util: Reuse UUID marshalling for UFID.

2015-06-09 Thread Ben Pfaff
On Tue, Jun 09, 2015 at 11:41:04AM -0700, Joe Stringer wrote: > On 7 June 2015 at 11:03, Ben Pfaff wrote: > > On Mon, Jun 01, 2015 at 06:22:19PM -0700, Joe Stringer wrote: > >> Unique flow identifiers are really a UUID of sorts, so it makes sense to > >> reuse the UUID string representations for U

Re: [ovs-dev] [PATCH 1/2] odp-util: Reuse UUID marshalling for UFID.

2015-06-09 Thread Joe Stringer
On 7 June 2015 at 11:03, Ben Pfaff wrote: > On Mon, Jun 01, 2015 at 06:22:19PM -0700, Joe Stringer wrote: >> Unique flow identifiers are really a UUID of sorts, so it makes sense to >> reuse the UUID string representations for UFID. >> >> Suggested-by: Ben Pfaff >> Signed-off-by: Joe Stringer >

Re: [ovs-dev] [PATCH 1/2] odp-util: Reuse UUID marshalling for UFID.

2015-06-07 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 06:22:19PM -0700, Joe Stringer wrote: > Unique flow identifiers are really a UUID of sorts, so it makes sense to > reuse the UUID string representations for UFID. > > Suggested-by: Ben Pfaff > Signed-off-by: Joe Stringer Acked-by: Ben Pfaff _

[ovs-dev] [PATCH 1/2] odp-util: Reuse UUID marshalling for UFID.

2015-06-01 Thread Joe Stringer
Unique flow identifiers are really a UUID of sorts, so it makes sense to reuse the UUID string representations for UFID. Suggested-by: Ben Pfaff Signed-off-by: Joe Stringer --- lib/odp-util.c | 36 ++-- tests/dpif-netdev.at| 2 +- tests/ofproto-dpif