Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix truncate and native tunnnel

2017-10-20 Thread Guru Shetty
On 13 October 2017 at 21:33, William Tu wrote: > Previous commit a67b337dc281 breaks the truncate and native > tunnel testcase by removing the truncate flag. The patch fixes > it by putting it back. Reproduce the error by: > > make check-system-userspace TESTSUITEFLAGS='17' > > Fixes: a67b337dc

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix truncate and native tunnnel

2017-10-18 Thread Yi-Hung Wei
Thanks for the patch. It fixes the system-userspace test "17: datapath - truncate and output to gre tunnel". Acked-by: Yi-Hung Wei On Fri, Oct 13, 2017 at 9:33 PM, William Tu wrote: > Previous commit a67b337dc281 breaks the truncate and native > tunnel testcase by removing the truncate flag. T

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix truncate and native tunnnel

2017-10-13 Thread William Tu
Previous commit a67b337dc281 breaks the truncate and native tunnel testcase by removing the truncate flag. The patch fixes it by putting it back. Reproduce the error by: > make check-system-userspace TESTSUITEFLAGS='17' Fixes: a67b337dc281 ("ofproto-dpif-xlate: Remove assertion for truncated") C