From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6E0321B420 for ; Tue, 6 Feb 2018 01:49:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1CC8C20F9E; Mon, 5 Feb 2018 19:49:55 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 05 Feb 2018 19:49:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=8Ovvgezfh4uP2aawF6LrvvK4e5 mGEV/UN2xlkobWOg4=; b=JmFaiiQmZLnhsyJuveUq1H8OkWRQl93wIKdOIlm1RG HXUDU5CyFn46gDtegQnYVr3JEJvQ1O6szaR1erxMK86Wf8G2xltz09rMT26tbgA4 DRzpYbh682O8mChCeCsu6DYM/9PB9EoLZJg/gdt+zdP7XRrdZHGcVa+dcRHJwFIb s= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=8Ovvge zfh4uP2aawF6LrvvK4e5mGEV/UN2xlkobWOg4=; b=TA6+sdqYExtDCkEfAyfyGk ZmRJ/dltzig0SALPrWQI9UJL3u49ESmYudzwdIsOLMzifXYQhmPcqZQhV5LmHcdo G9IihwTXrRa/TLFzEzfmAakuTz2R5Zyp7+eADBN0mT7fLgH1LLiKij0sgcSUQWQy wWwVddrDEiuB1ar07JuS5IO6aqKLjx8QmdBQahKp9eWAQuO22/63FIrqZYBN/lal UpUuL6AJADYccYm6iCUAlF2d76F31JzI3jTkBun1qBk1lUmUe44J00ehGNmnGz3y v+Vg9HdHB3bGWYL1/uz36Os9JlC2FMY2GVGtrl9TkNERM9Wzt3S0nKTieXRDmQJg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D961A7E137; Mon, 5 Feb 2018 19:49:54 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Radoslaw Biernacki Date: Tue, 06 Feb 2018 01:49:51 +0100 Message-ID: <8801783.TU13vzm8Wm@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/2] test/memzone: add test for memzone count in eal mem config 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: , X-List-Received-Date: Tue, 06 Feb 2018 00:49:55 -0000 01/02/2018 11:14, Anatoly Burakov: > Ensure that memzone count in eal mem config is incremented and > decremented whenever memzones are allocated and freed. > > Reviewed-by: Radoslaw Biernacki > > Signed-off-by: Anatoly Burakov Series applied, thanks