From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B89A91C01; Fri, 27 Jul 2018 10:45:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 41E6C21DBB; Fri, 27 Jul 2018 04:45:42 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 27 Jul 2018 04:45:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=oxV0EKly80tAY6HUua59TJ5WnA 8KrFNvqbj2+Xa97Kg=; b=aNyE2sB6twn3Ad6UcbgJ7NGxZlidKMYrObDPATVnAY zOkzYEoJiE8cwaodaQKuTIGm247EWXkEiniSNpVGKVutaP1VObIEV7RPGG/Ny6H5 w50t8w+IfeiQNKw8uuBdFOGEvyUo22ZloRpiRN/++qygOsIFC2l9FEmMwv6l98eE s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=oxV0EK ly80tAY6HUua59TJ5WnA8KrFNvqbj2+Xa97Kg=; b=MjhPCshbmXbmqBO9k38L21 WdgeITHrK/lDKsP0GAGjGc7o1m9SrxBQspRO2zsD6nNvtnTcBbXXFXxUcjLq0ydF qkyOJK/uz+FPuWWlJOPUL6yTbwiulesD24spkT/wFJbsV0Gyogpomh/eb/j8vbOM JrhW6dKfGxnxwZ7am5SzcHnN88KPHgMgxLhgZHOzRsPZ3ILCKktyC74EBDARumtz jq/ZUBq4jZWVndAVrNzmJA20ybUmcVTz6hrnETnAWbhQCuIuOjg3phzYU9WEAajR AlEBhEnwLz0umg1UrmbU9KD3wmgQNkv36ntBaaXsgufV6Qcxk3QHl10ZWZucXCOA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 10465E4B1F; Fri, 27 Jul 2018 04:45:40 -0400 (EDT) From: Thomas Monjalon To: "Pattan, Reshma" Cc: "stable@dpdk.org" , "dev@dpdk.org" , "Burakov, Anatoly" , "Parthasarathy, JananeeX M" , "Yigit, Ferruh" Date: Fri, 27 Jul 2018 10:45:36 +0200 Message-ID: <2222106.qzOVikEJ9E@xps> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A376E12@IRSMSX109.ger.corp.intel.com> References: <1531843225-14638-1-git-send-email-reshma.pattan@intel.com> <1541166.PTxugTrkH4@xps> <3AEA2BF9852C6F48A459DA490692831F2A376E12@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:45:43 -0000 27/07/2018 10:22, Pattan, Reshma: > 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 > > > > 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 test- > > 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: > > > > Why keeping test-ring test-mempool ? > > > > Test-ring and test-mempool are removed now. As they were unused from the past. Reading again, yes, this commit is about removing them. Sorry, my question is a non-sense :)