From: David S. Miller Date: Tue, 19 Jul 2016 23:44:12 +0000 (-0700) Subject: Merge branch 'mlx4-fixes' X-Git-Tag: v4.7~2^2~5 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=5ec6df777b5e76398e8f1fbbe7cd21e78890c71a;hp=ec25bc04ed8e12947738468cbe2191f1529f9e39;p=cascardo%2Flinux.git Merge branch 'mlx4-fixes' Tariq Toukan says: ==================== Safe flow for mlx4_en configuration change This patchset improves the mlx4_en driver resiliency, especially on systems with low memory. Upon a configuration change that requires the allocation of new resources, we first try to allocate, prior to destroying the current ones. Once it is successfully done, we release the old resources and attach the new ones. Otherwise, we stay with a functioning interface having the same old configuration. This improvement became of greater significance after removing the use of vmap. ==================== Signed-off-by: David S. Miller ---