Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix incorrect handling of return values.

2018-01-23 Thread Ben Pfaff
On Tue, Jan 23, 2018 at 08:02:55PM +0800, huanglili wrote: > From: Lili Huang > > The value cookie_offset should be 'size_t' type. > > Change-Id: Id68b83d26b1235048cbcfd21429ad6915a7a2b36 > Signed-off-by: Lili Huang Thanks for the patch. I get an error trying to apply this: Applying: ofp

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix incorrect handling of return values.

2018-01-23 Thread huanglili
From: Lili Huang The value cookie_offset should be 'size_t' type. Change-Id: Id68b83d26b1235048cbcfd21429ad6915a7a2b36 Signed-off-by: Lili Huang --- ofproto/ofproto-dpif-xlate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-d