From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 2/2] examples/vhost: support multiple socket files Date: Tue, 23 Aug 2016 14:05:31 +0800 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 Cc: dev@dpdk.org, maxime.coquelin@redhat.com To: Jiayu Hu 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) Content-Disposition: inline In-Reply-To: <1471687896-17889-1-git-send-email-jiayu.hu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)