From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 29 Dec 2016 00:50:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,425,1477983600"; d="scan'208";a="47716355" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 29 Dec 2016 00:50:51 -0800 Date: Thu, 29 Dec 2016 16:52:38 +0800 From: Yuanhan Liu To: "Charles (Chas) Williams" Cc: dev@dpdk.org, mtetsuyah@gmail.com 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 Content-Disposition: inline In-Reply-To: <1482959452-18486-2-git-send-email-ciwillia@brocade.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 2/2] vhost: start vhost servers once X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 08:50:53 -0000 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