From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BCBB2A0679 for ; Tue, 2 Apr 2019 00:52:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98712378B; Tue, 2 Apr 2019 00:52:24 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 599693576 for ; Tue, 2 Apr 2019 00:52:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 15:52:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,298,1549958400"; d="scan'208";a="334075458" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by fmsmga005.fm.intel.com with ESMTP; 01 Apr 2019 15:52:22 -0700 Received: from orsmsx115.amr.corp.intel.com (10.22.240.11) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 1 Apr 2019 15:52:21 -0700 Received: from orsmsx104.amr.corp.intel.com ([169.254.4.204]) by ORSMSX115.amr.corp.intel.com ([169.254.4.66]) with mapi id 14.03.0415.000; Mon, 1 Apr 2019 15:52:21 -0700 From: "Wang, Yipeng1" To: Dharmik Thakkar , "Gobriel, Sameh" , "Richardson, Bruce" , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" , "honnappa.nagarahalli@arm.com" Thread-Topic: [PATCH v3 2/2] test/hash: lock-free rw concurrency test ext bkt Thread-Index: AQHU6NjvqM3WZPSZkEGqZ2KxGKlrVaYn6UzA Date: Mon, 1 Apr 2019 22:52:20 +0000 Message-ID: References: <20190325210838.2853-1-dharmik.thakkar@arm.com> <20190401221836.16599-1-dharmik.thakkar@arm.com> <20190401221836.16599-3-dharmik.thakkar@arm.com> In-Reply-To: <20190401221836.16599-3-dharmik.thakkar@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjMyY2ZkZWQtMGUzOC00MTcyLWEwNDMtZWY2OWFmMmU1N2VmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZmdFZHYrQmxkN1BpVlZDdVBkS3RITGNMTVR5RlZUMGUxK21FUmRsMzk0T1E0TzJveVJLMHVVcXpiOFJCRm9uViJ9 x-originating-ip: [10.22.254.140] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/2] test/hash: lock-free rw concurrency test ext bkt 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" Message-ID: <20190401225220.ihdmg8tzlXbGREZVHI4865tAdrqAdN5lY4o0jOEMdxU@z> >-----Original Message----- >From: Dharmik Thakkar [mailto:dharmik.thakkar@arm.com] >Sent: Monday, April 1, 2019 3:19 PM >To: Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce >; De Lara Guarch, Pablo >Cc: dev@dpdk.org; honnappa.nagarahalli@arm.com; Dharmik Thakkar >Subject: [PATCH v3 2/2] test/hash: lock-free rw concurrency test ext bkt > >Add unit test to check for hash lookup and bulk-lookup perf for >extendable bucket feature. >It is tested with both lock-free enabled and lock-free disabled case. > >Test includes: > >- hash lookup on keys in ext bkt >- hash delete causing key-shifts of keys from ext bkt to secondary bkt > >Suggested-by: Honnappa Nagarahalli >Signed-off-by: Dharmik Thakkar Acked-by: Yipeng Wang