[dpdk-dev] [PATCH v2 0/2] vhost: Fix leaks on migration.

2016-06-20 Thread Yuanhan Liu
Applied to dpdk-next-virtio. Thanks! --yliu On Thu, Jun 16, 2016 at 12:16:35PM +0300, Ilya Maximets wrote: > v2: > * rebased on top of dpdk-next-virtio/master > > Ilya Maximets (2): > vhost: fix leak of file descriptors. > vhost: unmap log memory on cleanup. > > lib/librte_vh

[dpdk-dev] [PATCH v2 0/2] vhost: Fix leaks on migration.

2016-06-16 Thread Ilya Maximets
v2: * rebased on top of dpdk-next-virtio/master Ilya Maximets (2): vhost: fix leak of file descriptors. vhost: unmap log memory on cleanup. lib/librte_vhost/vhost-net.h | 1 + lib/librte_vhost/vhost_user/virtio-net-user.c | 16 ++-- 2 files changed, 15 i