From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1CA65378B for ; Tue, 23 Aug 2016 07:55:48 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 22 Aug 2016 22:55:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,564,1464678000"; d="scan'208";a="1045709335" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2016 22:55:48 -0700 Date: Tue, 23 Aug 2016 14:05:31 +0800 From: Yuanhan Liu To: Jiayu Hu Cc: dev@dpdk.org, maxime.coquelin@redhat.com Message-ID: <20160823060531.GF30752@yliu-dev.sh.intel.com> References: <1471364079-116217-3-git-send-email-jiayu.hu@intel.com> <1471687896-17889-1-git-send-email-jiayu.hu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471687896-17889-1-git-send-email-jiayu.hu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 2/2] examples/vhost: support multiple socket files 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: Tue, 23 Aug 2016 05:55:49 -0000 On Sat, Aug 20, 2016 at 06:11:36AM -0400, Jiayu Hu wrote: > When examples/vhost runs in client mode, only one QEMU can be connected. > This is because that examples/vhost just supports one socket file. This > patch is to add multiple sockets support for examples/vhost. > > Signed-off-by: Jiayu Hu Applied to dpdk-next-virtio. > Reviewed-by: Maxime Coquelin Please don't add it when it's not explicitly given. You got some comments from some one doesn't mean you got the "Reviewed-by". So, I dropped it while applying it. > --- And, you should put v2 change log here, under the line of "---" --yliu > examples/vhost/main.c | 45 +++++++++++++++++++++++++++++++++------------ > 1 file changed, 33 insertions(+), 12 deletions(-)