From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2F7A2293B for ; Thu, 25 Oct 2018 03:06:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2018 18:06:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,422,1534834800"; d="scan'208";a="84239356" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga008.jf.intel.com with ESMTP; 24 Oct 2018 18:06:31 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 24 Oct 2018 18:06:31 -0700 Received: from fmsmsx151.amr.corp.intel.com ([169.254.7.87]) by fmsmsx111.amr.corp.intel.com ([169.254.12.10]) with mapi id 14.03.0319.002; Wed, 24 Oct 2018 18:06:31 -0700 From: "Wang, Yipeng1" To: "Richardson, Bruce" CC: "stephen@networkplumber.org" , "dev@dpdk.org" , "honnappa.nagarahalli@arm.com" , "Gobriel, Sameh" Thread-Topic: [PATCH v1 3/3] test/hash: add readwrite test for ext table Thread-Index: AQHUa9lPfdbcr+9tFEa4BucF1JztG6UvJOxQ Date: Thu, 25 Oct 2018 01:06:30 +0000 Message-ID: References: <1539208085-30756-1-git-send-email-yipeng1.wang@intel.com> <1539208085-30756-4-git-send-email-yipeng1.wang@intel.com> <20181024203653.GA16476@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20181024203653.GA16476@bricha3-MOBL.ger.corp.intel.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjYyODY1NzgtMDc3Yy00ZTg1LTkyNWUtZjQwOWRjNWQ5MGU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVTAzRngwQ1YyTW15ejF1a1BIeE9pUURhTmhFc0NkVkQweGVcL0NhcDVmeVU2akpsSW1zR0ZzTUorSWNlRTd6cWgifQ== x-originating-ip: [10.1.200.108] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table 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: , X-List-Received-Date: Thu, 25 Oct 2018 01:06:34 -0000 Thanks for the comment Bruce, I agree with you. As I think about it, I believe the old scaling test can = be removed since currently the multiwriter is supported inside the library, and we already have the multiw= riter test. I will post a V2 version of this patch series to remove that test. >-----Original Message----- >From: Richardson, Bruce >Sent: Wednesday, October 24, 2018 1:37 PM >To: Wang, Yipeng1 >Cc: stephen@networkplumber.org; dev@dpdk.org; honnappa.nagarahalli@arm.com= ; Gobriel, Sameh >Subject: Re: [PATCH v1 3/3] test/hash: add readwrite test for ext table > >On Wed, Oct 10, 2018 at 02:48:05PM -0700, Yipeng Wang wrote: >> This commit improves the readwrite test to consider extendable table >> feature and add more functional tests to cover more corner cases. >> >> Signed-off-by: Yipeng Wang --- >> test/test/test_hash_readwrite.c | 70 >> ++++++++++++++++++++++++++++++++++------- 1 file changed, 58 >> insertions(+), 12 deletions(-) >> >With the extension of this test case, and the addition of other test cases >by Honnappa in the other patch sets in this release, we are building up >quite a large set of hash table autotests, some of whose meaning and use i= s >a bit obscure. Are there any hash tests that you feel could be removed at >this point, to simplify things? > >/Bruce