Re: [PATCH net-next-2.6 v3] gro: __napi_gro_receive() optimizations
From: David Miller <davem@davemloft.net>
Date: 2010-08-27 05:01:59
From: David Miller <davem@davemloft.net>
Date: 2010-08-27 05:01:59
From: Herbert Xu <herbert@gondor.apana.org.au> Date: Thu, 26 Aug 2010 21:42:01 -0700
On Thu, Aug 26, 2010 at 09:38:16PM -0700, David Miller wrote:quoted
From: Eric Dumazet <redacted> Date: Fri, 27 Aug 2010 06:35:13 +0200quoted
+ fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6);Shouldn't these be "+ 8" instead of "+ 6"?I think +6 is right since we're trying to compare 14 bytes worth of data.
Indeed, thanks. I need to borrow some brain cells :)