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

2019-03-07 Thread Ben Pfaff
It's really hard for me to figure out what to do with a patch series where the author rejects my feedback. On Thu, Mar 07, 2019 at 02:53:31PM +, Eli Britstein wrote: > I would really want it to get merged. > > how do you suggest to progress? > > > On 3/1/2019 7:40 AM, Eli Britstein wrote:

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

2019-03-07 Thread Eli Britstein
I would really want it to get merged. how do you suggest to progress? On 3/1/2019 7:40 AM, Eli Britstein wrote: > ping > > On 2/25/2019 9:42 PM, Eli Britstein wrote: >> >> On 2/25/2019 7:31 PM, Ben Pfaff wrote: >>> On Sun, Feb 24, 2019 at 09:45:21AM +, Eli Britstein wrote: On 2/22/2019

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

2019-02-28 Thread Eli Britstein
ping On 2/25/2019 9:42 PM, Eli Britstein wrote: > > On 2/25/2019 7:31 PM, Ben Pfaff wrote: >> On Sun, Feb 24, 2019 at 09:45:21AM +, Eli Britstein wrote: >>> On 2/22/2019 6:42 PM, Ben Pfaff wrote: On Sun, Feb 17, 2019 at 09:18:46AM +, Eli Britstein wrote: > This patch set avoids

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

2019-02-25 Thread Eli Britstein
On 2/25/2019 7:31 PM, Ben Pfaff wrote: > On Sun, Feb 24, 2019 at 09:45:21AM +, Eli Britstein wrote: >> On 2/22/2019 6:42 PM, Ben Pfaff wrote: >>> On Sun, Feb 17, 2019 at 09:18:46AM +, Eli Britstein wrote: This patch set avoids unnecessary rewrite actions to fields with the same

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

2019-02-25 Thread Ben Pfaff
On Sun, Feb 24, 2019 at 09:45:21AM +, Eli Britstein wrote: > > On 2/22/2019 6:42 PM, Ben Pfaff wrote: > > On Sun, Feb 17, 2019 at 09:18:46AM +, Eli Britstein wrote: > >> This patch set avoids unnecessary rewrite actions to fields with the > >> same values as matched on. > >> > >> Patch 1

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

2019-02-24 Thread Eli Britstein
On 2/22/2019 6:42 PM, Ben Pfaff wrote: > On Sun, Feb 17, 2019 at 09:18:46AM +, Eli Britstein wrote: >> 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

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

2019-02-22 Thread Ben Pfaff
On Sun, Feb 17, 2019 at 09:18:46AM +, Eli Britstein wrote: > 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

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

2019-02-22 Thread Eli Britstein
ping On 2/17/2019 11:18 AM, Eli Britstein wrote: > 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 > >

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

2019-02-17 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 Differences from V4: - Remove __ prefix - Remove unused