On Wed, 17 Sep 2008 15:46:56 +0100 (BST), "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> wrote: > > Well, csum_partial()'s return value is __wsum (32-bit). So strictly > > there is no need to folding into 16-bit. > > Hmm, what's the purpose of doing the fold in csum_partial() then? Well, maybe odd-byte handling requires 16-bit holded values? --- Atsushi Nemoto