Skip to content

Commit

Permalink
RDMA/CMA: remove RDMA_PS_SDP
Browse files Browse the repository at this point in the history
This is no longer supported, so remove it.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
  • Loading branch information
Steve Wise authored and Jason Gunthorpe committed Mar 28, 2018
1 parent 190fb9c commit 1b90d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rdma/rdma_cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ enum rdma_cm_event_type {
const char *__attribute_const__ rdma_event_msg(enum rdma_cm_event_type event);

enum rdma_port_space {
RDMA_PS_SDP = 0x0001,
RDMA_PS_IPOIB = 0x0002,
RDMA_PS_IB = 0x013F,
RDMA_PS_TCP = 0x0106,
Expand Down

0 comments on commit 1b90d30

Please sign in to comment.