From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 04 Feb 2016 07:08:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,395,1449561600"; d="scan'208";a="647175068" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159]) by FMSMGA003.fm.intel.com with SMTP; 04 Feb 2016 07:08:25 -0800 Received: by (sSMTP sendmail emulation); Thu, 04 Feb 2016 15:08:24 +0025 Date: Thu, 4 Feb 2016 15:08:24 +0000 From: Bruce Richardson To: Pavel Fedin Message-ID: <20160204150824.GA14468@bricha3-MOBL3> References: <00b201d15f36$e87e0260$b97a0720$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00b201d15f36$e87e0260$b97a0720$@samsung.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, 'Dyasly Sergey' Subject: Re: [dpdk-dev] PING: [PATCH v2] pmd/virtio: fix cannot start virtio dev after stop X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 15:08:38 -0000 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 > >