From: Mike Marciniszyn Date: Tue, 11 Jan 2011 01:42:21 +0000 (-0800) Subject: IB/qib: Change receive queue/QPN selection X-Git-Tag: v2.6.38-rc1~406^2^7~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2528ea60f94ef9e1e1cd82066d55f62a1d19fde1;p=pandora-kernel.git IB/qib: Change receive queue/QPN selection The basic idea is that on SusieQ, the difficult part of mapping QPN to context is handled by the mapping registers so the generic QPN allocation doesn't need to worry about chip specifics. For Monty and Linda, there is no mapping table so the qpt->mask (same as dd->qpn_mask), is used to see if the QPN to context falls within [zero..dd->n_krcv_queues). Signed-off-by: Mike Marciniszyn Signed-off-by: Roland Dreier --- Reading git-diff-tree failed