From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EE207A0096 for ; Thu, 9 May 2019 09:44:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC2D44C93; Thu, 9 May 2019 09:44:22 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E5C2F2C2B for ; Thu, 9 May 2019 09:44:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7D0F02438A; Thu, 9 May 2019 03:44:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 09 May 2019 03:44:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=pBtKD9+8BWByP/4iUdyMklIROm1JcC1Kz8KL6ZZ+Fhc=; b=saorx9/6yHui 9CR5qm8KnYHgFSP8WsGG6tcVYGaJBe33PL17RSLdPFWhIpXKQ/SGf8K6wdnA6Oo9 g7T0NxiH/sOYOdb8kK5i6d8+4AxGq7V6poX+9F9+ySqJLY4qrrVh4jPIuw9IBkXn i5gnf0SgC30xLM9po8Mt5qD4fp08gR4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=pBtKD9+8BWByP/4iUdyMklIROm1JcC1Kz8KL6ZZ+F hc=; b=IyyOlKFi1gvNIsZAJin6pRvsNb2v/d+4eg4kd8/CYj/PCj8BFaM8laFw1 NnQd/jLgFy9BNjVAfTnPWjhffFmbUiWmW5u4Wp2xKMRWtm7VQPztmeabLYZnYdGo v3cb8DMB0/ZxNLSm6XvFyN9jG/PgOS2jT9J4S1iEagQm2dwONk8vSXbVOweZaALi 0ZSSDMGCPVc9f0FzOM3elzI4sB+wsvcnQvY5WUbLZmoe4/HLFDEGA1I/nfzyYD2u hnSepEtn9EIV3hkqLbzrnvLUC7J2sH1n7K5boh2Q+UIV9HobNCIDSvlLGK1zdkMA srjUOAmReSxxav6uwsRwxqudtzuOQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeeggdduvdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 38BC180059; Thu, 9 May 2019 03:44:20 -0400 (EDT) From: Thomas Monjalon To: "Carrillo, Erik G" Cc: "Burakov, Anatoly" , "rsanford@akamai.com" , "dev@dpdk.org" Date: Thu, 09 May 2019 09:44:19 +0200 Message-ID: <3366402.4AVTAC5fGl@xps> In-Reply-To: References: <1556737217-24338-1-git-send-email-erik.g.carrillo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] timer: fix resource leak in finalize X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190509074419.722a10nuncdFQO616TfUBCJ4GBegV1KaG-xA0WcxcWM@z> 09/05/2019 01:01, Carrillo, Erik G: > I like this idea; thanks for the suggestion. I went ahead and submitted a new version > of this patch with this approach. It's dependent on one other new patch that allows > secondary processes to reserve the memzone. I also submitted a deprecation > notice for the ABI break for the change to rte_mem_config. > > Thomas, I suspect that I should mark v3 of this patch as "deferred", so I've gone ahead and > done that, but let me know if that's wrong. Any patch targetting 19.08 should be marked as deferred, thanks.