From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 374532B9D for ; Wed, 9 Mar 2016 12:10:21 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 09 Mar 2016 03:10:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="760865795" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.220.68]) ([10.237.220.68]) by orsmga003.jf.intel.com with ESMTP; 09 Mar 2016 03:10:19 -0800 To: dev@dpdk.org References: <1455634095-4183-1-git-send-email-david.hunt@intel.com> <1457517037-71693-1-git-send-email-david.hunt@intel.com> From: "Hunt, David" Message-ID: <56E0049A.3070808@intel.com> Date: Wed, 9 Mar 2016 11:10:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1457517037-71693-1-git-send-email-david.hunt@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/4] external mempool manager 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: Wed, 09 Mar 2016 11:10:21 -0000 On 3/9/2016 9:50 AM, David Hunt wrote: > * removed stack hanler, may re-introduce at a later date > Some comments regarding this have made good points to keep this handler in. Will do in v4. Regards, David.