Merge branch 'qed-misc-cleanups-and-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 21:26:32 +0000 (14:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 21:26:32 +0000 (14:26 -0700)
commit54280168f3d9870e0d2b169b991189a09fc870b2
tree6c4f75e2dd59222327b38099064becc33d56f667
parentec1af27ea8f99ae893aebc38b54b470a69227388
parent1eec2437d14c76af3b1271011940036eb0d7d3cf
Merge branch 'qed-misc-cleanups-and-fixes'

Yuval Mintz says:

====================
qed: Misc cleanups and fixes

Patches #1 and #2 revolve around register access performed by driver;
The first merely adds some debug, while the second does some fixing
of incorrect PTT usage as well as preventing issues similar to those
fixed by 6f437d431930 ("qed: Don't use attention PTT for configuring BW").

Patch #3 better configures HW for architecture where cacheline isn't 64B.

Patches #4-#8 all affect iSCSI related functionaility -
adding statistics information [both to driver & management firmware],
passing information on number of resources to qedi, and simplifying
the Out-of-order implementation in SW.
====================

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