From: Eric Dumazet <[EMAIL PROTECTED]>
Date: Tue, 18 Nov 2008 06:35:46 +0100

> David Miller a écrit :
> > From: Ingo Molnar <[EMAIL PROTECTED]>
> > Date: Mon, 17 Nov 2008 22:26:57 +0100
> > 
> >> eth->h_proto access.
> > Yes, this is the first time a packet is touched on receive.
> 
> Well, not exactly, since we do a 
> 
> if (is_multicast_ether_addr(eth->h_dest)) {
> ...}
> 
> and one of the
>       compare_ether_addr(eth->h_dest, {dev->dev_addr | dev->broadcast})
> 
> probably its a profiling effect...

True.

--
To unsubscribe from this list: send the line "unsubscribe kernel-testers" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to