]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rss_hash'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 02:07:25 +0000 (21:07 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 02:07:25 +0000 (21:07 -0500)
commited6d3c28253a0ca0aa4773e078ab8fb790b00fdb
treed22d19869b349a9abfc8f52dbbb9ae4c531ff7c6
parent8948ec21e9e8aa0f58970104c7b19868bae78dbf
parent5f6003a368c733f8514a9466227573171c3009f0
Merge branch 'rss_hash'

Amir Vadai says:

====================
ethtool, net/mlx4_en: RSS hash function selection

This patchset by Eyal adds support in set/get of RSS hash function. Current
supported functions are Toeplitz and XOR. The API is design to enable adding
new hash functions without breaking backward compatibility.
Userspace patch will be sent after API is available in kernel.

The patchset was applied and tested over commit 87cc688 ("netpoll: delete
defconfig references to obsolete NETPOLL_TRAP")
====================

Signed-off-by: David S. Miller <davem@davemloft.net>