From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 2/2] vhost: start vhost servers once Date: Thu, 29 Dec 2016 16:52:38 +0800 Message-ID: <20161229085238.GD21789@yliu-dev.sh.intel.com> References: <1482959452-18486-1-git-send-email-ciwillia@brocade.com> <1482959452-18486-2-git-send-email-ciwillia@brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, mtetsuyah@gmail.com To: "Charles (Chas) Williams" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5038E3977 for ; Thu, 29 Dec 2016 09:50:52 +0100 (CET) Content-Disposition: inline In-Reply-To: <1482959452-18486-2-git-send-email-ciwillia@brocade.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Dec 28, 2016 at 04:10:52PM -0500, Charles (Chas) Williams wrote: > Start a vhost server once during devinit instead of during device start > and stop. Some vhost clients, QEMU, don't re-attaching to sockets when > the vhost server is stopped and later started. Preserve existing behavior > for vhost clients. I didn't quite get the idea what you are going to fix. --yliu