Re: [PATCH v6] lib/hash: add siphash

2024-10-16 Thread Medvedkin, Vladimir
On 16/10/2024 18:07, Stephen Hemminger wrote: On Wed, 16 Oct 2024 16:48:12 +0100 "Medvedkin, Vladimir" wrote: Hi Stephen, Thanks for introducing this hash function. I have just a few nits: On 01/08/2024 16:31, Stephen Hemminger wrote: The existing hash functions in DPDK are not cryptograp

Re: [PATCH v6] lib/hash: add siphash

2024-10-16 Thread Stephen Hemminger
On Wed, 16 Oct 2024 16:48:12 +0100 "Medvedkin, Vladimir" wrote: > Hi Stephen, > > Thanks for introducing this hash function. > > I have just a few nits: > > On 01/08/2024 16:31, Stephen Hemminger wrote: > > The existing hash functions in DPDK are not cryptographically > > secure and can be sub

Re: [PATCH v6] lib/hash: add siphash

2024-10-16 Thread Medvedkin, Vladimir
Hi Stephen, Thanks for introducing this hash function. I have just a few nits: On 01/08/2024 16:31, Stephen Hemminger wrote: The existing hash functions in DPDK are not cryptographically secure and can be subject to carefully crafted packets causing DoS attack. Currently in DPDK we have 3 hash

[PATCH v6] lib/hash: add siphash

2024-08-01 Thread 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, O