From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sagi Grimberg Subject: Re: [PATCH rfc 0/4] Introduce a new helper for parsing ipv[4|6]:port to socket address Date: Thu, 16 Feb 2017 19:53:20 +0200 Message-ID: <8dc41cfc-85b2-fb42-61b0-5be499fa7ad0@grimberg.me> References: <1487267017-29904-1-git-send-email-sagi@grimberg.me> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-nvme@lists.infradead.org, List Linux RDMA Mailing , target-devel@vger.kernel.org, netdev@vger.kernel.org To: Chuck Lever Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:34320 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932711AbdBPRxZ (ORCPT ); Thu, 16 Feb 2017 12:53:25 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Hey Chuck, >> As a side-effect, this set adds ipv6 support for nvme over fabrics. >> I also converted iscsi target and plan to convert nfs/cifs next but >> wanted to get some feedback before doing that. > > At least NFS/RDMA already supports IPv6. You might not need many > changes there, but I'll hold off on further comments. Yea, I wanted to get all the rpc_pton/rpc_ntop (which handle both ipv4 and ipv6 with scopes) converted to use a common helper.