[PATCH v3] hash: add XOR32 hash function

Stephen Hemminger stephen at networkplumber.org
Tue Feb 21 00:04:06 CET 2023


On Mon, 20 Feb 2023 12:44:06 -0800
Bili Dong <qobilidop at gmail.com> wrote:

> Hi Cristian,
> 
> I agree the 64-bit version could enable better performance, and I will do
> it in the next version.
> 

Same optimizations as ipv4 checksum probably apply.
Aligning data, and duffs device, etc.

You might even be able to use vector instructions



More information about the dev mailing list