From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9B3B45B32 for ; Thu, 1 Nov 2018 18:39:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2018 10:39:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,452,1534834800"; d="scan'208";a="85978794" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga007.jf.intel.com with ESMTP; 01 Nov 2018 10:39:31 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.131]) by IRSMSX154.ger.corp.intel.com ([169.254.12.166]) with mapi id 14.03.0415.000; Thu, 1 Nov 2018 17:39:30 +0000 From: "Lipiec, Herakliusz" To: "Somarowthu, Naga SureshX" , "dev@dpdk.org" CC: "Richardson, Bruce" , "De Lara Guarch, Pablo" , "Pattan, Reshma" , "Somarowthu, Naga SureshX" Thread-Topic: [dpdk-dev] [PATCH] test: reduce test time for hash multiwriter ut Thread-Index: AQHUVi0E0a3kBpX84UGt4g/uWw9CUKU7Zfuw Date: Thu, 1 Nov 2018 17:39:29 +0000 Message-ID: References: <1538030326-21576-1-git-send-email-naga.sureshx.somarowthu@intel.com> In-Reply-To: <1538030326-21576-1-git-send-email-naga.sureshx.somarowthu@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjFhY2I0NmItMWFlZC00MTA5LThlYmEtMDY5NzYxZTI0YjFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZitiMmhmM0YwTVZaYXdwdWMzTUdyeTB1T3pMUVd0eTdYQ1ZxWDVcL1wvbjFyZzl0QVcyM1dEXC9oUjFERmpDMzhISCJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test: reduce test time for hash multiwriter ut 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, 01 Nov 2018 17:39:34 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Naga Suresh > Somarowthu > Sent: Thursday, September 27, 2018 7:39 AM > To: dev@dpdk.org > Cc: Richardson, Bruce ; De Lara Guarch, Pablo > ; Pattan, Reshma > ; Somarowthu, Naga SureshX > > Subject: [dpdk-dev] [PATCH] test: reduce test time for hash multiwriter u= t >=20 > Reduced test duration for hash_multiwriter_autotest. > Number of entries and total insertions are reduced such that the duration= is > less than 10 seconds. >=20 > Signed-off-by: Naga Suresh Somarowthu > > --- Acked-by: Herakliusz Lipiec