From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH v4 net-next 1/3] rds: Changing IP address internal representation to struct in6_addr Date: Mon, 23 Jul 2018 09:54:56 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, rds-devel@oss.oracle.com, sowmini.varadhan@oracle.com To: Ka-Cheong Poon , netdev@vger.kernel.org Return-path: Received: from aserp2120.oracle.com ([141.146.126.78]:53838 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388756AbeGWR5K (ORCPT ); Mon, 23 Jul 2018 13:57:10 -0400 In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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 layer is not modified > such that it still does not accept IPv6 address from an application. > And RDS layer does not accept nor initiate IPv6 connections. > > v2: Fixed sparse warnings. > > Signed-off-by: Ka-Cheong Poon > --- Looks good to me now. Thanks !! Acked-by: Santosh Shilimkar