From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 3/3] vhost: fix vq realloc at numa_realloc Date: Tue, 8 Mar 2016 19:54:38 +0800 Message-ID: <20160308115438.GQ14300@yliu-dev.sh.intel.com> References: <1450422247-6814-1-git-send-email-yuanhan.liu@linux.intel.com> <1450769304-22986-1-git-send-email-yuanhan.liu@linux.intel.com> <1450769304-22986-3-git-send-email-yuanhan.liu@linux.intel.com> <74F120C019F4A64C9B78E802F6AD4CC24F833781@IRSMSX153.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Loftus, Ciara" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 55A052C55 for ; Tue, 8 Mar 2016 12:52:17 +0100 (CET) Content-Disposition: inline In-Reply-To: <74F120C019F4A64C9B78E802F6AD4CC24F833781@IRSMSX153.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Mar 07, 2016 at 01:49:26PM +0000, Loftus, Ciara wrote: > > I encountered the " PANIC in rte_free():" error when using RTE_LIBRTE_VHOST_NUMA too, and applying this series resolved the issue. Thanks for the patches. > > Tested-by: Ciara Loftus Thanks for testing. A new version (just about rebase) will hopefully be sent out in one or two days. --yliu