From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 92CC8FEB for ; Mon, 29 Oct 2018 04:01:31 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2C21221E9E; Sun, 28 Oct 2018 23:01:31 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 28 Oct 2018 23:01:31 -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=W944CXxuLQk1mvPIH+VvOAiekVG6MK6QCDsHrHLGbUE=; b=XhXDXkB1Mobw gI3A/Ux8it9In3l/L+wXzOONiePeLvN/nLIwuPF/6IyNoH4DWe8787YAd06mLRBs m0+AZ4AvYmLxI3W7AmxIwn5sPeHIP2n/97WC0EJ13iAkspYyQkjNbEGh/iyrx63Z dJr9WD3iresqlPajlLREnizvpu+jXZ8= 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=fm1; bh=W944CXxuLQk1mvPIH+VvOAiekVG6MK6QCDsHrHLGb UE=; b=EsApUJ8G6Yj55nT8+Ex8E2BONKlL6HF7GE3y4xS7Hwd1sH87im5PHOFnd sMoVQGtDErimLyfhf+ICzKLxbuU8h2/WwBkVrUCoS/K0xZEVI703OkcfP3jSIveP ZOoy88ScXwFL5lPYrgVYxD+Ibe4SI4hNhNkpVeaHPdp9IFubg1jKXXWnrs0uXM8q sKktuuFET6dXPqcl+F6gEOB7HF35D6gf5HR/Txz2rx7DLDIF6shGeNGB/bDcDI2Q oB/kmEClOVnBiJ49MMhkR0dkYYe9X6YXSwp1F/b9J/eG+K8PIN3o5SmZR3IjLMNg LQKf6qAgzV/K7ayvK2eYpzTmkg/WA== X-ME-Sender: 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 EB56D10333; Sun, 28 Oct 2018 23:01:29 -0400 (EDT) From: Thomas Monjalon To: Hari Kumar Vemula Cc: dev@dpdk.org, remy.horton@intel.com, reshma.pattan@intel.com Date: Mon, 29 Oct 2018 04:01:36 +0100 Message-ID: <1558429.oAYqoRxEXy@xps> In-Reply-To: <1539003687-27991-1-git-send-email-hari.kumarx.vemula@intel.com> References: <1535115411-3051-1-git-send-email-hari.kumarx.vemula@intel.com> <1539003687-27991-1-git-send-email-hari.kumarx.vemula@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5] test: add unit tests for metrics library 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: Mon, 29 Oct 2018 03:01:31 -0000 08/10/2018 15:01, Hari Kumar Vemula: > Unit testcases are added for metrics library > Added metrics unit test to autotest list > Updated meson build file > Updated MAINTAINERSHIP for metrics unit test > > Signed-off-by: Hari Kumar Vemula > Reviewed-by: Reshma Pattan > Reviewed-by: Remy Horton > Acked-by: Remy Horton Applied, thanks