]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx5-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 22:28:01 +0000 (17:28 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 22:28:01 +0000 (17:28 -0500)
commitd7e1cdc79e9ab862361d12abee7a9cbbee171e48
tree0acd32393a267c63e7e89286a367b2e9dbe1735e
parent7b9123985c4eb69f8a301e4875efc37bcef97606
parentc6f511f03fb34bcb10c9e94c63e5a2be0ab4d43e
Merge branch 'mlx5-next'

Saeed Mahameed says:

====================
mlx5 driver updates

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

From Gal, two fixes that protects the update CQ moderation flows
when it is not allowed.

From Moshe, two fixes for the core and ethernet driver in
non-cached(NC) and write combining(WC) buffers mappings,
which prevents the driver from double memory mappings.

From Or, reduce the firmware command completion timeout.

From Tariq, several small trivial fixes.

Changes from v0:
- "Fix global UAR mapping" commit messages updated to explain ARCH_HAS_IOREMAP_WC usage.
- rebased to commit 4f1cacd1f712 'Merge branch ethtool-ksettings'

Changes from v1:
- Removed ARCH_HAS_IOREMAP_WC config flag from "Fix global UAR mapping" commit, as it was not accurate to use it.
- Squashed "Fix global UAR mapping" and "net/mlx5: Avoid double mapping of io mapped memory"
- Added more info for "Fix global UAR mapping" in commit message

Changes from v2:
- None. resubmission per Dave's request due to two parallel submissions to mlx5 driver.
====================

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