Subject: Re: Skipping TCP / UDP / IP checksums on loopback traffic
To: None <thorpej@shagadelic.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-net
Date: 10/24/2004 03:43:25
> Folks...
>
> There's no need to compute or check checksums for traffic over the
> loopback interface. The following patch makes it optional, and
> defaults to "off". Linux also skips checksums in this case, which
> results in poor results for NetBSD compared to Linux in some
> benchmarks.
>
> Comments?
isn't it enough to (ab)use h/w checksum offloading flags?
YAMAMOTO Takashi