]> git.baikalelectronics.ru Git - kernel.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)
commitec4e1e6bbb8723f592331a2d55b96febe9593678
treebbce6a1b99617586e10dbc3aa2738278f8b9b881
parent8dc394b47abe76023a3812f1034ee77a6171361b
parentb7cf5b03b17e9e2cfec7446b06b457560233e146
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 2e425fa ("ip_tunnel: Call
ip_tunnel_core_init() from inet_init()")
====================

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