From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jain, Deepak K" Subject: [PATCH 0/4] Extending cryptodev Performance tests Date: Thu, 16 Jun 2016 20:48:59 +0100 Message-ID: <1466106543-209204-1-git-send-email-deepak.k.jain@intel.com> Cc: declan.doherty@intel.com, john.griffin@intel.com, fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com, deepak.k.jain@intel.com To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 187A3CB46 for ; Thu, 16 Jun 2016 21:49:08 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Performance tests haven been extended in this patchset. Patchset consists of 4 patches: Patch 1 adds new function rte_crypto_op_bulk_free to be used in patch 2 and patch 3. Patch 2 add snow3g performance tests. Patch 3 updates the existing aes performanc test Patch 4 fixes the typo in names of perftest Declan Doherty (1): cryptodev: add rte_crypto_op_bulk_free function Fiona Trahe (2): app/test: adding Snow3g performance test app/test: updating AES SHA performance test Jain, Deepak K (1): app/test: typo fixing app/test/test_cryptodev.h | 4 +- app/test/test_cryptodev_perf.c | 1153 ++++++++++++++++++++++++++++++++----- lib/librte_cryptodev/rte_crypto.h | 15 + 3 files changed, 1030 insertions(+), 142 deletions(-) -- 2.5.5