From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 83D342BB0 for ; Wed, 24 Oct 2018 22:36:58 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2018 13:36:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,421,1534834800"; d="scan'208";a="80656419" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.9.118]) by fmsmga007.fm.intel.com with SMTP; 24 Oct 2018 13:36:55 -0700 Received: by (sSMTP sendmail emulation); Wed, 24 Oct 2018 21:36:54 +0100 Date: Wed, 24 Oct 2018 21:36:53 +0100 From: Bruce Richardson To: Yipeng Wang Cc: stephen@networkplumber.org, dev@dpdk.org, honnappa.nagarahalli@arm.com, sameh.gobriel@intel.com Message-ID: <20181024203653.GA16476@bricha3-MOBL.ger.corp.intel.com> References: <1539208085-30756-1-git-send-email-yipeng1.wang@intel.com> <1539208085-30756-4-git-send-email-yipeng1.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1539208085-30756-4-git-send-email-yipeng1.wang@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) 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: Wed, 24 Oct 2018 20:36:59 -0000 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 is a bit obscure. Are there any hash tests that you feel could be removed at this point, to simplify things? /Bruce