From: Jason Gunthorpe Date: Fri, 22 Oct 2010 22:00:48 +0000 (+0000) Subject: IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properly X-Git-Tag: v2.6.37-rc1~95^2^11~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5715f5d44b93507693feca6c62290e123e5ef688;p=pandora-kernel.git IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properly See table 35 in IBA - the header order for RDMA_WRITE_ONLY_WITH_IMMEDIATE and SEND_LAST_WITH_IMMEDIATE is different: the RDMA_WRITE_ONLY has a RETH header before the immediate data, so we need a different code path to extract the immediate data. I tested this with a userspace app that does RDMA_WRITE with immediate on a QLE7140. Signed-off-by: Jason Gunthorpe Signed-off-by: Ralph Campbell Signed-off-by: Roland Dreier --- Reading git-diff-tree failed