]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit6ecfdd28c8a6504349ca8501316b1ed3f639ce44
treebbce6a1b99617586e10dbc3aa2738278f8b9b881
parentfda19e83fb615edb1555e7a07130695cf0073d20
parenta741749f214afd05402aeed0ecdca90eeaffc303
Merge branch 'mlx5e-next'

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>