From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9D8DF2B8E for ; Thu, 16 Feb 2017 10:10:50 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Feb 2017 01:10:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,168,1484035200"; d="scan'208";a="1108695582" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by fmsmga001.fm.intel.com with SMTP; 16 Feb 2017 01:10:47 -0800 Received: by (sSMTP sendmail emulation); Thu, 16 Feb 2017 09:10:46 +0000 Date: Thu, 16 Feb 2017 09:10:46 +0000 From: Bruce Richardson To: Ferruh Yigit Cc: Thomas Monjalon , dev@dpdk.org, John McNamara , Keith Wiles Message-ID: <20170216091045.GB92400@bricha3-MOBL3.ger.corp.intel.com> References: <20170214151326.7554-1-ferruh.yigit@intel.com> <20170215152632.25081-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170215152632.25081-1-ferruh.yigit@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.2 (2016-11-26) Subject: Re: [dpdk-dev] [PATCH 1/4] test: move tests to separate folder 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, 16 Feb 2017 09:10:51 -0000 On Wed, Feb 15, 2017 at 03:26:29PM +0000, Ferruh Yigit wrote: > This is to logically group unit tests into their own folder separating > them from "app" folder. > > Hopefully this will make the unit test in DPDK more visible. > > Following binaries moved to "test" folder: > cmdline-test > test-acl > test-pipeline > test <-- various DPDK unit tests > > Signed-off-by: Ferruh Yigit > --- For the series, it all looks a good idea, so: Series-Acked-by: Bruce Richardson