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 at intel.com] > > Sent: Monday, January 11, 2016 9:16 AM > > To: dev at dpdk.org > > Cc: p.fedin at samsung.com; yuanhan.liu at 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 <p.fedin at samsung.com> > > Signed-off-by: Jianfeng Tan <jianfeng.tan at intel.com> > > Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> > >