]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ena: change default RSS hash function to Toeplitz
authorArthur Kiyanovski <akiyano@amazon.com>
Sun, 3 May 2020 09:52:13 +0000 (09:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 May 2020 22:59:29 +0000 (15:59 -0700)
commitc1bd17e51c71dc8214fbccc2b5abea4d31ac65e6
treebed55b009c477af929b90a36237eb343fa7666ea
parentf66c2ea3b18a8cc8e45ff32c636aaefb2ac06315
net: ena: change default RSS hash function to Toeplitz

Currently in the driver we are setting the hash function to be CRC32.
Starting with this commit we want to change the default behaviour so that
we set the hash function to be Toeplitz instead.

Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_netdev.c