Merge branch 'qed-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Mar 2017 18:37:06 +0000 (11:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Mar 2017 18:37:06 +0000 (11:37 -0700)
commit1e6a1cd888de06b09d2341d782aadb20c6034210
tree83a79240c56d1b41ab834b07b543f4e5650e7cb0
parenta8aa39530269371c786391f3417d8cff07656676
parent6b116b1d6a521a1907b3c18cb7a8592a655f660c
Merge branch 'qed-fixes'

Yuval Mintz says:

====================
qed: Fixes series

This address several different issues in qed.
The more significant portions:

Patch #1 would cause timeout when qedr utilizes the highest
CIDs availble for it [or when future qede adapters would utilize
queues in some constellations].

Patch #4 fixes a leak of mapped addresses; When iommu is enabled,
offloaded storage protocols might eventually run out of resources
and fail to map additional buffers.

Patches #6,#7 were missing in the initial iSCSI infrastructure
submissions, and would hamper qedi's stability when it reaches
out-of-order scenarios.
====================

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