Re: FW: [Fwd: [PATCH]Using Intel CRC32 instruction to implementhardware accelerated CRC32c algorithm.]

From: austin zhang
Date: Tue Jul 08 2008 - 06:26:34 EST


Thanks, ïHerbert, see my reply as below.
> 1) Utilise the brand new crypto ahash interface (note that it's
ïWhen you mentioned ahash, can you give a explanation on it?
The brand new crypto interface is different with crypto/api?
> designed to support sync just as well as async despite the name)
ïDo you mean use async_xxx interface?
> to rewrite the crypto/crc32c implementation such that one tfm can
> be used by multiple users. All that has to be done is to move
> the state from the tfm into the request object.

> 2) Convert all crc32c users to use the crypto interface and phase
> out lib/crc32c completely.
>
> 3) Add the Intel-specific crc32c implementation through the crypto
> API.
Agreed. And which module in crypto is the template for following the crypto API?

> That way none of this iffy testing will be necessary. Even better,
> most users can share one common tfm and therefore there will only
> be one test for the CPU flag at boot time rather than every time
> it's used.
>
> In fact, we could even skip 2) and reimplement lib/crc32c as a
> wrapper on the crypto crc32c interface with a shared tfm so you
> don't need to modify its existing users.
Good idea.
> Cheers,

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/