From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [RFC] XRC upstream merge reboot Date: Wed, 18 May 2011 12:22:49 -0600 Message-ID: <20110518182249.GB11860@obsidianresearch.com> References: <1828884A29C6694DAF28B7E6B8A82373F7AB@ORSMSX101.amr.corp.intel.com> <20110518170226.GA2595@obsidianresearch.com> <1828884A29C6694DAF28B7E6B8A82373FBC7@ORSMSX101.amr.corp.intel.com> <20110518180519.GA11860@obsidianresearch.com> <1828884A29C6694DAF28B7E6B8A82373FC13@ORSMSX101.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1828884A29C6694DAF28B7E6B8A82373FC13-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Hefty, Sean" Cc: Roland Dreier , "linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)" List-Id: linux-rdma@vger.kernel.org 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html