Re: [dpdk-dev] [PATCH v3 0/4] net/virtio: fix memory leak when reinitializing device

2018-01-26 Thread Yuanhan Liu
On Tue, Jan 23, 2018 at 04:54:39PM +0100, Olivier Matz wrote: > When devops->configure() is called, the queues may be reallocated > if the features flag changed, but the previous are not freed. This > patchset fixes this issue. Seires applied to dpdk-next-virtio. Thanks. --yliu > > To r

[dpdk-dev] [PATCH v3 0/4] net/virtio: fix memory leak when reinitializing device

2018-01-23 Thread Olivier Matz
When devops->configure() is called, the queues may be reallocated if the features flag changed, but the previous are not freed. This patchset fixes this issue. To really point out the issue, I instrumented rte_malloc, rte_memzone_reserve, rte_mbuf_alloc to track the allocations and frees. For refe