Skip to content

Commit

Permalink
RDMA/netlink: Remove unused data structure
Browse files Browse the repository at this point in the history
Delete structure which is not connected due to removal in commit
cited in Fixes line.

Fixes: a78e872 ("RDMA/cma: Remove CM_ID statistics provided by rdma-cm module")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
  • Loading branch information
Leon Romanovsky authored and Jason Gunthorpe committed Mar 29, 2019
1 parent 9fd1598 commit 065d552
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/uapi/rdma/rdma_netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ enum {
RDMA_NL_IWPM_NUM_OPS
};

struct rdma_cm_id_stats {
__u32 qp_num;
__u32 bound_dev_if;
__u32 port_space;
__s32 pid;
__u8 cm_state;
__u8 node_type;
__u8 port_num;
__u8 qp_type;
};

enum {
IWPM_NLA_REG_PID_UNSPEC = 0,
IWPM_NLA_REG_PID_SEQ,
Expand Down

0 comments on commit 065d552

Please sign in to comment.