From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5479A493D for <dev@dpdk.org>; Wed, 1 Aug 2018 00:30:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C930721F14; Tue, 31 Jul 2018 18:30:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 31 Jul 2018 18:30:06 -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; s=mesmtp; bh=TEZ3wND9iPjNEmt9IlGfB2AYHu TnMwfRoRroYwXO6oY=; b=qhTdMeys0gADuV4E9y2VxtSeoLTC8yIMhrAHAba+0w KccccDa0sEN4h2ZmqPLS7dXQcncy07PkeHGzssgeRmMPx3ehTuf+riNhor1z9S68 RjCqg/Wf8Gb5lNBvJE8SswuO13DJkE1rNJdoPChNaqUqjZqAFdi90sd5Kq0ITZj5 g= 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=fm3; bh=TEZ3wN D9iPjNEmt9IlGfB2AYHuTnMwfRoRroYwXO6oY=; b=BP79Y4riXVhax3sA4Kpvxx oDydFJJLcTtZlpgH0l7WZuzWmI2QS4wb2/ivZ18p314Hwl6kh/pM3IPhppfp+Nlv fPSWidB7paZYj1aDDHpMWyBsGeCfw7pR2YaA8+Ki/rxMEuREM/jxuBtzu8MYFV74 iH7nrjFblTQTi7a0TREYlBm1YydgM2fAk4kvuLHgK2quiPXlty97DqNZO95vPSVR KziOygnUtrSN4S5Z8lTDOjCtvioLnttyrCqPQW5gANJjxMEdth+0+Fmh5JlxKqXz W+gyuMiA10GrZyIXAWpIgh0KwIQCroqXdvhyQVo1543yCin7sNwpzCzEERfqZnyw == X-ME-Proxy: <xmx:7uJgW4kIkWvjjxY5q2bYi52Y8UY1RP_uIxoULEmCmoQDa-OJzoKDBA> <xmx:7uJgW1YE-kvfPmISEwlg77Zyh0CAYS7KC5oxXBG0YXpE5ApDbT9q5w> <xmx:7uJgWwIuNiRki3gWAhrYgpAR9wRdMHiVL0ABwG-61ptmOzRcLBpX7A> <xmx:7uJgW9huDuXykwUmkyddUGiUU3nsdyg_PBoIhXPfXFklnLurCvLaVQ> <xmx:7uJgW2VvyadVqq4bxfBCo6x8BKEp4v-y-dVQaAbjTBlzJsnulDGVjw> <xmx:7uJgWzIDqGkOdJz8zPQP7V2HuazxYxH8KhpJNFz33As6DchVftaw1A> X-ME-Sender: <xms:7uJgW13eVXJVbtyi4yYI3qYi3JicdfEMAMHsRhOlbgdbSQHvunPDxQ> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7220A1028D; Tue, 31 Jul 2018 18:30:05 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: Reshma Pattan <reshma.pattan@intel.com> Cc: dev@dpdk.org, anatoly.burakov@intel.com, jananeex.m.parthasarathy@intel.com, Naga Suresh Somarowthu <naga.sureshx.somarowthu@intel.com> Date: Wed, 01 Aug 2018 00:30:00 +0200 Message-ID: <2704667.149VBBRXeG@xps> In-Reply-To: <1533075501-10135-1-git-send-email-reshma.pattan@intel.com> References: <1533075501-10135-1-git-send-email-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v10 0/5] add unit tests for bitrate, latency and pdump libraries X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 31 Jul 2018 22:30:07 -0000 Hi Reshma, 01/08/2018 00:18, Reshma Pattan: > v10: fixed clang compiler issues and freed latency stats memzone in latency > stats unit tests. > v9: rebased ontop of latest autotest changes and added new tests to the autotest list > v8: renamed commit headline and freed the metrics memzone for bitrate ut > v7: removed unused macros and corrected the comment > v6: updated ring variable appropriately > v5: rebased, freed pools and rings, created common patch set Please use --in-reply-to as explained in the contributing guide, in order to get all the versions in the same thread.