From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 77EA32B94
 for <dev@dpdk.org>; Thu, 25 Oct 2018 11:34:57 +0200 (CEST)
X-Amp-Result: UNSCANNABLE
X-Amp-File-Uploaded: False
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 25 Oct 2018 02:34:56 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.54,423,1534834800"; d="scan'208";a="98506497"
Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107])
 by fmsmga002.fm.intel.com with SMTP; 25 Oct 2018 02:34:52 -0700
Received: by  (sSMTP sendmail emulation); Thu, 25 Oct 2018 10:34:50 +0100
Date: Thu, 25 Oct 2018 10:34:50 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Yipeng Wang <yipeng1.wang@intel.com>
Cc: stephen@networkplumber.org, dev@dpdk.org, honnappa.nagarahalli@arm.com,
 sameh.gobriel@intel.com
Message-ID: <20181025093449.GD12056@bricha3-MOBL.ger.corp.intel.com>
References: <1540404570-102126-1-git-send-email-yipeng1.wang@intel.com>
 <1540404570-102126-5-git-send-email-yipeng1.wang@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1540404570-102126-5-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 v2 4/4] test/hash: remove hash scaling unit
	test
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Oct 2018 09:34:58 -0000

On Wed, Oct 24, 2018 at 11:09:30AM -0700, Yipeng Wang wrote:
> The hash scaling unit test is not really needed
> any more since the multi-writer is supported now
> inside the library and it is tested by multi-writer
> unit test.
> 
> Signed-off-by: Yipeng Wang <yipeng1.wang@intel.com>
> ---
>  test/test/Makefile            |   1 -
>  test/test/autotest_data.py    |   6 --
>  test/test/meson.build         |   2 -
>  test/test/test_hash_scaling.c | 191 ------------------------------------------
>  4 files changed, 200 deletions(-)
>  delete mode 100644 test/test/test_hash_scaling.c
> 
I always like having less code that needs maintenance! :-)

Acked-by: Bruce Richardson <bruce.richardson@intel.com>