]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf97111361bde8dcc981c5e76a5007afcfd0611b4
tree83a79240c56d1b41ab834b07b543f4e5650e7cb0
parenta0126698920c46843f5090d6ddcd754ca4174d07
parent7a4e19824df7df0e2a924293cfe4a2f96869dd47
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>