From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0535625D9; Fri, 27 Jul 2018 10:22:36 +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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2018 01:22:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,408,1526367600"; d="scan'208";a="75971488" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 27 Jul 2018 01:22:34 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 27 Jul 2018 09:22:33 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.124]) by irsmsx155.ger.corp.intel.com ([169.254.14.181]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 09:22:33 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "stable@dpdk.org" , "dev@dpdk.org" , "Burakov, Anatoly" , "Parthasarathy, JananeeX M" , "Yigit, Ferruh" Thread-Topic: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make rules of test Thread-Index: AQHUHedk07GmvwSyVUeWt+DHmKfZpaSh7DWAgADdlIA= Date: Fri, 27 Jul 2018 08:22:32 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A376E12@IRSMSX109.ger.corp.intel.com> References: <1531843225-14638-1-git-send-email-reshma.pattan@intel.com> <1531843225-14638-11-git-send-email-reshma.pattan@intel.com> <1541166.PTxugTrkH4@xps> In-Reply-To: <1541166.PTxugTrkH4@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make rules of test 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: Fri, 27 Jul 2018 08:22:38 -0000 Hi, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, July 26, 2018 9:08 PM > To: Pattan, Reshma > Cc: stable@dpdk.org; dev@dpdk.org; Burakov, Anatoly > ; Parthasarathy, JananeeX M > ; Yigit, Ferruh > > Subject: Re: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make > rules of test >=20 > 17/07/2018 18:00, Reshma Pattan: > > make rule test-basic is duplicate of test rule. > > removed unused test-mempool and test-ring make rules. > > > > Fixes: a3df7f8d9c ("mk: rename test related rules") > > Fixes: a3df7f8d9c ("mk: rename test related rules") > > CC: stable@dpdk.org > > CC: ferruh.yigit@intel.com > > > > Signed-off-by: Reshma Pattan > > --- > > -.PHONY: test test-basic test-fast test-ring test-mempool test-perf > > coverage test-drivers test-dump -test test-basic test-fast test-ring te= st- > mempool test-perf coverage test-drivers test-dump: > > +.PHONY: test test-fast test-perf coverage test-drivers test-dump test > > +test-fast test-perf coverage test-drivers test-dump: >=20 > Why keeping test-ring test-mempool ? >=20 Test-ring and test-mempool are removed now. As they were unused from the pa= st. Thanks, Reshma