[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120910.214245.368123682481775366.davem@davemloft.net>
Date: Mon, 10 Sep 2012 21:42:45 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: amwang@...hat.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 2/3] ipv6, route: remove BACKTRACK() macro
From: Cong Wang <amwang@...hat.com>
Date: Tue, 11 Sep 2012 09:19:22 +0800
> On Mon, 2012-09-10 at 16:32 -0400, David Miller wrote:
>> From: Cong Wang <amwang@...hat.com>
>> Date: Mon, 10 Sep 2012 20:48:45 +0800
>>
>> > It doesn't save any code, nor it helps readability.
>> >
>> > Signed-off-by: Cong Wang <amwang@...hat.com>
>>
>> I'm not applying this.
>>
>> Having two copies of the same exact logic means we will accumulate
>> bugs in the future if someone fixes the problem only in one
>> copy.
>
> Makes sense, but BACKTRACK() is not well written, as it jumps out of its
> definition. :(
Anyone who has worked with longest-matching-prefix TRIE traversal
functions will have a pretty good idea what is going on here.
Yes, I know this conflicts with cases like how we killed all of
the netlink macros with embedded gotos.
But this patch made things worse and added code duplication. Fix
it without the code duplication side effect and it'll be fine.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists