From patchwork Fri Sep 6 05:49:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Gupta X-Patchwork-Id: 58725 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0DAD81F10D; Fri, 6 Sep 2019 07:49:58 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 799571F109 for ; Fri, 6 Sep 2019 07:49:56 +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 x865ntSQ029983; Thu, 5 Sep 2019 22:49:55 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=Hxna1nv2+359C7HJwIResnkfagG/yXwv5WG6WzFFjMQ=; b=jiZEFuVpjpHwFgOemLu2dmlkVHMnujvy7ylnh8gV4EQD3oc6zdPRVZfIX2QPUtPx4tVE 8IWtn9h5f5+kbzfAOF8RGNvtBoHbpst7KLxxcLFoAV5BD8hHnllrUMeqZMAEbY59CG3T gyRjHuhBetAE3eCnz3zAhTvu9TNDOS0CF3eBFIEvVgqpTv5VVNI7umQEhTBK6EsiVcbR In5lfgyju9chW4/EsxdQkOBq/4juB6g4KnglCW6ZiUbKd2qg3cnUWeWaeVrh4CXhnui9 TfesGX9ZujJ15Rr0kWoVhR0/O5JO4xNKmAdrzZ+6fcAJydoVH2kEPi+iirc2FHln+nKj ow== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2uqp8ppw6m-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 05 Sep 2019 22:49:55 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 5 Sep 2019 22:49:49 -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; Thu, 5 Sep 2019 22:49:48 -0700 Received: from dc7-eodlnx04.marvell.com (dc7-eodlnx04.marvell.com [10.28.113.54]) by maili.marvell.com (Postfix) with ESMTP id A448B3F703F; Thu, 5 Sep 2019 22:49:46 -0700 (PDT) From: To: , , , CC: , Amit Gupta Date: Fri, 6 Sep 2019 11:19:31 +0530 Message-ID: <1567748973-24192-1-git-send-email-agupta3@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-06_03:2019-09-04,2019-09-06 signatures=0 Subject: [dpdk-dev] [PATCH 0/2] test/meson: fix hash readwrite timeout failure 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 V1 changes: * hash_readwrite and hash_readwrite lockfree meson test was taking longer time to complete. The test always get TIMEOUT. * hash readwrtie test is split into functional and perf tests and moved to dpdk fast and perf testsuite accordingly. * hash readwrite lockfree is moved to dpdk perf testsuite. Amit Gupta (2): test/meson: hash test split into shorter subtests test/meson: hash lf test moved to dpdk perf testsuite app/test/meson.build | 5 +- app/test/test_hash_readwrite.c | 146 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 149 insertions(+), 2 deletions(-)