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)
commitbc6aaa14e11304b629ae8b0c0c71737cf24114b7
treed22d19869b349a9abfc8f52dbbb9ae4c531ff7c6
parent18b5427ae1654803930b97590ac5a85245861646
parent947cbb0ac242096d60380952ec1a1761372cba66
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 cd4c910 ("netpoll: delete
defconfig references to obsolete NETPOLL_TRAP")
====================

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