On Thu, 13 Oct 2011, Roland Dreier wrote: > > My latest patches are at: > > > > git://git.openfabrics.org/~shefty/rdma-dev.git xrc > > So I went through this and merged it to my tree (pretty much only conflicts > from 3.0->3.1-rc fixed, commit log changes and other minor cleanups).
We got the XRC support via the for-next branch on github. Is that current? > The result is pushed out to my github for-next branch, with the > expectation that I'll ask Linus to pull for 3.2. > > However I do have one question: the last patch > ("RDMA/uverbs: Export ib_open_qp() capability to user space" in > my tree) adds IB_USER_VERBS_CMD_OPEN_QP but I don't > see any driver add that to its uverbs_cmd_mask... does this work? > > Thanks, Roland There seems to be some stuff missing in the upstream code compared to the OFED releases: 1. Raw ethernet support (IB_QPT_RAW_ETH) is missing. 2. MLX4_IB_QP_BLOCK_LOOPBACK is broken it seems? All packets are fed back via loopback?