From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 33E6DA034C; Tue, 11 Jan 2022 17:20:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C558342737; Tue, 11 Jan 2022 17:20:44 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id 8ADC041143 for ; Tue, 11 Jan 2022 17:20:43 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 6186E3200D25; Tue, 11 Jan 2022 11:20:42 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 11 Jan 2022 11:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= 5jtxC928WWVuKmWTSdTpZ+r6OZkVyTYeyaQrHExrYLY=; b=MgTtO+aB+vepxbnk FPVof9InGuwWsuRy7bWGE3qcvbNBtONnd6EfTgOt61xBWhsIGb+cQdyATaIJxTqH 26fCDeXzaHpJG0pGKonZ+bzCi/vSE6pnGol9/vEhlWzYyILVQUbHjEspGxUTQU3T pbftebeenb4L/5+1E/h3mIticOUB0q4pgNtXoz6Zddzl5t082hT5gEdsqW6iSmem EAfwUnMxXI2n3Eb/JqhDWTodQDD+5sdwDasjxkkEeWu7DphLJN2JqGdM5vRVPXNC h1OJwajwI6XVKtcXBD8Pr+auyXFXId5XJsIP67OGrFpr9HZN8x3GwG1OL74ideC6 R5a3TA== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5jtxC928WWVuKmWTSdTpZ+r6OZkVyTYeyaQrHExrY LY=; b=AOWkkf0TdpteGRhHyOVKfqh3L3R1MIlICGQBj7sYvOIL0szkXTvEWw3D4 nlL8exszEwoIm01oty3rz3J2LOVC4fjdXzNgO0lbVGhsttsoWC5hCnbciX5jcYp4 ezS8nABDSRPuMiGj4ZXaWianw/15yh1x2A10gUaXxx8lAAqgimK1ZdFuGSTn4Jm7 n6LXndgpRzOp6l+WfmP0TaIgcISADJMzC55GkIr+YTqmuWHzTJDBtjVzaNAXq+7P uZZ/z4xS/kMZIWghMnvi9yKFFOnw70gYmmH9mA1vhsCLbp1dpn+C1jL58mrGygm1 j4zj+6fPnGsGwvtRoY5Hw+zu28miQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrudehfedgkeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Jan 2022 11:20:40 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Ferruh Yigit , David Marchand Subject: Re: [PATCH] examples/performance-thread: remove Date: Tue, 11 Jan 2022 17:20:38 +0100 Message-ID: <2539754.k3LOHGUjKi@thomas> In-Reply-To: <20211217131526.3135144-1-ferruh.yigit@intel.com> References: <20211217131526.3135144-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 17/12/2021 14:15, Ferruh Yigit: > Remove sample application which is not clear if it is still relevant. > > Signed-off-by: Ferruh Yigit > --- > > Please comment if there is an reason to keep the sample application. This is not an exercise, we are going to remove this example! Last chance to say no, otherwise I will merge in few days.