@@ -123,10 +123,6 @@ int ibv_cmd_query_device_ex(struct ibv_context *context,
int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num,
struct ibv_port_attr *port_attr,
struct ibv_query_port *cmd, size_t cmd_size);
-int ibv_cmd_query_gid(struct ibv_context *context, uint8_t port_num,
- int index, union ibv_gid *gid);
-int ibv_cmd_query_pkey(struct ibv_context *context, uint8_t port_num,
- int index, uint16_t *pkey);
int ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd,
struct ibv_alloc_pd *cmd, size_t cmd_size,
struct ibv_alloc_pd_resp *resp, size_t resp_size);
@@ -128,8 +128,6 @@ IBVERBS_PRIVATE_13 {
ibv_cmd_post_srq_recv;
ibv_cmd_query_device;
ibv_cmd_query_device_ex;
- ibv_cmd_query_gid;
- ibv_cmd_query_pkey;
ibv_cmd_query_port;
ibv_cmd_query_qp;
ibv_cmd_query_srq;
Remove the IBV command declarations ibv_cmd_query_gid and ibv_cmd_query_pkey as they are not implemented. Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> --- libibverbs/driver.h | 4 ---- libibverbs/libibverbs.map | 2 -- 2 files changed, 6 deletions(-)