> +struct rdma_cm_id_stats {
> +     enum rdma_node_type nt;
> +     int port_num;
> +     int bound_dev_if;
> +     __be16  local_port;
> +     __be16  remote_port;
> +     __be32  local_addr[4];
> +     __be32  remote_addr[4];

Please use sockaddr_storage, so that we can expand the rdma_cm beyond ipv4/6 
address support.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to