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 BAE4C235 for ; Tue, 31 Jul 2018 16:57:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4C27B21D0A; Tue, 31 Jul 2018 10:57:25 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 31 Jul 2018 10:57:25 -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=77uuuDjzOEe5S1iaP9C/8+79XH rRYOl4uA4MYoqrPII=; b=DbwJEdUvu2eaxHafEwpTaHydYI6IoSFRUVjHv6P7D/ Lr0jXEllMKTDByKbo1kQAjcKSh6ni+WvmUumlZ2aoXC+TK8mGcbtiqhaltp6va47 aDp5CtFbad5fq0oPdE2i2uDNf3wYWE6rSLc9oS1GdDlAaOO4MfJOkg0Bb46DRt58 k= 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=77uuuD jzOEe5S1iaP9C/8+79XHrRYOl4uA4MYoqrPII=; b=b3w1WiLUbOCoqKPuwWD7Gp 98QqS8unX7ia6vsiDs/o54QPSDyX4sxQZcOBigFcB5kRs5czn9ACEwENygezujQD 9aZFqp9ThbxkqI2pqeFUp30dLnFP/nzR+owWeD9aMgqi3PzGts/bxPHLB0NNsaWA WtTofzzPA+dmMe6UvsdIFlpGDoGQxhMXykOYzUg7V5u4BO9ITfWY1wbfBCodTi0T d+dBHYkInBCsLY7If7cxKRCMk+bG0DEcuv8b+0lmHAY6y2stcqQiFY4HPafcZrCn XM4yE6Vttf0H1nCuh5pOE/1PgwEjxTgfpWXBevkia7Ds1pVXDifFly/TiOuqSjhA == X-ME-Proxy: 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 533D710284; Tue, 31 Jul 2018 10:57:24 -0400 (EDT) From: Thomas Monjalon To: Naga Suresh Somarowthu Cc: dev@dpdk.org, remy.horton@intel.com, reshma.pattan@intel.com Date: Tue, 31 Jul 2018 16:57:19 +0200 Message-ID: <10501164.j0gtPvXUvm@xps> In-Reply-To: <1532701601-32692-1-git-send-email-naga.sureshx.somarowthu@intel.com> References: <1532609430-2753-1-git-send-email-naga.sureshx.somarowthu@intel.com> <1532701601-32692-1-git-send-email-naga.sureshx.somarowthu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 0/4] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 14:57:25 -0000 27/07/2018 16:26, Naga Suresh Somarowthu: > 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 The patch 2 does not apply on top of autotest rework. Please rebase I think it will be for 18.11.