[dpdk-dev] [PATCH v3] vhost: fix driver unregister for client mode

2016-07-22 Thread Thomas Monjalon
2016-07-21 21:18, Yuanhan Liu: > On Thu, Jul 21, 2016 at 03:55:36PM +0300, Ilya Maximets wrote: > > Currently while calling of 'rte_vhost_driver_unregister()' connection > > to QEMU will not be closed. This leads to inability to register driver > > again and reconnect to same virtual machine. > >

[dpdk-dev] [PATCH v3] vhost: fix driver unregister for client mode

2016-07-21 Thread Yuanhan Liu
On Thu, Jul 21, 2016 at 03:55:36PM +0300, Ilya Maximets wrote: > Currently while calling of 'rte_vhost_driver_unregister()' connection > to QEMU will not be closed. This leads to inability to register driver > again and reconnect to same virtual machine. > > This scenario is reproducible with OVS.

[dpdk-dev] [PATCH v3] vhost: fix driver unregister for client mode

2016-07-21 Thread Ilya Maximets
Currently while calling of 'rte_vhost_driver_unregister()' connection to QEMU will not be closed. This leads to inability to register driver again and reconnect to same virtual machine. This scenario is reproducible with OVS. While executing of the following command vhost port will be re-created (