mbox series

[0/3] Some fixes for vhost

Message ID 20190819113457.15569-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Some fixes for vhost |

Message

Tiwei Bie Aug. 19, 2019, 11:34 a.m. UTC
  Tiwei Bie (3):
  vhost: do not realloc device and queues during running
  vhost: fix vring addr handling during live migration
  vhost: protect vring access done by application

 lib/librte_vhost/vhost.c      | 53 ++++++++++++++++++++++++++---------
 lib/librte_vhost/vhost_user.c | 15 ++++++++--
 2 files changed, 53 insertions(+), 15 deletions(-)
  

Comments

Maxime Coquelin Sept. 27, 2019, 9:48 a.m. UTC | #1
On 8/19/19 1:34 PM, Tiwei Bie wrote:
> Tiwei Bie (3):
>   vhost: do not realloc device and queues during running
>   vhost: fix vring addr handling during live migration
>   vhost: protect vring access done by application
> 
>  lib/librte_vhost/vhost.c      | 53 ++++++++++++++++++++++++++---------
>  lib/librte_vhost/vhost_user.c | 15 ++++++++--
>  2 files changed, 53 insertions(+), 15 deletions(-)
> 

Applied to dpdk-next-virtio/master.

Thanks,
Maxime