[dpdk-dev] [PATCH] vhost: reset queue state in destroy_device

2016-07-11 Thread Yuanhan Liu
On Mon, Jul 04, 2016 at 10:24:41AM +0800, Yuanhan Liu wrote: > On Fri, Jul 01, 2016 at 09:31:12AM -0700, Rich Lane wrote: > > Fixes a bug where rte_eth_vhost_get_queue_event would not return enabled > > queues > > after a guest application restart. > > > > Fixes: ee584e9710b9 ("vhost: add driver

[dpdk-dev] [PATCH] vhost: reset queue state in destroy_device

2016-07-04 Thread Yuanhan Liu
On Fri, Jul 01, 2016 at 09:31:12AM -0700, Rich Lane wrote: > Fixes a bug where rte_eth_vhost_get_queue_event would not return enabled > queues > after a guest application restart. > > Fixes: ee584e9710b9 ("vhost: add driver on top of the library") > Signed-off-by: Rich Lane Acked-by: Yuanhan

[dpdk-dev] [PATCH] vhost: reset queue state in destroy_device

2016-07-01 Thread Rich Lane
Fixes a bug where rte_eth_vhost_get_queue_event would not return enabled queues after a guest application restart. Fixes: ee584e9710b9 ("vhost: add driver on top of the library") Signed-off-by: Rich Lane --- drivers/net/vhost/rte_eth_vhost.c | 10 ++ 1 file changed, 10 insertions(+)