[ofa-general] [PATCH, RFC] libibverbs: Add hooks for rereg_mr, memory windows

Sean Hefty mshefty at ichips.intel.com
Thu Mar 1 14:41:39 PST 2007


> So does anyone see anything obviously missing or wrong here?

It looks fine to me with one minor comment.

> +struct ibv_mw_bind {
> +	struct ibv_mr	       *mr;
> +	uint64_t		wr_id;
> +	uint64_t		addr;
> +	uint64_t		length;

The memory region uses size_t for length.  Do we care about matching the data type?

- Sean



More information about the general mailing list