Hash lib maintainers are not Cc'ed, adding them for review.
17/06/2024 16:58, Stephen Hemminger: > The existing hash functions in DPDK are not cryptographically > secure and can be subject to carefully crafted packets causing > DoS attack. > > Add SipHash which is a fast and cryptographicly sound hash > created by Jean-Philippe Aumasson and Daniel J. Bernstein. > Siphash is widely used by Linux, FreeBSD, OpenBSD and other > projects because it is fast and resistant to DoS attacks. > This version is designed to be useful as alternative hash > with cuckoo hash in DPDK. > > Implementation is based of the public domain and Creative > Common license reference version as well as some optimizations > from the GPL-2 or BSD-3 licensed version in Linux. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>