Re: [PATCH v2a] 9prdma: RDMA Transport Support for 9P

From: Eric Van Hensbergen
Date: Fri Oct 10 2008 - 17:36:27 EST


On 10/7/08, Tom Tucker <tom@xxxxxxxxxxxxxxxxxxxxx> wrote:
> (in cq_comp_handler)
> + struct p9_rdma_context *c = (void *)wc.wr_id;
...
> +static int
> +post_recv(struct p9_trans *trans, struct p9_rdma_context *c)
> + wr.wr_id = (u64)c;
...

Ouch. I get warnings on these two compiling on 32-bit systems.

I'm almost finished with a patch to your patch which fits it into the
new organizational structure and API. I'll try to send it by the end
of the day. I don't currently have an Infiniband test setup, so I'm
only going to be able to check that it builds....

-eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/