[dpdk-dev] [PATCH] pmd/virtio: fix cannot start virtio dev after stop

2016-01-11 Thread Pavel Fedin
Hello! I tried to apply your patch to master and got compile errors. See inline. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jianfeng Tan > Sent: Tuesday, January 05, 2016 4:08 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH]

[dpdk-dev] [PATCH] pmd/virtio: fix cannot start virtio dev after stop

2016-01-07 Thread Yuanhan Liu
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

[dpdk-dev] [PATCH] pmd/virtio: fix cannot start virtio dev after stop

2016-01-05 Thread Jianfeng Tan
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 --- drivers/net/virtio/virtio_ethdev.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-