From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 562EDC49ED7 for ; Fri, 13 Sep 2019 08:16:25 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id DC7FB20717 for ; Fri, 13 Sep 2019 08:16:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b="uhbVfnlH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC7FB20717 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=marvell.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D4DDE1F086; Fri, 13 Sep 2019 10:16:23 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id E76C31F038 for ; Fri, 13 Sep 2019 10:16:21 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8D8FXrQ007613; Fri, 13 Sep 2019 01:16:21 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=WVzyRdxRVlNOAb28OhoKpW32Jpu1w8zX7O2UaT4pPmM=; b=uhbVfnlHUYnxIwabofrBNsT2PlH+WISRJx+XM09k0wg8/kbs0qGNSmxtTcKwGvoeUEIG 2tQWK8dUsmafuCrRWdzOPl3aeOe0UZ4MQpQur/Twlctt5fT314f+X5gG0C3cykHX1pmA Ix6jzpLSH7nV9TVc23jJllA6DkQMI1N2wOzz1Js7kPaheIV/vhFWki6A0jh5Q4hTN+0M Ki7wfv3qV5J0b0jWTG5hGO6tZ49Tnu3kOkruOlaQKlCpPNI4wkh5wD1ygL9l7jigcCzC PjuGo8dbaJRBG6v/Em6mbagYqG7qkaiBX8o3b5OlH17Y02ysGe99WTm5QHR63m01BIoe SA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2uytdh30ax-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 13 Sep 2019 01:16:21 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 13 Sep 2019 01:16:19 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 13 Sep 2019 01:16:19 -0700 Received: from dc7-eodlnx04.marvell.com (dc7-eodlnx04.marvell.com [10.28.113.54]) by maili.marvell.com (Postfix) with ESMTP id 017563F703F; Fri, 13 Sep 2019 01:16:17 -0700 (PDT) From: To: Yipeng Wang , Sameh Gobriel , Bruce Richardson , Pablo de Lara CC: , Amit Gupta Date: Fri, 13 Sep 2019 13:45:54 +0530 Message-ID: <1568362563-18380-1-git-send-email-agupta3@marvell.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1567748973-24192-3-git-send-email-agupta3@marvell.com> References: <1567748973-24192-3-git-send-email-agupta3@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-13_05:2019-09-11,2019-09-13 signatures=0 Subject: [dpdk-dev] [PATCH v2 1/1] test/meson: hash lf test moved to dpdk perf testsuite 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" From: Amit Gupta hash_readwrite_lf test always getting TIMEOUT as required time to finish this test was much longer compare to time required for fast tests(10s). Hence, the test is being renamed moved to perf test category for its execution to complete. Signed-off-by: Amit Gupta --- v2 Changes: *hash_readwrite_lf_autotest renamed to hash_readwrite_lf_pref_autotest app/test/meson.build | 2 +- app/test/test_hash_readwrite_lf.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/test/meson.build b/app/test/meson.build index 94fd9f8..57d5316 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -220,7 +220,6 @@ fast_test_names = [ 'eventdev_common_autotest', 'fbarray_autotest', 'hash_readwrite_func_autotest', - 'hash_readwrite_lf_autotest', 'ipsec_autotest', 'kni_autotest', 'kvargs_autotest', @@ -263,6 +262,7 @@ perf_test_names = [ 'stack_lf_perf_autotest', 'rand_perf_autotest', 'hash_readwrite_perf_autotest', + 'hash_readwrite_lf_perf_autotest', ] driver_test_names = [ diff --git a/app/test/test_hash_readwrite_lf.c b/app/test/test_hash_readwrite_lf.c index 1f2fba4..33d63fa 100644 --- a/app/test/test_hash_readwrite_lf.c +++ b/app/test/test_hash_readwrite_lf.c @@ -1431,4 +1431,5 @@ struct { return 0; } -REGISTER_TEST_COMMAND(hash_readwrite_lf_autotest, test_hash_readwrite_lf_main); +REGISTER_TEST_COMMAND(hash_readwrite_lf_perf_autotest, + test_hash_readwrite_lf_main); -- 1.8.3.1