[dpdk-dev] [PATCH] vhost: fix missing flag reset on stop

2016-06-30 Thread Yuanhan Liu
On Wed, Jun 29, 2016 at 02:55:40PM +, Loftus, Ciara wrote: > > > > Commit 550c9d27d143 ("vhost: set/reset device flags internally") moves > > the VIRTIO_DEV_RUNNING set/reset to vhost lib. But I missed one reset > > on stop; here fixes it. > > > > Fixes: 550c9d27d143 ("vhost: set/reset

[dpdk-dev] [PATCH] vhost: fix missing flag reset on stop

2016-06-29 Thread Loftus, Ciara
> > Commit 550c9d27d143 ("vhost: set/reset device flags internally") moves > the VIRTIO_DEV_RUNNING set/reset to vhost lib. But I missed one reset > on stop; here fixes it. > > Fixes: 550c9d27d143 ("vhost: set/reset device flags internally") > > Reported-by: Loftus Ciara > Signed-off-by:

[dpdk-dev] [PATCH] vhost: fix missing flag reset on stop

2016-06-27 Thread Yuanhan Liu
Commit 550c9d27d143 ("vhost: set/reset device flags internally") moves the VIRTIO_DEV_RUNNING set/reset to vhost lib. But I missed one reset on stop; here fixes it. Fixes: 550c9d27d143 ("vhost: set/reset device flags internally") Reported-by: Loftus Ciara Signed-off-by: Yuanhan Liu ---