From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: PING: [PATCH v2] pmd/virtio: fix cannot start virtio dev after stop Date: Thu, 4 Feb 2016 15:08:24 +0000 Message-ID: <20160204150824.GA14468@bricha3-MOBL3> References: <00b201d15f36$e87e0260$b97a0720$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, 'Dyasly Sergey' To: Pavel Fedin Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7842195DE for ; Thu, 4 Feb 2016 16:08:38 +0100 (CET) Content-Disposition: inline In-Reply-To: <00b201d15f36$e87e0260$b97a0720$@samsung.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 Thu, Feb 04, 2016 at 01:29:19PM +0300, Pavel Fedin wrote: > Hello! Are there any news about this patch? We have got this problem for the second time, it reproduces every time we try to use > ovs-dpdk inside virtual machine with virtio-net adapter. > > Kind regards, > Pavel Fedin > Senior Engineer > Samsung Electronics Research center Russia > > Commited to dpdk-next-net/rel_16_04 with added fixes line. /Bruce > > -----Original Message----- > > From: Jianfeng Tan [mailto:jianfeng.tan@intel.com] > > Sent: Monday, January 11, 2016 9:16 AM > > To: dev@dpdk.org > > Cc: p.fedin@samsung.com; yuanhan.liu@linux.intel.com; Jianfeng Tan > > Subject: [PATCH v2] pmd/virtio: fix cannot start virtio dev after stop > > > > v2 changes: > > - Address compiling error. > > - Add Reported-by. > > > > 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. > > > > Reported-by: Pavel Fedin > > Signed-off-by: Jianfeng Tan > > Acked-by: Yuanhan Liu > >