Re: [ovs-dev] [no-slow v2 1/8] ofproto-dpif: Use a fixed size userspace cookie.

2018-01-10 Thread Justin Pettit
> On Jan 10, 2018, at 7:06 PM, Gregory Rose wrote: > > On 1/10/2018 2:27 PM, Justin Pettit wrote: >> This simplifies the cookie handling a bit. >> >> Signed-off-by: Justin Pettit > > All previous failures ares now passing. > > ## - ## > ##

Re: [ovs-dev] [no-slow v2 1/8] ofproto-dpif: Use a fixed size userspace cookie.

2018-01-10 Thread Gregory Rose
On 1/10/2018 2:27 PM, Justin Pettit wrote: This simplifies the cookie handling a bit. Signed-off-by: Justin Pettit All previous failures ares now passing. ## - ## ## Test results. ## ## - ## 97 tests were successful. 2 tests were skipped. make[1]:

Re: [ovs-dev] [no-slow v2 1/8] ofproto-dpif: Use a fixed size userspace cookie.

2018-01-10 Thread Ben Pfaff
On Wed, Jan 10, 2018 at 02:27:19PM -0800, Justin Pettit wrote: > This simplifies the cookie handling a bit. > > Signed-off-by: Justin Pettit > --- > v1->v2: New to the series. Acked-by: Ben Pfaff ___ dev mailing list

[ovs-dev] [no-slow v2 1/8] ofproto-dpif: Use a fixed size userspace cookie.

2018-01-10 Thread Justin Pettit
This simplifies the cookie handling a bit. Signed-off-by: Justin Pettit --- v1->v2: New to the series. --- lib/odp-util.c| 35 -- lib/odp-util.h| 58 ++- ofproto/ofproto-dpif-ipfix.c