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 BAE4C235 for <dev@dpdk.org>; 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: <xmx:1HhgWz1M1B2RFxchky343eLW-rTFF_FadAMaMFErR6uwsO-19Yk7cA> <xmx:1HhgW68ZYbg5N2vfaXCulA3bpRTPxgGSnLh4zGLiaD8iJiVtm-UjTA> <xmx:1HhgW6dUjsJagWvr9JQ46jEEKae4MZ4XWhnxHyiN_-1GiNH6IJO8SA> <xmx:1HhgWyi54-4BnllbdB5GvQ8C_Yxh5EEi5Li3HtuPK2eESWF5UWSFsw> <xmx:1HhgWxzI1YY7TMUe4yr7DQv1CP3tUFdHPSFpaSzyFHwdLN5mF_eysg> <xmx:1XhgW9LSMiPVXEUnrLpdiuBlLRpzNJeaGtvv4BNW35vnXVcdO72a9w> X-ME-Sender: <xms:1HhgW09JOw_d41I_GXs9eORtLhArA2cbEkc8HN4XGMam4UQ7ZAWr7g> 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 <thomas@monjalon.net> To: Naga Suresh Somarowthu <naga.sureshx.somarowthu@intel.com> 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 <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 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.