[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110723094023.7c0e91f3@nehalam.ftrdhcpuser.net>
Date: Sat, 23 Jul 2011 09:40:23 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Pierre Louis Aublin <pierre-louis.aublin@...ia.fr>
Cc: netdev@...r.kernel.org
Subject: Re: loopback interface - why checksum on header?
On Sat, 23 Jul 2011 18:30:18 +0200
Pierre Louis Aublin <pierre-louis.aublin@...ia.fr> wrote:
> Hello everybody
>
> I am wondering why the checksum of packets sent through the loopback
> interface is computed on the header only.
> If I understand correctly, it is assumed that a message cannot be
> corrupted in RAM, thus there is no need to verify the integrity of the
> whole message.
> However, in that case, there is also no need to compute it on the header.
> Consequently, why is it not the case?
>
> Thank you in advance
> Pierre Louis Aublin
Linux doesn't bother worrying about the cost of IPv4 header checksum.
The expense of checksumming is the overhead of taking the cache miss
to read the data. Since the header is going to be read anyway, doing
the checksum is equivalent to prefetching the header.
--
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