Re: [PATCH v3 net-next 2/3] rds: Enable RDS IPv6 support

2018-07-16 Thread kbuild test robot
Hi Ka-Cheong, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Ka-Cheong-Poon/rds-Changing-IP-address-internal-representation-to-struct-in6_addr/20180716-011408 config: powerpc-allmodconfig (attached a

[PATCH v3 net-next 2/3] rds: Enable RDS IPv6 support

2018-07-13 Thread Ka-Cheong Poon
This patch enables RDS to use IPv6 addresses. For RDS/TCP, the listener is now an IPv6 endpoint which accepts both IPv4 and IPv6 connection requests. RDS/RDMA/IB uses a private data (struct rds_ib_connect_private) exchange between endpoints at RDS connection establishment time to support RDMA. Thi