From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D683569C6 for ; Tue, 14 Mar 2017 08:29:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489476560; x=1521012560; h=from:to:cc:subject:date:message-id; bh=p9I8dzCgQ8/SvT4RfpsgnT6Z/FB/zuxtkaNGSt5nBCc=; b=KM8/Eu8Zz6CVHG2wKBxgLdqr4WtXMcI6b59EwI22CkO0EsMmES19Zt8L v/AuVpxCebfglotF/nal2lC50yEMfg==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2017 00:29:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,162,1486454400"; d="scan'208";a="235771753" Received: from stv-crb-28.sh.intel.com (HELO dpdk-ae-neoncity001.localdomain.com) ([10.239.128.83]) by fmsmga004.fm.intel.com with ESMTP; 14 Mar 2017 00:29:17 -0700 From: gangx.yang@intel.com To: dts@dpdk.org Cc: Gang Yang Date: Tue, 14 Mar 2017 15:24:26 +0800 Message-Id: <1489476268-371053-1-git-send-email-gangx.yang@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH V2 0/2]test-crypto-perf: Add crypto performance auto test code and test plain X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 07:29:20 -0000 From: Gang Yang * delete unserviceable lib * update invalid cipher-op for aes-gcm algorithm * update incorrect algoritm map in test plan Gang Yang (2): deleted unserviceable lib update test plan doc test_plans/crypto_perf_test_plan.rst | 104 +++++++++++++++++------------------ tests/TestSuite_crypto_perf.py | 9 ++- 2 files changed, 56 insertions(+), 57 deletions(-) -- 2.5.5