From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 234361B213 for ; Thu, 27 Sep 2018 13:22:38 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 04:22:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,310,1534834800"; d="scan'208";a="83728173" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by FMSMGA003.fm.intel.com with SMTP; 27 Sep 2018 04:22:31 -0700 Received: by (sSMTP sendmail emulation); Thu, 27 Sep 2018 12:22:30 +0100 Date: Thu, 27 Sep 2018 12:22:30 +0100 From: Bruce Richardson To: Yipeng Wang Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com, sameh.gobriel@intel.com Message-ID: <20180927112230.GF19604@bricha3-MOBL.ger.corp.intel.com> References: <1536253745-133104-1-git-send-email-yipeng1.wang@intel.com> <1537966465-248530-1-git-send-email-yipeng1.wang@intel.com> <1537966465-248530-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: <1537966465-248530-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 v3 4/5] test/hash: fix missing file in meson build file 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, 27 Sep 2018 11:22:39 -0000 On Wed, Sep 26, 2018 at 05:54:24AM -0700, Yipeng Wang wrote: > The test_hash_readwrite.c was not in the meson.build file. This > commit adds the missing test into the file. > > Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") > Cc: stable@dpdk.org > > Signed-off-by: Yipeng Wang Acked-by: Bruce Richardson