Re: [ovs-dev] [PATCH] ipfix: fix upcall cookie size checks to support 8 byte cookies

2014-02-19 Thread Ben Pfaff
On Tue, Feb 11, 2014 at 03:21:08PM -0800, Romain Lenglet wrote: > Commit 96ed775f resizes all userspace metadata to be 8 bytes minimum. > Fix the upcall size checks accordingly. > > Signed-off-by: Romain Lenglet Thanks, applied to master, branch-2.1, branch-2.0, and I'm working on branch-1.11. _

[ovs-dev] [PATCH] ipfix: fix upcall cookie size checks to support 8 byte cookies

2014-02-11 Thread Romain Lenglet
Commit 96ed775f resizes all userspace metadata to be 8 bytes minimum. Fix the upcall size checks accordingly. Signed-off-by: Romain Lenglet --- ofproto/ofproto-dpif-upcall.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofp