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 59FAB2BF3 for ; Thu, 16 Mar 2017 02:45:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489628701; x=1521164701; h=from:to:cc:subject:date:message-id; bh=Abm0A9/1/1gL7LdwzeG8gpmEYz7YbndHso43hF3E/04=; b=EcwcJO9p8sdKwMW1GBsC1WxpSU7RaSb+JpVsc0OdXAS9fxDRTOFsrAKu FS8cLYlMjBUNTlW7qzYXtjorGCu5fA==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2017 18:45:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,170,1486454400"; d="scan'208";a="1123123535" Received: from npg-joey-devtop.sh.intel.com ([10.239.66.47]) by fmsmga001.fm.intel.com with ESMTP; 15 Mar 2017 18:44:58 -0700 From: "Chen, Zhaoyan" To: dts@dpdk.org Cc: Chen, Zhaoyan Date: Thu, 16 Mar 2017 09:44:30 +0800 Message-Id: <20170316014433.23683-1-zhaoyan.chen@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dts] [PATCH 0/2] Enhance l2fwd crypto Test Suite 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: Thu, 16 Mar 2017 01:45:01 -0000 Packaged the updates for l2fwd crypto Test Suite Main features are - Fully automated generated reference cipher data via 3rd-party crypto lib - Enhance the test coverage by key size/iv/add/input/crytpo suite combination - Code clean up for DTS update root (2): Enhance l2fwd crypto Test Suite Enhance l2fwd-crypto Test Suite tests/TestSuite_l2fwd_crypto.py | 1908 +++++++++++++++++++++++++++++++-------- 1 file changed, 1530 insertions(+), 378 deletions(-) -- 2.5.5