]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx5-series'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2016 03:24:24 +0000 (23:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2016 03:24:24 +0000 (23:24 -0400)
commit472f1d2d5cede71f6230ff816acb8d551cc7e82d
treef825f9f15a93ff49adb63f22f4f83a9ff30c0823
parentde824f5da67cd69c109506629533bd2170992fc1
parent4f476c07faf591b9d2f001e3d6c6170014de107e
Merge branch 'mlx5-series'

Saeed Mahameed says:

====================
Mellanox 100G mlx5 fixes 2016-08-29

This series contains some bug fixes for the mlx5 core and mlx5
ethernet driver.

From Saeed, Fix UMR to consider hardware translation table field
size limitation when calculating the maximum number of MTTs required
by the driver.  Three patches to speed-up netdevice close time by
serializing channel (SQs & RQs) destruction rather than issuing and
waiting for hardware interrupts to free them.

From Eran, Fix ethtool ring parameter reporting for striding RQ layout.
Add error prints on ETS validation failure.

From Kamal, Fix memory leak on error flow.

From Maor, Fix ethtool steering priorities number.
====================

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