Re: [ovs-dev] [PATCH V4 0/2] Do not rewrite fields with the same values as matched

2019-02-15 Thread Ben Pfaff
On Fri, Feb 15, 2019 at 08:48:40AM +, Eli Britstein wrote: > I see tests 1219-1220 fail, but also failed witout those patches. > The difference from V3 is rebasing, adding struct ovs_key_nd_extensions > support. I don't see any test failures with or without the patch. Sometimes there can be

[ovs-dev] [PATCH V4 0/2] Do not rewrite fields with the same values as matched

2019-02-15 Thread Eli Britstein
This patch set avoids unnecessary rewrite actions to fields with the same values as matched on. Patch 1 is a pre-step of generating ovs key fields macros Patch 2 avoids the unnecessary rewrites and adapts the tests accordingly I see tests 1219-1220 fail, but also failed witout those patches. The