On Thu, Apr 21, 2016 at 02:01:26PM +0300, Ilya Maximets wrote: > Hi, Christian. > You're, likely, using tar archive with openvswitch from openvswitch.org. > It doesn't contain many bug fixes from git/branch-2.5 unfortunately. > > The problem that you are facing has been solved in branch-2.5 by > > commit d9df7b9206831631ddbd90f9cbeef1b4fc5a8e89 > Author: Ilya Maximets <i.maximets at samsung.com> > Date: Thu Mar 3 11:30:06 2016 +0300 > > netdev-dpdk: Fix memory leak in netdev_dpdk_vhost_destruct(). > > Fixes: 4573fbd38fa1 ("netdev-dpdk: Add vhost-user multiqueue support") > Signed-off-by: Ilya Maximets <i.maximets at samsung.com> > Acked-by: Flavio Leitner <fbl at sysclose.org> > Acked-by: Daniele Di Proietto <diproiettod at vmware.com> Hi Ilya,
Thanks for the info. And, I actually checked this peice of code. I was using new code, so, I didn't find anything wrong. --yliu