From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v14 0/4] add unit tests for bitrate, latency and pdump libraries Date: Fri, 18 Jan 2019 02:34:46 +0100 Message-ID: <25805038.YpNabzTz1s@xps> References: <1539000767-22745-1-git-send-email-naga.sureshx.somarowthu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, reshma.pattan@intel.com, anatoly.burakov@intel.com, remy.horton@intel.com To: Naga Suresh Somarowthu Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id AE6BC2904 for ; Fri, 18 Jan 2019 02:34:50 +0100 (CET) In-Reply-To: <1539000767-22745-1-git-send-email-naga.sureshx.somarowthu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/10/2018 14:12, Naga Suresh Somarowthu: > 1/4: add helper functions for tests using ring-PMD Rx/Tx > 2/4: unit test cases added for bitrate library > 3/4: unit test cases added for latencystats library > 4/4: unit test cases added for pdump library > > Patches 2/4, 3/4 and 4/4 depends on 1/4 > > Signed-off-by: Naga Suresh Somarowthu > Reviewed-by: Reshma Pattan > Acked-by: Reshma Pattan > > --- > v14 :rebased > v13: added required changes for meson build > updated respective patches > updated the headers as per IWYU > v12: corrected commit message for pdump unit test > v11: fixed compilation issue in centos and 32bit arch > removed memzone free as per fix in the latency library > and updated the maintainers file > 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 > --- > > Naga Suresh Somarowthu (4): > test: add helper functions for tests using ring-PMD Rx/Tx > test: add unit tests for bitrate library > test: add unit tests for latencystats library > test: add unit test for pdump library Rebased and applied, thanks