Re: IPv6 support in OFED

2016-04-07 Thread Hans Petter Selasky
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;

IPv6 support in OFED

2016-04-06 Thread Vijay Singh
[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