From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 01B8CA00C3; Sun, 27 Feb 2022 15:30:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E28304068A; Sun, 27 Feb 2022 15:30:22 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 7B54A40683 for ; Sun, 27 Feb 2022 15:30:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645972221; x=1677508221; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=tyJAY6EaReyLMsuvUJLUk5KfoLtFgk8DygmEqfV0FwM=; b=hrGRA4rOXh7YwgbBb3JWo1Upc4ydgfpMzY31rFk+Id/7T2sJzxdooE3u nKBfz/ZbQVrGa0IDQ7wtv251tlwx+ejiEWbEkCfWez2IPm8WTJ0yBeqi1 xkF17jluDqAWqu7kxoDbfZ8t19slfE/27UiB96K0ApTZV6OZz+p7jl0iw WDuLOTi0+8AkjysUbT+hFOG5YF80FGj4/ZIKBh+fOe3Tyra7BKgvrQ5rV tBoFPGwsKEqB2LplexxMcILB0U/Wz5B18ozzyyfiND8VNe3iXp4w4zWLb cUfB628kXjwjUnqiTF/HdXW+5MaZibr0C98z27W3VHdMQQlSk92gKbb0K A==; X-IronPort-AV: E=McAfee;i="6200,9189,10270"; a="339175452" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="339175452" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 06:30:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="492442326" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 27 Feb 2022 06:30:20 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Sun, 27 Feb 2022 06:30:19 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 27 Feb 2022 22:30:11 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Sun, 27 Feb 2022 22:30:11 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" Subject: RE: [dts][PATCH V1] tests/unit_tests_mempool: mempool_perf_autotest increase timeout Thread-Topic: [dts][PATCH V1] tests/unit_tests_mempool: mempool_perf_autotest increase timeout Thread-Index: AQHYJ6ujoq+gGggW2UOkumLq9LnzxaynfaZQ Date: Sun, 27 Feb 2022 14:30:11 +0000 Message-ID: References: <20220222051754.1387214-1-linglix.chen@intel.com> In-Reply-To: <20220222051754.1387214-1-linglix.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Lingli Chen > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B22=1B$BF|=1B(B 13:18 > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts][PATCH V1] tests/unit_tests_mempool: mempool_perf_autotest > increase timeout >=20 > According to dpdk commit ed579e50c66d("mempool: test performance with > constant n") A few more test cases were added. > Increased the timeout value in memory pool performance autotest >=20 > Signed-off-by: Lingli Chen Applied