From: Steve Wise Date: Tue, 8 Jul 2014 15:20:35 +0000 (-0500) Subject: RDMA/cxgb4: Initialize the device status page X-Git-Tag: omap-for-v3.17/fixes-against-rc2~269^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b54d54dea82ae214e4a45a503c4ef755a8ecee8;p=pandora-kernel.git 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: 05eb23893c2c ("cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes"). Signed-off-by: Steve Wise Cc: # v3.15 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed