[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120710.180137.2161994914932724530.davem@davemloft.net>
Date: Tue, 10 Jul 2012 18:01:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 03/16] tcp: Maintain dynamic metrics in local cache.
From: Joe Perches <joe@...ches.com>
Date: Tue, 10 Jul 2012 17:44:46 -0700
> I'd guess the one above is faster to execute.
It is.
> If it's not, the code in ipv6_addr_equal
> should be reverted. commit fed85383ac34d82
> ("[IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons")
Not necessarily.
My version here is faster because we unconditionally test
the first word, which we need to do for both the ipv4 and
ipv6 cases.
The ipv6 routine optimization you mention exists in a
world where we know we have an ipv6 address always, which
is not the case here.
If anything, we should do XOR's on the final three words,
but we should not remove the first word optimization for
ipv4 which is the common case.
--
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