diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2020-03-10 10:14:32 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-03-13 14:46:53 +0100 |
commit | a4f994a05926c96845ad40fb661d566a4eacf2b9 (patch) | |
tree | 37ed7a061a3cfc4a326538bda01fd330fd7590ce /include/rdma/ib_cm.h | |
parent | RDMA/mlx5: Use offsetofend() instead of duplicated variant (diff) | |
download | linux-a4f994a05926c96845ad40fb661d566a4eacf2b9.tar.xz linux-a4f994a05926c96845ad40fb661d566a4eacf2b9.zip |
RDMA/cm: Delete not implemented CM peer to peer communication
Peer to peer support was never implemented, so delete it to make code less
clutter.
Link: https://lore.kernel.org/r/20200310091438.248429-6-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Mark Zhang <markz@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma/ib_cm.h')
-rw-r--r-- | include/rdma/ib_cm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_cm.h b/include/rdma/ib_cm.h index 8ec482e391aa..058cfbc2b37f 100644 --- a/include/rdma/ib_cm.h +++ b/include/rdma/ib_cm.h @@ -360,7 +360,6 @@ struct ib_cm_req_param { u32 starting_psn; const void *private_data; u8 private_data_len; - u8 peer_to_peer; u8 responder_resources; u8 initiator_depth; u8 remote_cm_response_timeout; |