On Wed, May 18, 2011 at 06:13:54PM +0000, Hefty, Sean wrote:
> You need it in the normal send case as well, either outside of the
> union, or part of a new struct within the union.

Works for me..

union {
  [..]
  struct {
     uint64_t reserved1[3];
     uint32_t reserved2;
     uint32_t remote_qpn;
  } xrc;
};

Can't go outside the union because the pad should be placed inside the
union.

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to