From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 08 Mar 2016 03:52:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="904866608" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga001.jf.intel.com with ESMTP; 08 Mar 2016 03:52:15 -0800 Date: Tue, 8 Mar 2016 19:54:38 +0800 From: Yuanhan Liu To: "Loftus, Ciara" 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 Content-Disposition: inline In-Reply-To: <74F120C019F4A64C9B78E802F6AD4CC24F833781@IRSMSX153.ger.corp.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 3/3] vhost: fix vq realloc at numa_realloc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 11:52:17 -0000 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