diff mbox

[libipathverbs] Fix 32 bit libipathverbs

Message ID 20101022224343.GA3573@obsidianresearch.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Jason Gunthorpe Oct. 22, 2010, 10:43 p.m. UTC
None
diff mbox

Patch

diff --git a/src/ipathverbs.h b/src/ipathverbs.h
index 5ebd79d..e824fd6 100644
--- a/src/ipathverbs.h
+++ b/src/ipathverbs.h
@@ -101,6 +101,7 @@  struct ipath_cq {
 struct ipath_rwqe {
 	uint64_t		wr_id;
 	uint8_t			num_sge;
+	uint8_t                 padding[7];
 	struct ibv_sge		sg_list[0];
 };