]> 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)
commite22b46f8a614d7739d03cc5708a8210699451402
treed22d19869b349a9abfc8f52dbbb9ae4c531ff7c6
parentd767060651d099a6fad58d225bbb0b23edbc318d
parent7dc846f92f369c8cf5c72bffe5540e95d0fb7f1a
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 e35cfce ("netpoll: delete
defconfig references to obsolete NETPOLL_TRAP")
====================

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