Re: [ovs-dev] [PATCH] datapath: Drop debug code in handle_fragments().

2016-06-29 Thread Joe Stringer
On 28 June 2016 at 16:57, Jesse Gross wrote: > On Tue, Jun 28, 2016 at 2:17 AM, Joe Stringer wrote: >> This piece of debug code was introduced during the backport of >> conntrack, but is unnecessary and not upstream. Drop it to bring the >> code more inline with upstream. >> >> Reported-by: Jesse

Re: [ovs-dev] [PATCH] datapath: Drop debug code in handle_fragments().

2016-06-28 Thread Jesse Gross
On Tue, Jun 28, 2016 at 2:17 AM, Joe Stringer wrote: > This piece of debug code was introduced during the backport of > conntrack, but is unnecessary and not upstream. Drop it to bring the > code more inline with upstream. > > Reported-by: Jesse Gross > Signed-off-by: Joe Stringer Acked-by: Jes

[ovs-dev] [PATCH] datapath: Drop debug code in handle_fragments().

2016-06-28 Thread Joe Stringer
This piece of debug code was introduced during the backport of conntrack, but is unnecessary and not upstream. Drop it to bring the code more inline with upstream. Reported-by: Jesse Gross Signed-off-by: Joe Stringer --- datapath/conntrack.c | 5 - 1 file changed, 5 deletions(-) diff --git