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 4A686A04FA; Wed, 5 Feb 2020 19:41:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 388F91C2F9; Wed, 5 Feb 2020 19:41:34 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 4AB041C2F8 for ; Wed, 5 Feb 2020 19:41:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580928091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EpONPmB0Vih/UTwyc7WjQNrJi2B1QZP6/PfLhuSZgYc=; b=EwrTJLOh9lBbvlRu/heElzwBWxRTv065NixJsFh5muNfBT6SMwigxd/LDMsxkLsWtbkyqv DVQr1eks96SeMgRK4S91L74mxsZqgvqzp3e3x7fq0vJd2rmkBFpw47U4Qm4Vng49ImuLqP gsWVc2ZF5JHmfusxtrbr99FtEwiiIfg= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-72-8DPQL-PnMkGsx6PtZfg7fA-1; Wed, 05 Feb 2020 13:41:29 -0500 Received: by mail-vk1-f198.google.com with SMTP id s205so932258vka.17 for ; Wed, 05 Feb 2020 10:41:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IJUmrRy7HcfS2Ky+8jGLtTMjn4xfL9puI2NBGqxNZ5U=; b=k2q5FSP78dvm/fNFA4Is0KRSLPqdWPreATYv3J54qdrdIrv7Y8pkcgVE/3UvWCW4Ju G2wAc6Z3CaqareABb7rV+bttWTPx90D42szVPJOCnroKLtS/nhzBPSCLfBbYKgiEYYlY W/cH9Gq51mYUxiKqQSm6IWXtizvKczjR5Tt2L0ZCxKFF7Euq96w8Vy3mWiJZr8UnAZaS u68O3uubacCqpwqq2jsugiEYI9bd9zDiAUllJ654c/i66n9jHcm+G5H9+oUJvyXo53BJ Md0LtlN/04w784Wofr5BAqH4IHOQU6CNekNyhaUVxzOEneioSpNfyliWEBO+vLqTpwtp IaEQ== X-Gm-Message-State: APjAAAWFJJU5xC5HCMXT7pSBHt298yZmotWhwilIo/iIRUWlH7ICywM1 4WAZIOMxBEy4JkmKKywGFx1yvdsi4Tw5xLzcD+S+gtr/oWCxmyrGSJpEuhJCqSSt0KiSILciBrC hTUZyjML3q1wTGIHmWU0= X-Received: by 2002:ab0:2408:: with SMTP id f8mr21077985uan.126.1580928088737; Wed, 05 Feb 2020 10:41:28 -0800 (PST) X-Google-Smtp-Source: APXvYqz4QuY1JwRoEPjA9kLJAF2ItH7d7XhXGa+Y5Y8SefpuPhaiLK6qoAfvXxpHqib3E5iHb3KzhCZEeS60reMVLIo= X-Received: by 2002:ab0:2408:: with SMTP id f8mr21077974uan.126.1580928088457; Wed, 05 Feb 2020 10:41:28 -0800 (PST) MIME-Version: 1.0 References: <1567748973-24192-1-git-send-email-agupta3@marvell.com> <20200203194912.4669-1-honnappa.nagarahalli@arm.com> In-Reply-To: <20200203194912.4669-1-honnappa.nagarahalli@arm.com> From: David Marchand Date: Wed, 5 Feb 2020 19:41:17 +0100 Message-ID: To: Honnappa Nagarahalli Cc: Amit Gupta , "Wang, Yipeng1" , "Gobriel, Sameh" , Thomas Monjalon , dev , nd X-MC-Unique: 8DPQL-PnMkGsx6PtZfg7fA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 0/5] 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" On Mon, Feb 3, 2020 at 8:49 PM Honnappa Nagarahalli wrote: > > V2 changes: > - Remove duplicated code in the existing patch > - Add lock-free option to hash read-write functional test cases > - Move existing loack-free test cases to performance tests > - A typo fix in the comments for lock-free extendable table feature > > 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 (1): > test/meson: hash test split into shorter subtests > > Honnappa Nagarahalli (4): > test/hash: remove duplicated test code > test/hash: add lock free reader writer functional tests > test/hash: move reader writer lock free tests to perf tests > hash: correct lock free extendable table support > > app/test/Makefile | 2 +- > app/test/autotest_data.py | 14 ++- > app/test/meson.build | 7 +- > app/test/test_hash_readwrite.c | 117 +++++++++++++----- > ...ite_lf.c =3D> test_hash_readwrite_lf_perf.c} | 7 +- > lib/librte_hash/rte_hash.h | 2 - > 6 files changed, 107 insertions(+), 42 deletions(-) > rename app/test/{test_hash_readwrite_lf.c =3D> test_hash_readwrite_lf_pe= rf.c} (99%) Squashed patch 2 in patch 1. Series applied, thanks. --=20 David Marchand