]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IB: remove xrc_remote_srq_num from struct ib_send_wr
authorChristoph Hellwig <hch@lst.de>
Wed, 19 Aug 2015 12:58:43 +0000 (14:58 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 8 Oct 2015 10:09:11 +0000 (11:09 +0100)
commit25556ae6b965321c7e7469faa06ddbeae50dac91
tree08cc37baf210b0e751aece313fd54109202bcbec
parente622f2f4ad2142d2a613a57fb85f8cf737935ef5
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>
drivers/infiniband/hw/mlx5/qp.c
include/rdma/ib_verbs.h