From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A4248271; Mon, 19 Jun 2017 22:37:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 547DD209FE; Mon, 19 Jun 2017 16:37:10 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 19 Jun 2017 16:37:10 -0400 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:x-sasl-enc; s=mesmtp; bh=k99naUR0+QddmXD ONdBZS9CUiHvFI8s0oRzL0pgQBLA=; b=Ug/DqCBLWKHhWzgHNVwIgFS3W5ckwWW vcIinSbvkd1bg5ELiLFMcNxlWfUboZSm5+zzxvdoxoWeUBA8RhAzl8ZNWkKwoDe3 uJNkZYgkSFLpclmWw+A8IkFqNQ+3pSJtwLC9oG4ZX+VupaA6lm5uJ3vIIyw32g6L wbzegKYzFp3M= 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:x-sasl-enc; s= fm1; bh=k99naUR0+QddmXDONdBZS9CUiHvFI8s0oRzL0pgQBLA=; b=k5LRiEDg 2yopWErVCzEnrWoPyPmP36iTE8mM4PocfVDMM4z5LRQiMDDi2+e8O7ipdy8imW6Q xv336aluBFeLpl6qv0XBl3l25P846LLyfVPVNxbZnCltBwBxyRDvRq5hS/RFgUZ4 vGyj3wa0EKSezwv1YuOs74EcMnKBghUl/3GJ7tpEOlBNwrFHYNncSmz2KtnLzdl1 geuIW/QndJJACp+oXeQmqLCUA6i1/qS14UuwhMHSpCBthqDgxHrOf+vPY3C4JeoQ DEcfHWYMfTg+EQ+R1nASKWkGn5AE6QnzDW+d/vuuURPMkn2QjP588Pgt+/1A/7YM Dm7FljC8OnEnYQ== X-ME-Sender: X-Sasl-enc: JnInb6tW6njny4wa24ipAKmLyJdB4PUMl4bqRwdXsQd+ 1497904630 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0F6EC248E7; Mon, 19 Jun 2017 16:37:10 -0400 (EDT) From: Thomas Monjalon To: Santosh Shukla Cc: dev@dpdk.org, olivier.matz@6wind.com, shreyansh.jain@nxp.com, stable@dpdk.org Date: Mon, 19 Jun 2017 22:37:09 +0200 Message-ID: <2170817.cQF1WCe9mM@xps> In-Reply-To: <20170608142831.28166-1-santosh.shukla@caviumnetworks.com> References: <20170608142831.28166-1-santosh.shukla@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] test/test_mbuf: remove mempool global var X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 20:37:10 -0000 08/06/2017 16:28, Santosh Shukla: > Let test_mbuf alloc and free mempool. > > Cc: stable@dpdk.org > Signed-off-by: Santosh Shukla Why Cc stable? Is it fixing something?