From: Vipul Pandya Date: Thu, 14 Mar 2013 05:09:04 +0000 (+0000) Subject: RDMA/cxgb4: Fix onchip queue support for T5 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~454 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9919d5bd01b9eaf4928439e804dd70de24ea9637;p=pandora-kernel.git RDMA/cxgb4: Fix onchip queue support for T5 T5 adapter does not support onchip queue memory. Present logic fails to allocate QP for T5 and returns an error. Also, if module parameter ocqp_support is zero then we are unable to allocate QP which should not be the case. Ideally if ocqp_support parameter is 0 or onchip queue support is disable then host QP should be allocated before returning an error. Signed-off-by: Vipul Pandya Signed-off-by: David S. Miller --- Reading git-diff-tree failed