From: Steve Wise Date: Tue, 6 Mar 2007 20:44:07 +0000 (-0600) Subject: RDMA/cxgb3: Fix MR permission problems X-Git-Tag: v2.6.21-rc4~79^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64518f3736971f22d5c22a6bab40891d2db337f;p=pandora-kernel.git RDMA/cxgb3: Fix MR permission problems Fix memory region permission problems: - remove useless and redundant iwch_mem_perms enum. - create ib_to_tpt_access_rights() for mapping ib access rights to T3 TPT permissions. - create ib_to_mwbind_access_rights() for mapping ib access rights to T3 MWBIND WR permissions. - fix up the mem reg code to utilize the new functions. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed