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