On 04/06/16 20:55, Vijay Singh wrote:
[Apologies for the cross-post]
I see that the OFED stack supports IPv6 in many places, so I was wondering
why we have this in rdma_listen():
int rdma_listen(struct rdma_cm_id *id, int backlog)
{
struct rdma_id_private *id_priv;
int ret;
[Apologies for the cross-post]
I see that the OFED stack supports IPv6 in many places, so I was wondering
why we have this in rdma_listen():
int rdma_listen(struct rdma_cm_id *id, int backlog)
{
struct rdma_id_private *id_priv;
int ret;
id_priv = container_of(id, struct r