diff options
author | Steve Wise <swise@opengridcomputing.com> | 2018-03-27 19:34:38 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-03-29 00:23:01 +0200 |
commit | 1b90d3002e3ee39b22de5604497b20edeeee558e (patch) | |
tree | 67cf67189854e7567fd476b17b28a658dc3072fa /include/rdma | |
parent | IB/core: Refer to RoCE port property to decide building cache (diff) | |
download | linux-1b90d3002e3ee39b22de5604497b20edeeee558e.tar.xz linux-1b90d3002e3ee39b22de5604497b20edeeee558e.zip |
RDMA/CMA: remove RDMA_PS_SDP
This is no longer supported, so remove it.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/rdma_cm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h index 62caae818173..7652efc35eb9 100644 --- a/include/rdma/rdma_cm.h +++ b/include/rdma/rdma_cm.h @@ -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, |