[PATCH v4 1/4] thash: add RSS hash key generation API

2024-10-25 Thread Vladimir Medvedkin
Currently the only way to have non static Toeplitz hash key is to generate it randomly. Such a key may not guarantee good packets distribution, especially if there are small number of flows. This patch adds stub implementation of the Toeplitz hash key generation function, which may improve Toeplit

Re: [PATCH v4 1/4] thash: add RSS hash key generation API

2024-10-24 Thread Stephen Hemminger
On Thu, 24 Oct 2024 18:46:53 + Vladimir Medvedkin wrote: > Currently the only way to have non static Toeplitz hash key is to > generate it randomly. Such a key may not guarantee good packets > distribution, especially if there are small number of flows. > > This patch adds stub implementatio