Re: [dpdk-dev] [PATCH 0/3] Some fixes for vhost

2019-09-27 Thread Maxime Coquelin
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 ++---

[dpdk-dev] [PATCH 0/3] Some fixes for vhost

2019-08-19 Thread Tiwei Bie
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