Subject: Re: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 02/02/2008 16:51:00
On Sat, Feb 02, 2008 at 02:15:40AM +0000, Valeriy E. Ushakov wrote:
> Log Message:
> Convert in_cksum() to new generalized cpu_in_cksum().

Can you check if the inner loop works correctly for large mbufs? That
could happen in the future for IPv6 and it is nice to make sure now that
we touch the code.

Joerg