From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v6 05/13] vhost-user: handle VHOST_USER_RESET_OWNER correctly Date: Tue, 20 Oct 2015 15:14:23 +0800 Message-ID: <20151020071423.GU3115@yliu-dev.sh.intel.com> References: <1444369572-1157-1-git-send-email-yuanhan.liu@linux.intel.com> <1444369572-1157-6-git-send-email-yuanhan.liu@linux.intel.com> <2663202.cvIv1Wzbri@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, marcel@redhat.com, "Michael S. Tsirkin" To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 803D78EA0 for ; Tue, 20 Oct 2015 09:14:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2663202.cvIv1Wzbri@xps13> 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 Tue, Oct 20, 2015 at 09:03:48AM +0200, Thomas Monjalon wrote: > 2015-10-09 13:46, Yuanhan Liu: > > Destroy corresponding device when a VHOST_USER_RESET_OWNER message is > > received, otherwise, the vhost-switch would still try to access vq > > of that device, which results to SIGSEG fault, and let vhost-switch > > crash in the end. > > It is a fix, so the title should look like: > vhost: fix crash when receiving VHOST_USER_RESET_OWNER > and there should be a "Fixes:" tag. Got it. > > Please could you also review the related patches from Jerome Jutteau? > http://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=354 I've already reviewed v1 in the first time, giving him a series ACK. However, I had a minor comment, which will not affect my ACK, and he updated his patch to v2. Maybe I should make another ACK in this v2. --yliu