diff options
author | Christoph Hellwig <hch@lst.de> | 2015-08-19 14:58:43 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-10-08 11:09:11 +0100 |
commit | 25556ae6b965321c7e7469faa06ddbeae50dac91 (patch) | |
tree | 08cc37baf210b0e751aece313fd54109202bcbec /include/rdma | |
parent | e622f2f4ad2142d2a613a57fb85f8cf737935ef5 (diff) | |
download | talos-obmc-linux-25556ae6b965321c7e7469faa06ddbeae50dac91.tar.gz talos-obmc-linux-25556ae6b965321c7e7469faa06ddbeae50dac91.zip |
IB: remove xrc_remote_srq_num from struct ib_send_wr
The field is only initialized in mlx, but never used.
If we want to add proper XRC support it should be done with a new
struct ib_xrc_wr.
This shrinks the various WR structures by another 4 bytes.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Tested-by: Haggai Eran <haggaie@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 25f022c9aaac..edf02908a0fd 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1100,7 +1100,6 @@ struct ib_send_wr { __be32 imm_data; u32 invalidate_rkey; } ex; - u32 xrc_remote_srq_num; /* XRC TGT QPs only */ }; struct ib_rdma_wr { |