commit | 25556ae6b965321c7e7469faa06ddbeae50dac91 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Aug 19 14:58:43 2015 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Thu Oct 08 11:09:11 2015 +0100 |
tree | 08cc37baf210b0e751aece313fd54109202bcbec | |
parent | e622f2f4ad2142d2a613a57fb85f8cf737935ef5 [diff] |
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>