• M
    rdma: bugfix: make IPv6 support work · b58c8552
    Michael R. Hines 提交于
    RDMA does not use sockets, so we cannot use many of the socket
    helper functions, but we *do* use inet_parse() which gives
    RDMA all the necessary details of the connection parameters.
    
    However, when testing with libvirt, a simple IPv6 migration test failed
    because we were not using getaddrinfo() properly.
    
    This makes IPv6 migration over RDMA work.
    Signed-off-by: NMichael R. Hines <mrhines@us.ibm.com>
    Message-id: 1375584894-9917-2-git-send-email-mrhines@linux.vnet.ibm.com
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    b58c8552
migration-rdma.c 98.5 KB