Re: [PATCH net-next 00/10] net: faster and simpler CRC32C computation
From: Andrew Lunn
Date: Sun May 11 2025 - 12:30:43 EST
On Sat, May 10, 2025 at 05:41:00PM -0700, Eric Biggers wrote:
> Update networking code that computes the CRC32C of packets to just call
> crc32c() without unnecessary abstraction layers. The result is faster
> and simpler code.
Hi Eric
Do you have some benchmarks for these changes?
Andrew