From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 16 Jun 2016 12:49:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,481,1459839600"; d="scan'208";a="977287742" Received: from sie-lab-214-241.ir.intel.com (HELO silpixa00382162.ir.intel.com) ([10.237.214.241]) by orsmga001.jf.intel.com with ESMTP; 16 Jun 2016 12:49:05 -0700 From: "Jain, Deepak K" To: dev@dpdk.org Cc: declan.doherty@intel.com, john.griffin@intel.com, fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com, deepak.k.jain@intel.com Date: Thu, 16 Jun 2016 20:48:59 +0100 Message-Id: <1466106543-209204-1-git-send-email-deepak.k.jain@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/4] Extending cryptodev Performance tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 19:49:09 -0000 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