On Thu, 24 Oct 2024 18:46:53 +0000 Vladimir Medvedkin <[email protected]> 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 implementation of the Toeplitz hash key generation > function, which may improve Toeplitz hash key with respect to hash values > distribution. > > Signed-off-by: Vladimir Medvedkin <[email protected]> Acked-by: Stephen Hemminger <[email protected]>

