Re: [PATCH] net: ethernet: fs-enet: Use generic CRC32 implementation

From: David Miller
Date: Wed Jul 25 2018 - 16:42:18 EST


From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Date: Mon, 23 Jul 2018 18:20:20 +0200

> Use generic kernel CRC32 implementation because it:
> 1. Should be faster (uses lookup tables),
> 2. Removes duplicated CRC generation code,
> 3. Uses well-proven algorithm instead of coding it one more time.
>
> Suggested-by: Eric Biggers <ebiggers3@xxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Applied.