mbox series

[0/3] Some fixes/improvements for virtio-user memory table

Message ID 20180905042852.6212-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Some fixes/improvements for virtio-user memory table |

Message

Tiwei Bie Sept. 5, 2018, 4:28 a.m. UTC
  This series consists of some fixes and improvements for virtio-user's
memory table preparation.

This series supersedes below patches:
https://patches.dpdk.org/patch/43807/
https://patches.dpdk.org/patch/43918/

The second patch in this series depends on the below patch set:
http://patches.dpdk.org/project/dpdk/list/?series=1177

Tiwei Bie (3):
  net/virtio-user: fix deadlock in memory events callback
  net/virtio-user: avoid parsing process mappings
  net/virtio-user: fix memory hotplug support in vhost-kernel

 drivers/net/virtio/virtio_user/vhost_kernel.c |  50 +++--
 drivers/net/virtio/virtio_user/vhost_user.c   | 211 ++++++++----------
 .../net/virtio/virtio_user/virtio_user_dev.c  |  19 ++
 3 files changed, 135 insertions(+), 145 deletions(-)
  

Comments

Maxime Coquelin Sept. 11, 2018, 1:11 p.m. UTC | #1
On 09/05/2018 06:28 AM, Tiwei Bie wrote:
> This series consists of some fixes and improvements for virtio-user's
> memory table preparation.
> 
> This series supersedes below patches:
> https://patches.dpdk.org/patch/43807/
> https://patches.dpdk.org/patch/43918/
> 
> The second patch in this series depends on the below patch set:
> http://patches.dpdk.org/project/dpdk/list/?series=1177
> 
> Tiwei Bie (3):
>    net/virtio-user: fix deadlock in memory events callback
>    net/virtio-user: avoid parsing process mappings
>    net/virtio-user: fix memory hotplug support in vhost-kernel
> 
>   drivers/net/virtio/virtio_user/vhost_kernel.c |  50 +++--
>   drivers/net/virtio/virtio_user/vhost_user.c   | 211 ++++++++----------
>   .../net/virtio/virtio_user/virtio_user_dev.c  |  19 ++
>   3 files changed, 135 insertions(+), 145 deletions(-)
> 

That's all good to me.
I'll apply it once Anatoly's series is accepted.

Thanks,
Maxime
  
Maxime Coquelin Sept. 20, 2018, 7:35 a.m. UTC | #2
On 09/05/2018 06:28 AM, Tiwei Bie wrote:
> This series consists of some fixes and improvements for virtio-user's
> memory table preparation.
> 
> This series supersedes below patches:
> https://patches.dpdk.org/patch/43807/
> https://patches.dpdk.org/patch/43918/
> 
> The second patch in this series depends on the below patch set:
> http://patches.dpdk.org/project/dpdk/list/?series=1177
> 
> Tiwei Bie (3):
>    net/virtio-user: fix deadlock in memory events callback
>    net/virtio-user: avoid parsing process mappings
>    net/virtio-user: fix memory hotplug support in vhost-kernel
> 
>   drivers/net/virtio/virtio_user/vhost_kernel.c |  50 +++--
>   drivers/net/virtio/virtio_user/vhost_user.c   | 211 ++++++++----------
>   .../net/virtio/virtio_user/virtio_user_dev.c  |  19 ++
>   3 files changed, 135 insertions(+), 145 deletions(-)
> 

Applied to dpdk-next-virtio/master.

Thanks,
Maxime