Merge branch 'mlx5e-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 07:29:18 +0000 (00:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 07:29:18 +0000 (00:29 -0700)
Amir Vadai says:

====================
ConnectX-4 driver update 2015-07-23

This patchset introduce some performance enhancements to the ConnectX-4 driver.
1. Improving RSS distribution, and make RSS function controlable using ethtool.
2. Make memory that is written by NIC and read by host CPU allocate in the
   local NUMA to the processing CPU
3. Support tx copybreak
4. Using hardware feature called blueflame to save DMA reads when possible

Another patch by Achiad fix some cosmetic issues in the driver.

Patchset was applied and tested on top of commit 045a0fa ("ip_tunnel: Call
ip_tunnel_core_init() from inet_init()")
====================

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

Trivial merge