Merge branch 'mlx4-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2016 23:44:12 +0000 (16:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2016 23:44:12 +0000 (16:44 -0700)
commit5ec6df777b5e76398e8f1fbbe7cd21e78890c71a
tree5562fa1edf8e165aed2a5cb8cce657c10f9c06f6
parentc74bfbdba0e8d056e4ba579a666b5cdb8ec3cd35
parentec25bc04ed8e12947738468cbe2191f1529f9e39
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 <davem@davemloft.net>