History log of /linux-master/samples/bpf/hash_func01.h
Revision Date Author Comments
# 11395686 10-Aug-2018 Jesper Dangaard Brouer <brouer@redhat.com>

samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHash

Adjusted function call API to take an initval. This allow the API
user to set the initial value, as a seed. This could also be used for
inputting the previous hash.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>