From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BFA2F593A for ; Mon, 27 Jun 2016 13:53:54 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 27 Jun 2016 04:53:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="1010408011" Received: from unknown (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 27 Jun 2016 04:53:52 -0700 Date: Mon, 27 Jun 2016 19:53:56 +0800 From: Yuanhan Liu To: Aaron Conole Cc: "Loftus, Ciara" , "dev@dpdk.org" , "Xie, Huawei" , Christian Ehrhardt Message-ID: <20160627115356.GX23111@yliu-dev.sh.intel.com> References: <1466177556-14891-1-git-send-email-aconole@redhat.com> <20160621072128.GK23111@yliu-dev.sh.intel.com> <87r3bqn0o8.fsf@trashheap.bytheb.org> <20160624023105.GS23111@yliu-dev.sh.intel.com> <74F120C019F4A64C9B78E802F6AD4CC24F8E0AA7@IRSMSX106.ger.corp.intel.com> <20160624075103.GT23111@yliu-dev.sh.intel.com> <87lh1uai7b.fsf@trashheap.bytheb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lh1uai7b.fsf@trashheap.bytheb.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 11:53:55 -0000 On Fri, Jun 24, 2016 at 08:23:52AM -0400, Aaron Conole wrote: > Is there still merit to this patch, given above? If so, I'd finish my > integration and testing work and submit it formally. Sorry, I don't see the strong need of this patch (at least so far), judging that vhost-user as the client could solve the issue your patch meant to resolve. --yliu