From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] pmd/virtio: fix cannot start virtio dev after stop Date: Thu, 7 Jan 2016 10:50:48 +0800 Message-ID: <20160107025048.GJ26062@yliu-dev.sh.intel.com> References: <1451956062-45932-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jianfeng Tan Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 311BE95AC for ; Thu, 7 Jan 2016 03:46:52 +0100 (CET) Content-Disposition: inline In-Reply-To: <1451956062-45932-1-git-send-email-jianfeng.tan@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 Tue, Jan 05, 2016 at 09:07:42AM +0800, Jianfeng Tan wrote: > Fix the issue that virtio device cannot be started after stopped. > > The field, hw->started, should be changed by virtio_dev_start/stop instead > of virtio_dev_close. > > Signed-off-by: Jianfeng Tan Acked-by: Yuanhan Liu BTW, if I'm not mistaken, it's an issue reported from Pavel. If so, you should add following above your Signed-off-by. Reported-by: Pavel Fedin Note that if you send v2, you can carry my ACK, as you just do trivial changes. --yliu