Re: [PATCH v4 net-next 1/3] rds: Changing IP address internal representation to struct in6_addr

2018-07-23 Thread Santosh Shilimkar
On 7/23/2018 7:16 AM, Ka-Cheong Poon wrote: This patch changes the internal representation of an IP address to use struct in6_addr. IPv4 address is stored as an IPv4 mapped address. All the functions which take an IP address as argument are also changed to use struct in6_addr. But RDS socket

[PATCH v4 net-next 1/3] rds: Changing IP address internal representation to struct in6_addr

2018-07-23 Thread Ka-Cheong Poon
This patch changes the internal representation of an IP address to use struct in6_addr. IPv4 address is stored as an IPv4 mapped address. All the functions which take an IP address as argument are also changed to use struct in6_addr. But RDS socket layer is not modified such that it still does