From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E2515234 for ; Fri, 10 Mar 2017 03:46:12 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 18:46:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,138,1486454400"; d="scan'208";a="1106849706" Received: from stv-crb-28.sh.intel.com (HELO dpdk-ae-neoncity001.localdomain.com) ([10.239.128.83]) by orsmga001.jf.intel.com with ESMTP; 09 Mar 2017 18:46:10 -0800 From: Gang Yang To: dts@dpdk.org Cc: gangyanx Date: Fri, 10 Mar 2017 10:41:33 +0800 Message-Id: <1489113695-324521-1-git-send-email-gangx.yang@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: References: Subject: [dts] [PATCH V1 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: Fri, 10 Mar 2017 02:46:13 -0000 From: gangyanx * add QAT,AESNI_MB,AESNI_GCM,OPENSSL,NULL,KASUMI,SNOW3G and ZUC pmd's performace auto test code * and also add the test plan gangyanx (2): Add crypto performance auto test code Add crypto performance test plan test_plans/crypto_perf_test_plan.rst | 310 +++++++ tests/TestSuite_crypto_perf.py | 1492 ++++++++++++++++++++++++++++++++++ 2 files changed, 1802 insertions(+) create mode 100755 test_plans/crypto_perf_test_plan.rst create mode 100755 tests/TestSuite_crypto_perf.py -- 2.5.5