]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/cxgb4: Initialize the device status page
authorSteve Wise <swise@opengridcomputing.com>
Tue, 8 Jul 2014 15:20:35 +0000 (10:20 -0500)
committerRoland Dreier <roland@purestorage.com>
Tue, 8 Jul 2014 23:56:55 +0000 (16:56 -0700)
commit4a1dce800b21694d8f9dccf613a22010c58d11a0
tree825467589e899c43020f4295730742d8cbc9bbad
parenta7674ff9932850073f2946209dc4b512eaff05a5
RDMA/cxgb4: Initialize the device status page

The status page is mapped to user processes and allows sharing the
device state between the kernel and user processes.  This state isn't
getting initialized and thus intermittently causes problems.  Namely,
the user process can mistakenly think the user doorbell writes are
disabled which causes SQ work requests to never get fetched by HW.

Fixes: d38ed6aa8aed ("cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes").
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Cc: <stable@vger.kernel.org> # v3.15
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/device.c