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

2016-01-11 Thread Pavel Fedin
Tested-by: Pavel Fedin Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia > -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.

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

2016-01-11 Thread Jianfeng Tan
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: Yua