From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 85B7916E for ; Sat, 8 Jul 2017 19:03:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EC065208A9; Sat, 8 Jul 2017 13:03:56 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 08 Jul 2017 13:03:56 -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:x-sasl-enc; s=mesmtp; bh=J2VZG1Y2u09NDIM GIRyfGUTImS9w450ndy9Db8JBeDA=; b=iVx6sgys01JaPeDYn2kzPNqNP794PBc R7zSs+6sUaD99G9kT5cRgzNvmrpy+rXFk+7h5DmctWS+kfe3o2UDLFu1eRVBDq9o ydgg6hv9KBWiE1442md662IseFKYrp8GOJ6ynefctFdHDC+qBtvBkDb/j09MAb4l tIoFhE1/FQCE= 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:x-sasl-enc; s= fm1; bh=J2VZG1Y2u09NDIMGIRyfGUTImS9w450ndy9Db8JBeDA=; b=PkJ0GRtj GGyGK6zpNwCfTk0pUOn1nO/bVMUfNFkOY59UBDYRKt7wOI/OKox4dJWucCPxEIik WD44PJiov/Ym/Z2NvkCxHYc4x9KkPpPjCdQqt3T17PX944YZ3bkvBmc8eYho5dLw 2gUvbAoFHckcjVo3HxaNxfhVjDaCKeMqy11RoCeujsX08wrBRcJYrjKoDBnnSm3r Emr6ForNDRmE+yO2dp4hQrGGoCrVHURV8XPZWvhd+t6vvcCC34tokd3vsGByCnsx /m2CQgaOlWpy86ytt8G3yarIEQEN0YMRiU2oFjh5xDZDNKhU4SEVnDAT2srmXWCK D9ui1PPkgyAQFw== X-ME-Sender: X-Sasl-enc: JXfJ1SppZCma4YjBMqAqI+bLIURuJRYIVjM04KuS4BJx 1499533436 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AB7877E46B; Sat, 8 Jul 2017 13:03:56 -0400 (EDT) From: Thomas Monjalon To: Pablo de Lara Cc: dev@dpdk.org, declan.doherty@intel.com Date: Sat, 08 Jul 2017 19:03:55 +0200 Message-ID: <1686914.0vIiBvB1W8@xps> In-Reply-To: <1494878234-36169-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1494878234-36169-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test/crypto: remove crypto perf tests 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: Sat, 08 Jul 2017 17:03:57 -0000 15/05/2017 21:57, Pablo de Lara: > Since the crypto perf application is flexible enough > to cover all the crypto performance tests, these are not needed > anymore, so they will be removed to avoid duplications. > Besides, the crypto perf application gives the user more options > to get performance, for every single supported algorithm, > such as varying the buffer size as the user wants. > > Signed-off-by: Pablo de Lara What is the status of this patch?