From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B20D895DA for ; Mon, 20 Jun 2016 17:09:22 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 20 Jun 2016 08:08:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,499,1459839600"; d="scan'208";a="831760612" Received: from sie-lab-214-241.ir.intel.com (HELO silpixa00382162.ir.intel.com) ([10.237.214.241]) by orsmga003.jf.intel.com with ESMTP; 20 Jun 2016 08:08:27 -0700 From: "Jain, Deepak K" To: dev@dpdk.org Cc: declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, deepak.k.jain@intel.com, john.griffin@intel.com Date: Mon, 20 Jun 2016 16:08:22 +0100 Message-Id: <1466435305-64852-1-git-send-email-deepak.k.jain@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1466106543-209204-1-git-send-email-deepak.k.jain@intel.com> References: <1466106543-209204-1-git-send-email-deepak.k.jain@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] 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: Mon, 20 Jun 2016 15:09:23 -0000 Performance tests haven been extended in this patchset. Patchset consists of 3 patches: Patch 1 add snow3g performance tests. Patch 2 updates the existing aes performanc test Patch 3 fixes the typo in names of perftest Changes in v3: -Minor refactoring Changes in v2: -Removed the addtion of rte_crypto_op_bulk_free 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 +++++++++++++++++++++++++++++++++++----- 2 files changed, 1015 insertions(+), 142 deletions(-) -- 2.5.5