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 4D97F10A3; Wed, 18 Jul 2018 10:55:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2018 01:55:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,369,1526367600"; d="scan'208";a="73320503" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.102]) ([10.237.220.102]) by fmsmga001.fm.intel.com with ESMTP; 18 Jul 2018 01:55:52 -0700 To: Reshma Pattan , thomas@monjalon.net, dev@dpdk.org Cc: jananeex.m.parthasarathy@intel.com, stable@dpdk.org References: <1531843225-14638-1-git-send-email-reshma.pattan@intel.com> <1531843225-14638-10-git-send-email-reshma.pattan@intel.com> From: "Burakov, Anatoly" Message-ID: <6f1d7ade-7a43-0922-8b6f-7004e6a679da@intel.com> Date: Wed, 18 Jul 2018 09:55:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1531843225-14638-10-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v5 09/10] mk: update make targets for classified testcases X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 08:56:01 -0000 On 17-Jul-18 5:00 PM, Reshma Pattan wrote: > Makefiles are updated with new test case lists. > Test cases are classified as - > P1 - Main test cases, > P2 - Cryptodev/driver test cases, > P3 - Perf test cases which takes longer than 10s, > P4 - Logging/Dump test cases. > > Makefile is updated with different targets > for the above classified groups. > Test cases for different targets are listed accordingly. > > Cc: stable@dpdk.org > > Signed-off-by: Jananee Parthasarathy > Reviewed-by: Reshma Pattan > --- Nitpick, next patch should probably go before this one, but that's not critical. Reviewed-by: Anatoly Burakov -- Thanks, Anatoly