From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3BB0D288C for ; Thu, 26 Jul 2018 18:04:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2018 09:04:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,405,1526367600"; d="scan'208";a="74770528" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga004.fm.intel.com with ESMTP; 26 Jul 2018 09:04:32 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.124]) by IRSMSX107.ger.corp.intel.com ([169.254.10.193]) with mapi id 14.03.0319.002; Thu, 26 Jul 2018 17:04:31 +0100 From: "Pattan, Reshma" To: "Somarowthu, Naga SureshX" , "dev@dpdk.org" CC: "Horton, Remy" Thread-Topic: [PATCH v7 0/4] add unit tests for bitrate, latency and pdump libraries Thread-Index: AQHUJN9ZJFUTbOPmIkOXjR5Nz+ZaQKShqeSg Date: Thu, 26 Jul 2018 16:04:30 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A376C40@IRSMSX109.ger.corp.intel.com> References: <1532538360-8773-1-git-send-email-naga.sureshx.somarowthu@intel.com> <1532609430-2753-1-git-send-email-naga.sureshx.somarowthu@intel.com> In-Reply-To: <1532609430-2753-1-git-send-email-naga.sureshx.somarowthu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 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: Thu, 26 Jul 2018 16:04:35 -0000 Hi, > -----Original Message----- > From: Somarowthu, Naga SureshX > Sent: Thursday, July 26, 2018 1:50 PM > To: dev@dpdk.org > Cc: Horton, Remy ; Pattan, Reshma > ; Somarowthu, Naga SureshX > > Subject: [PATCH v7 0/4] add unit tests for bitrate, latency and pdump lib= raries >=20 > 1/4: add ring pmd based packet helper functions for UT > 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 >=20 3/4 and 4/4 patches have been tested, 3/4 fails in its second run, reason l= atency_stats library not cleaning the memzone during the uninit.=20 Will send the fix patch for the library. Acked-by: Reshma Pattan