From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5B514A2EEB for ; Wed, 11 Sep 2019 19:05:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85C3D1BFF7; Wed, 11 Sep 2019 19:05:21 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DB5521BEC1 for ; Wed, 11 Sep 2019 19:05:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 10:05:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,494,1559545200"; d="scan'208";a="200555191" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2019 10:05:17 -0700 Received: from orsmsx163.amr.corp.intel.com (10.22.240.88) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 11 Sep 2019 10:05:17 -0700 Received: from orsmsx104.amr.corp.intel.com ([169.254.4.123]) by ORSMSX163.amr.corp.intel.com ([169.254.9.47]) with mapi id 14.03.0439.000; Wed, 11 Sep 2019 10:05:17 -0700 From: "Wang, Yipeng1" To: "agupta3@marvell.com" , "Gobriel, Sameh" , "Richardson, Bruce" , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/2] test/meson: hash test split into shorter subtests Thread-Index: AQHVZHb5+gB/5WfA8U2Ytowt2Zi3EKcmvHfw Date: Wed, 11 Sep 2019 17:05:16 +0000 Message-ID: References: <1567748973-24192-1-git-send-email-agupta3@marvell.com> <1567748973-24192-2-git-send-email-agupta3@marvell.com> In-Reply-To: <1567748973-24192-2-git-send-email-agupta3@marvell.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTM2OWIwOTctYjFhZC00YTA3LWFkNmMtZTM2MjQ4YjQ4OWU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTUNpbld5cEZuQnR5NEFaUFBDY21mZnRTSnFKeXNGXC8rdHp2cnp2U3kyZjBBUFVlcVwvZkdWN0JndTV3OVhucFdJIn0= x-originating-ip: [10.22.254.139] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] test/meson: hash test split into shorter subtests 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" >-----Original Message----- >From: agupta3@marvell.com [mailto:agupta3@marvell.com] >Sent: Thursday, September 5, 2019 10:50 PM >To: Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce >; De Lara Guarch, Pablo >Cc: dev@dpdk.org; Amit Gupta >Subject: [PATCH 1/2] test/meson: hash test split into shorter subtests > >From: Amit Gupta > >hash_readwrite meson test was taking longer time to complete. >The test always get TIMEOUT, hence test is split into >functional and perf test. perf test is being moved under >dpdk perf testsuites in meson build. > >Signed-off-by: Amit Gupta [Wang, Yipeng]=20 Acked-by: Yipeng Wang Thanks for the patch!